VoiceLiveModelFactory.LogProbProperties(String, Single, BinaryData) 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.
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.