VoiceProfilePhraseCancellationDetails.FromResult 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.
Create an object that represents the details of a canceled activation phrase result.
public static Microsoft.CognitiveServices.Speech.Speaker.VoiceProfilePhraseCancellationDetails FromResult (Microsoft.CognitiveServices.Speech.Speaker.VoiceProfilePhraseResult result);
static member FromResult : Microsoft.CognitiveServices.Speech.Speaker.VoiceProfilePhraseResult -> Microsoft.CognitiveServices.Speech.Speaker.VoiceProfilePhraseCancellationDetails
Public Shared Function FromResult (result As VoiceProfilePhraseResult) As VoiceProfilePhraseCancellationDetails
Parameters
- result
- VoiceProfilePhraseResult
A voice profile phrase result object.
Returns
A voice profile phrase cancellation details object.