VoiceLiveModelFactory.OutputTokenDetails(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Details of output token usage.
public static Azure.AI.VoiceLive.OutputTokenDetails OutputTokenDetails(int textTokens = 0, int audioTokens = 0);
static member OutputTokenDetails : int * int -> Azure.AI.VoiceLive.OutputTokenDetails
Public Shared Function OutputTokenDetails (Optional textTokens As Integer = 0, Optional audioTokens As Integer = 0) As OutputTokenDetails
Parameters
- textTokens
- Int32
Number of text tokens generated in the output.
- audioTokens
- Int32
Number of audio tokens generated in the output.
Returns
A new OutputTokenDetails instance for mocking.