Enum SPXResultReason

Specifies the possible reasons a recognition result might be generated.

Name Description
SPXResultReason_NoMatch Indicates speech could not be recognized. More details can be found in the SPXNoMatchDetails object.
SPXResultReason_Canceled Indicates that the recognition was canceled. More details can be found using the SPXCancellationDetails object.
SPXResultReason_RecognizingSpeech Indicates the speech result contains hypothesis text as an intermediate result.
SPXResultReason_RecognizedSpeech Indicates the speech result contains final text that has been recognized. Speech recognition is now complete for this phrase.
SPXResultReason_RecognizingIntent Indicates the intent result contains hypothesis text as an intermediate result.
SPXResultReason_RecognizedIntent Indicates the intent result contains final text and intent. Speech recognition and intent determination are now complete for this phrase.
SPXResultReason_TranslatingSpeech Indicates the translation result contains hypothesis text and translation(s) as an intermediate result.
SPXResultReason_TranslatedSpeech Indicates the translation result contains final text and corresponding translation(s). Speech recognition and translation are now complete for this phrase.
SPXResultReason_SynthesizingAudio Indicates the synthesized audio result contains a non-zero amount of audio data
SPXResultReason_SynthesizingAudioCompleted Indicates the synthesized audio is now complete for this phrase.
SPXResultReason_RecognizingKeyword Indicates the speech result contains (unverified) keyword text.
SPXResultReason_RecognizedKeyword Indicates that keyword recognition completed recognizing the given keyword.
SPXResultReason_SynthesizingAudioStarted Indicates the speech synthesis is now started.
SPXResultReason_VoicesListRetrieved Indicates the voices list has been retrieved successfully. Added in version 1.16.0