IRecognizeOutcome interface
Recognize outcome is a result of recognize action. It contains either recognized digits or recognized speech.
- Extends
Properties
| choice |
The value indicating captured speech recognition choice. |
| collect |
The value indicating capturing collected dial pad digit. |
| failure |
The reason for teh failure. |
| id | Id of the operation. |
| outcome | Indicates the success or failure of the action. |
| type | Type of outcome. |
Property Details
choiceOutcome
The value indicating captured speech recognition choice.
choiceOutcome?: IChoiceOutcome
Property Value
collectDigitsOutcome
The value indicating capturing collected dial pad digit.
collectDigitsOutcome?: ICollectDigitsOutcome
Property Value
failureReason
The reason for teh failure.
failureReason?: string
Property Value
string
id
Id of the operation.
id: string
Property Value
string
outcome
Indicates the success or failure of the action.
outcome: string
Property Value
string
type
Type of outcome.
type: string
Property Value
string