Class RecognizeCompleted
java.lang.Object
com.azure.communication.callautomation.models.events.CallAutomationEventBase
com.azure.communication.callautomation.models.events.CallAutomationEventWithReasonCodeBase
com.azure.communication.callautomation.models.events.RecognizeCompleted
The RecognizeCompleted model.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the collectTonesResult property: Defines the result for CallMediaRecognitionType = Dtmf.Get the recognitionType property: Determines the sub-type of the recognize operation.Methods inherited from class com.azure.communication.callautomation.models.events.CallAutomationEventWithReasonCodeBase
getReasonCode, getResultInformation
Methods inherited from class com.azure.communication.callautomation.models.events.CallAutomationEventBase
getCallConnectionId, getCorrelationId, getOperationContext, getServerCallId
-
Constructor Details
-
RecognizeCompleted
public RecognizeCompleted()
-
-
Method Details
-
getRecognitionType
Get the recognitionType property: Determines the sub-type of the recognize operation. In case of cancel operation the this field is not set and is returned empty.- Returns:
- the recognitionType value.
-
getCollectTonesResult
Get the collectTonesResult property: Defines the result for CallMediaRecognitionType = Dtmf.- Returns:
- the collectTonesResult value.
-