Uses of Class
com.azure.communication.callautomation.models.CallMediaRecognizeSpeechOptions
Packages that use CallMediaRecognizeSpeechOptions
Package
Description
Package containing the data models for AzureCommunicationCallAutomationService.
-
Uses of CallMediaRecognizeSpeechOptions in com.azure.communication.callautomation.models
Methods in com.azure.communication.callautomation.models that return CallMediaRecognizeSpeechOptionsModifier and TypeMethodDescriptionCallMediaRecognizeSpeechOptions.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CallMediaRecognizeSpeechOptions from the JsonReader.CallMediaRecognizeSpeechOptions.setInitialSilenceTimeout(Duration initialSilenceTimeout) Set the initialSilenceTimeout property: Time to wait for first input after prompt (if any).CallMediaRecognizeSpeechOptions.setInterruptCallMediaOperation(Boolean interruptCallMediaOperation) Set the interruptCallMediaOperation property: If set recognize can barge into other existing queued-up/currently-processing requests.CallMediaRecognizeSpeechOptions.setInterruptPrompt(Boolean interruptPrompt) Set the interruptPrompt property: Determines if we interrupt the prompt and start recognizing.CallMediaRecognizeSpeechOptions.setOperationContext(String operationContext) Set the operationContext property: The value to identify context of the operation.CallMediaRecognizeSpeechOptions.setPlayPrompt(PlaySource playPrompt) Set the playPrompt property: The source of the audio to be played for recognition.CallMediaRecognizeSpeechOptions.setRecognizeInputType(RecognizeInputType recognizeInputType) Set the recognizeInputType property: Determines the type of the recognition.CallMediaRecognizeSpeechOptions.setSpeechLanguage(String speechLanguage) Set the speech language property.CallMediaRecognizeSpeechOptions.setSpeechRecognitionModelEndpointId(String speechRecognitionModelEndpointId) Set the speechRecognitionModelEndpointId property: Endpoint where the custom model was deployed.CallMediaRecognizeSpeechOptions.setStopCurrentOperations(Boolean stopCurrentOperations) Set the stopCurrentOperations property: If set recognize can barge into other existing queued-up/currently-processing requests.