ConversationTranslationEventArgs Class

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 ConversationTranslationResult 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