ResultReason Enum
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.
Describes a recognition result.
public enum ResultReason
type ResultReason =
Public Enum ResultReason
- Inheritance
-
ResultReason
Fields
Name | Value | Description |
---|---|---|
NoMatch | 0 | Indicates speech could not be recognized. Use NoMatchDetails for details. |
Canceled | 1 | Indicates that the recognition was canceled. Use CancellationDetails for details. |
RecognizingSpeech | 2 | Indicates the speech result contains hypothesis text. |
RecognizedSpeech | 3 | Indicates the speech result contains final text that has been recognized. Speech recognition is now complete for this phrase. |
RecognizingIntent | 4 | Indicates the intent result contains hypothesis text and intent. |
RecognizedIntent | 5 | Indicates the intent result contains final text and intent. Speech recognition and intent determination are now complete for this phrase. |
TranslatingSpeech | 6 | Indicates the translation result contains hypothesis text and its translation(s). |
TranslatedSpeech | 7 | Indicates the translation result contains final text and corresponding translation(s). Speech recognition and translation are now complete for this phrase. |
SynthesizingAudio | 8 | Indicates the synthesized audio result contains a non-zero amount of audio data. |
SynthesizingAudioCompleted | 9 | Indicates the synthesized audio is now complete for this phrase. |
RecognizingKeyword | 10 | Indicates the speech result contains (unverified) keyword text. Added in 1.3.0 |
RecognizedKeyword | 11 | Indicates that keyword recognition completed recognizing the given keyword. Added in 1.3.0 |
SynthesizingAudioStarted | 12 | Indicates the speech synthesis is now started. Added in 1.4.0 |
TranslatingParticipantSpeech | 13 | Indicates the transcription result contains hypothesis text and its translation(s) for other participants in the conversation. Added in 1.9.0 |
TranslatedParticipantSpeech | 14 | Indicates the transcription result contains final text and corresponding translation(s) for other participants in the conversation. Speech recognition and translation are now complete for this phrase. Added in 1.9.0 |
TranslatedInstantMessage | 15 | Indicates the transcription result contains the instant message and corresponding translation(s). Added in 1.9.0 |
TranslatedParticipantInstantMessage | 16 | Indicates the transcription result contains the instant message for other participants in the conversation and corresponding translation(s). Added in 1.9.0 |
EnrollingVoiceProfile | 17 | Indicates the voice profile is being enrolled and more audio is needed to complete a voice profile. Added in 1.12.0 |
EnrolledVoiceProfile | 18 | Indicates the voice profile has been enrolled. Added in 1.12.0 |
RecognizedSpeakers | 19 | Indicates successful identification of some speakers. Added in 1.12.0 |
RecognizedSpeaker | 20 | Indicates successful verification of a speaker. Added in 1.12.0 |
ResetVoiceProfile | 21 | Indicates a voice profile has been reset. Added in 1.12.0 |
DeletedVoiceProfile | 22 | Indicates a voice profile has been deleted. Added in 1.12.0 |
VoicesListRetrieved | 23 | Indicates the voices list has been retrieved successfully. Added in 1.16.0 |
Remarks
See also:
Applies to
Azure SDK for .NET