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