RecognitionCompletionReason Enum

Definition

Reason for completion of Recognition(speech/dtmf) Operation

public enum RecognitionCompletionReason
type RecognitionCompletionReason = 
Public Enum RecognitionCompletionReason
Inheritance
RecognitionCompletionReason

Fields

CallTerminated 6

The underlying call was terminated

This results in a "failed" Recognition Attempt

DtmfOptionMatched 5

The recognition successfully matched a Dtmf option

IncorrectDtmf 2

The Recognition completed because the user punched in wrong dtmf which was not amongst the possible choices.

We would only look for dtmfs when dtmf recognition is requested. Thus for pure speech menus, this completion reason would never be possible.

This results in a "failed" Recognition Attempt

InitialSilenceTimeout 1

The maximum initial silence that can be tolerated had been reached

This results in a "failed" Recognition Attempt

InterdigitTimeout 3

The maximum time period between user punching in successive digits has elapsed.

We would only look for dtmfs when dtmf recognition is requested. Thus for pure speech menus, this completion reason would never be possible.

This results in a "failed" Recognition Attempt.

SpeechOptionMatched 4

The recognition successfully matched a Grammar option

TemporarySystemFailure 7

Misc System Failure

Unknown 0

Unknown not recognized.

Applies to