ResultReason Enum
Definition
Defines the possible reasons a recognition result might be generated. Changed in version 1.7.0.
public enum ResultReason
- Inheritance
-
java.lang.Objectjava.lang.Enum<ResultReason>ResultReason
Fields
| Canceled | Indicates that the recognition was canceled. More details can be found using the CancellationDetails object. |
| DeletedVoiceProfile | Indicates a voice profile has been deleted successfully. Added in version 1.16.0 |
| EnrolledVoiceProfile | The voice profile has been enrolled. Added in version 1.16.0 |
| EnrollingVoiceProfile | Indicates the voice profile is being enrolling and customers need to send more audio to create a voice profile. Added in version 1.16.0 |
| NoMatch | Indicates speech could not be recognized. More details can be found in the NoMatchDetails object. |
| RecognizedIntent | Indicates the intent result contains final text and intent. Speech Recognition and Intent determination are now complete for this phrase. |
| RecognizedKeyword | Indicates that keyword recognition completed recognizing the given keyword. Added in version 1.3.0 |
| RecognizedSpeaker | Indicates successfully verified one speaker. Added in version 1.16.0 |
| RecognizedSpeakers | Indicates successful identification of some speakers. Added in version 1.16.0 |
| RecognizedSpeech | Indicates the speech result contains final text that has been recognized. Speech Recognition is now complete for this phrase. |
| RecognizingIntent | Indicates the intent result contains hypothesis text and intent. |
| RecognizingKeyword | Indicates the speech result contains (unverified) keyword text. Added in version 1.3.0 |
| RecognizingSpeech | Indicates the speech result contains hypothesis text. |
| ResetVoiceProfile | Indicates a voice profile has been reset successfully. Added in version 1.16.0 |
| SynthesizingAudio | Indicates the synthesized audio result contains a non-zero amount of audio data |
| SynthesizingAudioCompleted | Indicates the synthesized audio is now complete for this phrase. |
| SynthesizingAudioStarted | Indicates the speech synthesis is now started Added in version 1.7.0 |
| TranslatedInstantMessage | Indicates the transcription result contains the instant message and corresponding translation(s). Added in version 1.12.0 |
| TranslatedParticipantInstantMessage | Indicates the transcription result contains the instant message for other participants in the conversation and corresponding translation(s). Added in version 1.12.0 |
| TranslatedParticipantSpeech | 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 version 1.12.0 |
| TranslatedSpeech | Indicates the translation result contains final text and corresponding translation(s). Speech Recognition and Translation are now complete for this phrase. |
| TranslatingParticipantSpeech | Indicates the transcription result contains hypothesis text and its translation(s) for other participants in the conversation. Added in version 1.12.0 |
| TranslatingSpeech | Indicates the translation result contains hypothesis text and its translation(s). |
| VoicesListRetrieved | Indicates the voices list has been retrieved successfully. Added in version 1.16.0 |