ConversationTranslationResult Class
- java.
lang. Object - com.
microsoft. cognitiveservices. speech. RecognitionResult - com.
microsoft. cognitiveservices. speech. translation. TranslationRecognitionResult - com.
microsoft. cognitiveservices. speech. transcription. ConversationTranslationResult
- com.
- com.
- com.
public class ConversationTranslationResult
extends TranslationRecognitionResult
Defines a conversation translation result. Added in 1.12.0.
Method Summary
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getOriginalLang()
The original language this result was in. |
java.lang.String |
getParticipantId()
The unique identifier for the participant this result is for. |
Methods inherited from RecognitionResult
Methods inherited from TranslationRecognitionResult
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
getOriginalLang
public String getOriginalLang()
The original language this result was in.
Returns:
The original language this result was in.
getParticipantId
public String getParticipantId()
The unique identifier for the participant this result is for.
Returns:
The unique identifier for the participant this result is for.
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java