Uses of Class
com.azure.communication.callautomation.models.CallMediaRecognizeOptions
Packages that use CallMediaRecognizeOptions
Package
Description
Package containing the classes for AzureCommunicationCallingServer.
Package containing the data models for AzureCommunicationCallAutomationService.
-
Uses of CallMediaRecognizeOptions in com.azure.communication.callautomation
Methods in com.azure.communication.callautomation with parameters of type CallMediaRecognizeOptionsModifier and TypeMethodDescriptionvoidCallMedia.startRecognizing(CallMediaRecognizeOptions callMediaRecognizeOptions) Recognize tones.CallMediaAsync.startRecognizing(CallMediaRecognizeOptions recognizeOptions) Recognize operation.com.azure.core.http.rest.Response<Void> CallMedia.startRecognizingWithResponse(CallMediaRecognizeOptions callMediaRecognizeOptions, com.azure.core.util.Context context) Recognize tones.CallMediaAsync.startRecognizingWithResponse(CallMediaRecognizeOptions recognizeOptions) Recognize operation -
Uses of CallMediaRecognizeOptions in com.azure.communication.callautomation.models
Subclasses of CallMediaRecognizeOptions in com.azure.communication.callautomation.modelsModifier and TypeClassDescriptionfinal classThe Recognize configurations specific for Recognize Choice.final classThe Recognize configurations specific for Dtmf.classThe Recognize configurations specific for Continuous Speech Recognition.classThe Recognize configurations specific for Continuous Speech or DTMF Recognition.Methods in com.azure.communication.callautomation.models that return CallMediaRecognizeOptionsModifier and TypeMethodDescriptionstatic CallMediaRecognizeOptionsCallMediaRecognizeOptions.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CallMediaRecognizeOptions from the JsonReader.CallMediaRecognizeOptions.setInitialSilenceTimeout(Duration initialSilenceTimeout) Set the initialSilenceTimeout property: Time to wait for first input after prompt (if any).CallMediaRecognizeOptions.setInterruptCallMediaOperation(Boolean interruptCallMediaOperation) Set the interruptCallMediaOperation property: If set recognize can barge into other existing queued-up/currently-processing requests.CallMediaRecognizeOptions.setInterruptPrompt(Boolean interruptPrompt) Set the interruptPrompt property: Determines if we interrupt the prompt and start recognizing.CallMediaRecognizeOptions.setOperationCallbackUrl(String operationCallbackUrl) Set a callback URI that overrides the default callback URI set by CreateCall/AnswerCall for this operation.CallMediaRecognizeOptions.setOperationContext(String operationContext) Set the operationContext property: The value to identify context of the operation.CallMediaRecognizeOptions.setPlayPrompt(PlaySource playPrompt) Deprecated.CallMediaRecognizeOptions.setPlayPrompts(PlaySource... playPrompts) Set the playPrompts property: The list source of the audio to be played for recognition.CallMediaRecognizeOptions.setPlayPrompts(List<PlaySource> playPrompts) Set the playPrompts property: The list source of the audio to be played for recognition.CallMediaRecognizeOptions.setRecognizeInputType(RecognizeInputType recognizeInputType) Set the recognizeInputType property: Determines the type of the recognition.CallMediaRecognizeOptions.setStopCurrentOperations(Boolean stopCurrentOperations) Set the stopCurrentOperations property: If set recognize can barge into other existing queued-up/currently-processing requests.
setPlayPrompts(List)orsetPlayPrompts(PlaySource...)method.