Uses of Class
com.azure.communication.callautomation.models.CallMediaRecognizeSpeechOrDtmfOptions
Packages that use CallMediaRecognizeSpeechOrDtmfOptions
Package
Description
Package containing the data models for AzureCommunicationCallAutomationService.
-
Uses of CallMediaRecognizeSpeechOrDtmfOptions in com.azure.communication.callautomation.models
Methods in com.azure.communication.callautomation.models that return CallMediaRecognizeSpeechOrDtmfOptionsModifier and TypeMethodDescriptionCallMediaRecognizeSpeechOrDtmfOptions.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CallMediaRecognizeSpeechOrDtmfOptions from the JsonReader.CallMediaRecognizeSpeechOrDtmfOptions.setInterToneTimeout(Duration interToneTimeout) Set the interToneTimeout property: Time to wait between DTMF inputs to stop recognizing.CallMediaRecognizeSpeechOrDtmfOptions.setSpeechLanguage(String speechLanguage) Set the speech language property.CallMediaRecognizeSpeechOrDtmfOptions.setSpeechRecognitionModelEndpointId(String speechRecognitionModelEndpointId) Set the speechRecognitionModelEndpointId property: Endpoint where the custom model was deployed.CallMediaRecognizeSpeechOrDtmfOptions.setStopTones(List<DtmfTone> stopDtmfTones) Set the stopTones property: List of tones that will stop recognizing.