CallMediaRecognizeSpeechOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Recognize configurations specific for IVR Continuouse Speech Recognition.
public class CallMediaRecognizeSpeechOptions : Azure.Communication.CallAutomation.CallMediaRecognizeOptions
type CallMediaRecognizeSpeechOptions = class
inherit CallMediaRecognizeOptions
Public Class CallMediaRecognizeSpeechOptions
Inherits CallMediaRecognizeOptions
- Inheritance
Constructors
CallMediaRecognizeSpeechOptions(CommunicationIdentifier) |
Initializes a new instance of CallMediaRecognizeSpeechOptions. |
Properties
EndSilenceTimeout |
The length of end silence when user stops speaking and cogservice send response. |
InitialSilenceTimeout |
Time to wait for first input after prompt (if any). If not provided, a default of 5 seconds is set. (Inherited from CallMediaRecognizeOptions) |
InputType |
Recognize Input Type. (Inherited from CallMediaRecognizeOptions) |
InterruptCallMediaOperation |
Interrupt current call media operation. (Inherited from CallMediaRecognizeOptions) |
InterruptPrompt |
Determines if we interrupt the prompt and start recognizing. (Inherited from CallMediaRecognizeOptions) |
OperationCallbackUri |
The callback URI that overrides the default callback URI set by CreateCall/AnswerCall for this operation. This setup is per-action. If this is not set, the default callback URI set by CreateCall/AnswerCall will be used. (Inherited from CallMediaRecognizeOptions) |
OperationContext |
Operation Context. (Inherited from CallMediaRecognizeOptions) |
PlayPrompts |
PlaySource objects representing the sources to play. (Inherited from CallMediaRecognizeOptions) |
Prompt |
PlaySource information. (Inherited from CallMediaRecognizeOptions) |
SpeechLanguage |
Speech language to be recognized, If not set default is en-US. (Inherited from CallMediaRecognizeOptions) |
SpeechModelEndpointId |
Endpoint where the speech custom model was deployed. (Inherited from CallMediaRecognizeOptions) |
TargetParticipant |
Target participant of DTFM tone recognition. (Inherited from CallMediaRecognizeOptions) |
Applies to
Azure SDK for .NET