Class ConversationTranscriptionEventArgs
- java.lang.Object
-
- com.microsoft.cognitiveservices.speech.SessionEventArgs
-
- com.microsoft.cognitiveservices.speech.RecognitionEventArgs
-
- com.microsoft.cognitiveservices.speech.transcription.ConversationTranscriptionEventArgs
-
- Direct Known Subclasses:
ConversationTranscriptionCanceledEventArgs
public class ConversationTranscriptionEventArgs extends RecognitionEventArgs
Class that defines conversation transcription event arguments.
-
-
Field Summary
-
Fields inherited from class com.microsoft.cognitiveservices.speech.RecognitionEventArgs
offset
-
Fields inherited from class com.microsoft.cognitiveservices.speech.SessionEventArgs
eventHandle
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConversationTranscriptionResultgetResult()Represents the conversation transcription result.StringtoString()Returns a String that represents the conversation transcription result event.-
Methods inherited from class com.microsoft.cognitiveservices.speech.RecognitionEventArgs
getRecognitionResult
-
Methods inherited from class com.microsoft.cognitiveservices.speech.SessionEventArgs
close, getSessionId
-
-
-
-
Method Detail
-
getResult
public final ConversationTranscriptionResult getResult()
Represents the conversation transcription result.- Returns:
- The conversation transcription result.
-
toString
public String toString()
Returns a String that represents the conversation transcription result event.- Overrides:
toStringin classRecognitionEventArgs- Returns:
- A String that represents the conversation transcription result event.
-
-