public interface StreamingTranslateSpeechResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getRecognitionResult()
Output only.
|
com.google.protobuf.ByteString |
getRecognitionResultBytes()
Output only.
|
StreamingTranslateSpeechResult.ResultCase |
getResultCase() |
StreamingTranslateSpeechResult.TextTranslationResult |
getTextTranslationResult()
Text translation result.
|
StreamingTranslateSpeechResult.TextTranslationResultOrBuilder |
getTextTranslationResultOrBuilder()
Text translation result.
|
boolean |
hasTextTranslationResult()
Text translation result.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTextTranslationResult()
Text translation result.
.google.cloud.mediatranslation.v1beta1.StreamingTranslateSpeechResult.TextTranslationResult text_translation_result = 1;
StreamingTranslateSpeechResult.TextTranslationResult getTextTranslationResult()
Text translation result.
.google.cloud.mediatranslation.v1beta1.StreamingTranslateSpeechResult.TextTranslationResult text_translation_result = 1;
StreamingTranslateSpeechResult.TextTranslationResultOrBuilder getTextTranslationResultOrBuilder()
Text translation result.
.google.cloud.mediatranslation.v1beta1.StreamingTranslateSpeechResult.TextTranslationResult text_translation_result = 1;
String getRecognitionResult()
Output only. The debug only recognition result in original language. This field is debug only and will be set to empty string if not available. This is implementation detail and will not be backward compatible. Still need to decide whether to expose this field by default.
string recognition_result = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getRecognitionResultBytes()
Output only. The debug only recognition result in original language. This field is debug only and will be set to empty string if not available. This is implementation detail and will not be backward compatible. Still need to decide whether to expose this field by default.
string recognition_result = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];StreamingTranslateSpeechResult.ResultCase getResultCase()
Copyright © 2021 Google LLC. All rights reserved.