ConversationTranscriptionCanceledEventArgs Class
- java.
lang. Object - com.
microsoft. cognitiveservices. speech. SessionEventArgs - com.
microsoft. cognitiveservices. speech. RecognitionEventArgs - com.
microsoft. cognitiveservices. speech. transcription. ConversationTranscriptionEventArgs - com.
microsoft. cognitiveservices. speech. transcription. ConversationTranscriptionCanceledEventArgs
- com.
- com.
- com.
- com.
public final class ConversationTranscriptionCanceledEventArgs
extends ConversationTranscriptionEventArgs
Class that defines conversation transcription canceled events. Added in version 1.5.0
Method Summary
Modifier and Type | Method and Description |
---|---|
Cancellation |
getErrorCode()
The error code in case of an unsuccessful recognition (when get |
java.lang.String |
getErrorDetails()
The error message in case of an unsuccessful recognition (when get |
Cancellation |
getReason()
The reason the recognition was canceled. |
java.lang.String |
toString()
Returns a String that represents the conversation transcribing canceled event args. |
Methods inherited from RecognitionEventArgs
Methods inherited from SessionEventArgs
Methods inherited from ConversationTranscriptionEventArgs
Methods inherited from java.lang.Object
Method Details
getErrorCode
public CancellationErrorCode getErrorCode()
The error code in case of an unsuccessful recognition (when getReason() returns Error).
Returns:
getErrorDetails
public String getErrorDetails()
The error message in case of an unsuccessful recognition (when getReason() returns Error).
Returns:
getReason
public CancellationReason getReason()
The reason the recognition was canceled.
Returns:
toString
public String toString()
Returns a String that represents the conversation transcribing canceled event args.
Overrides:
ConversationTranscriptionCanceledEventArgs.toString()Returns:
Applies to
Azure SDK for Java