Share via


VoiceLiveModelFactory.OutputTokenDetails(Int32, Int32) Method

Definition

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.

Applies to