Share via


VoiceLiveModelFactory.LogProbProperties(String, Single, BinaryData) Method

Definition

A single log probability entry for a token.

public static Azure.AI.VoiceLive.LogProbProperties LogProbProperties(string token = default, float logprob = 0, BinaryData bytes = default);
static member LogProbProperties : string * single * BinaryData -> Azure.AI.VoiceLive.LogProbProperties
Public Shared Function LogProbProperties (Optional token As String = Nothing, Optional logprob As Single = 0, Optional bytes As BinaryData = Nothing) As LogProbProperties

Parameters

token
String

The token that was used to generate the log probability.

logprob
Single

The log probability of the token.

bytes
BinaryData

The bytes that were used to generate the log probability.

Returns

A new LogProbProperties instance for mocking.

Applies to