VoiceProfilePhraseCancellationDetails Class
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.
Contains the cancellation details of an activation phrase result. Added in 1.18.0
public class VoiceProfilePhraseCancellationDetails
type VoiceProfilePhraseCancellationDetails = class
Public Class VoiceProfilePhraseCancellationDetails
- Inheritance
-
VoiceProfilePhraseCancellationDetails
Remarks
See also: Get started with Speaker recognition
Properties
ErrorCode |
The error code in case of an unsuccessful activation phrase request (Reason is set to Error). |
ErrorDetails |
The error message in case of an unsuccessful activation phrase request (Reason is set to Error). |
Reason |
The reason the activation phrase request was canceled. |
Methods
FromResult(VoiceProfilePhraseResult) |
Create an object that represents the details of a canceled activation phrase result. |
ToString() |
Returns a string that represents the cancellation details. |
Applies to
Azure SDK for .NET