Class ReasonCode.Recognize
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ReasonCode>
com.azure.communication.callautomation.models.events.ReasonCode.Recognize
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
- Enclosing class:
ReasonCode
public static class ReasonCode.Recognize
extends com.azure.core.util.ExpandableStringEnum<ReasonCode>
Reason code names for the Recognize operation
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ReasonCodeRecognize option DMTF matched.static final ReasonCodeRecognize with choice incorrect tone detected.static final ReasonCodeAction failed, initial silence timeout reached.static final ReasonCodeAction failed, inter-digit silence timeout reached.static final ReasonCodeAction completed, max digits received.static final ReasonCodeAction failed, encountered failure while trying to play the prompt.static final ReasonCodeRecognize with choice cognitive service connection error.static final ReasonCodeRecognize with choice speech not recognized.static final ReasonCodeRecognize option Speech matched.static final ReasonCodeRecognize option Speech not matched.static final ReasonCodeAction completed as stop tone was detected. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
INITIAL_SILENCE_TIMEOUT
Action failed, initial silence timeout reached. -
INTER_DIGIT_TIMEOUT
Action failed, inter-digit silence timeout reached. -
PLAY_PROMPT_FAILED
Action failed, encountered failure while trying to play the prompt. -
MAX_DIGITS_RECEIVED
Action completed, max digits received. -
STOP_TONE_DETECTED
Action completed as stop tone was detected. -
DMTF_OPTION_MATCHED
Recognize option DMTF matched. -
SPEECH_OPTION_MATCHED
Recognize option Speech matched. -
SPEECH_OPTION_NOT_MATCHED
Recognize option Speech not matched. -
INCORRECT_TONE_DETECTED
Recognize with choice incorrect tone detected. -
SPEECH_NOT_RECOGNIZED
Recognize with choice speech not recognized. -
SPEECH_COGNITIVE_SERVICE_CONNECTION_ERROR
Recognize with choice cognitive service connection error.
-
-
Constructor Details
-
Recognize
public Recognize()
-