ResultReason Enum

Definition

Describes a recognition result.

public enum ResultReason
type ResultReason = 
Public Enum ResultReason
Inheritance
ResultReason

Fields

Canceled 1

Indicates that the recognition was canceled. Use CancellationDetails for details.

DeletedVoiceProfile 22

Indicates a voice profile has been deleted. Added in 1.12.0

EnrolledVoiceProfile 18

Indicates the voice profile has been enrolled. Added in 1.12.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

NoMatch 0

Indicates speech could not be recognized. Use NoMatchDetails for details.

RecognizedIntent 5

Indicates the intent result contains final text and intent. Speech recognition and intent determination are now complete for this phrase.

RecognizedKeyword 11

Indicates that keyword recognition completed recognizing the given keyword. Added in 1.3.0

RecognizedSpeaker 20

Indicates successful verification of a speaker. Added in 1.12.0

RecognizedSpeakers 19

Indicates successful identification of some speakers. Added in 1.12.0

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.

RecognizingKeyword 10

Indicates the speech result contains (unverified) keyword text. Added in 1.3.0

RecognizingSpeech 2

Indicates the speech result contains hypothesis text.

ResetVoiceProfile 21

Indicates a voice profile has been reset. Added in 1.12.0

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.

SynthesizingAudioStarted 12

Indicates the speech synthesis is now started. Added in 1.4.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

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

TranslatedSpeech 7

Indicates the translation result contains final text and corresponding translation(s). Speech recognition and translation are now complete for this phrase.

TranslatingParticipantSpeech 13

Indicates the transcription result contains hypothesis text and its translation(s) for other participants in the conversation. Added in 1.9.0

TranslatingSpeech 6

Indicates the translation result contains hypothesis text and its translation(s).

VoicesListRetrieved 23

Indicates the voices list has been retrieved successfully. Added in 1.16.0

Remarks

See also:

Applies to