ConversationTranslationEventArgs Class
- java.
lang. Object - com.
microsoft. cognitiveservices. speech. SessionEventArgs - com.
microsoft. cognitiveservices. speech. RecognitionEventArgs - com.
microsoft. cognitiveservices. speech. transcription. ConversationTranslationEventArgs
- com.
- com.
- com.
public class ConversationTranslationEventArgs
extends RecognitionEventArgs
Defines a payload for Transcribing, and Transcribed events. Added in 1.12.0.
Method Summary
Modifier and Type | Method and Description |
---|---|
final
Conversation |
getResult()
Gets the conversation translation result. |
java.lang.String |
toString()
Returns a String that represents the recognition event payload. |
Methods inherited from RecognitionEventArgs
Methods inherited from SessionEventArgs
Methods inherited from java.lang.Object
java.lang.Object.clone
java.lang.Object.equals
java.lang.Object.finalize
java.lang.Object.getClass
java.lang.Object.hashCode
java.lang.Object.notify
java.lang.Object.notifyAll
java.lang.Object.wait
java.lang.Object.wait
java.lang.Object.wait
Method Details
getResult
public final ConversationTranslationResult getResult()
Gets the conversation translation result.
Returns:
the result.
toString
public String toString()
Returns a String that represents the recognition event payload.
Overrides:
ConversationTranslationEventArgs.toString()Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for Java