ResultReason enum
Defines the possible reasons a recognition result might be generated.
Fields
| NoMatch = 0 | Indicates speech could not be recognized. More details can be found in the NoMatchDetails object. |
| Canceled = 1 | Indicates that the recognition was canceled. More details can be found using the CancellationDetails object. |
| 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. |
| RecognizedKeyword = 4 | Indicates the speech result contains a finalized acceptance of a provided keyword. Speech recognition will continue unless otherwise configured. |
| TranslatingSpeech = 5 | Indicates the translation result contains hypothesis text and its translation(s). |
| TranslatedSpeech = 6 | Indicates the translation result contains final text and corresponding translation(s). Speech Recognition and Translation are now complete for this phrase. |
| SynthesizingAudio = 7 | Indicates the synthesized audio result contains a non-zero amount of audio data |
| SynthesizingAudioCompleted = 8 | Indicates the synthesized audio is now complete for this phrase. |
| SynthesizingAudioStarted = 9 | Indicates the speech synthesis is now started |
| VoicesListRetrieved = 10 | Indicates synthesis voices list has been successfully retrieved. |
| TranslatingParticipantSpeech = 11 | Indicates the transcription result contains hypothesis text and its translation(s) for other participants in the conversation. |
| TranslatedParticipantSpeech = 12 | 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. |
| TranslatedInstantMessage = 13 | |
| TranslatedParticipantInstantMessage = 14 | Indicates the transcription result contains the instant message for other participants in the conversation and corresponding translation(s). |