Package com.google.cloud.speech.v2
Class StreamingRecognitionResult.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<StreamingRecognitionResult.Builder>
-
- com.google.cloud.speech.v2.StreamingRecognitionResult.Builder
-
- All Implemented Interfaces:
StreamingRecognitionResultOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- StreamingRecognitionResult
public static final class StreamingRecognitionResult.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<StreamingRecognitionResult.Builder> implements StreamingRecognitionResultOrBuilder
A streaming speech recognition result corresponding to a portion of the audio that is currently being processed.
Protobuf typegoogle.cloud.speech.v2.StreamingRecognitionResult
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StreamingRecognitionResult.Builder
addAllAlternatives(Iterable<? extends SpeechRecognitionAlternative> values)
May contain one or more recognition hypotheses.StreamingRecognitionResult.Builder
addAlternatives(int index, SpeechRecognitionAlternative value)
May contain one or more recognition hypotheses.StreamingRecognitionResult.Builder
addAlternatives(int index, SpeechRecognitionAlternative.Builder builderForValue)
May contain one or more recognition hypotheses.StreamingRecognitionResult.Builder
addAlternatives(SpeechRecognitionAlternative value)
May contain one or more recognition hypotheses.StreamingRecognitionResult.Builder
addAlternatives(SpeechRecognitionAlternative.Builder builderForValue)
May contain one or more recognition hypotheses.SpeechRecognitionAlternative.Builder
addAlternativesBuilder()
May contain one or more recognition hypotheses.SpeechRecognitionAlternative.Builder
addAlternativesBuilder(int index)
May contain one or more recognition hypotheses.StreamingRecognitionResult.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
StreamingRecognitionResult
build()
StreamingRecognitionResult
buildPartial()
StreamingRecognitionResult.Builder
clear()
StreamingRecognitionResult.Builder
clearAlternatives()
May contain one or more recognition hypotheses.StreamingRecognitionResult.Builder
clearChannelTag()
For multi-channel audio, this is the channel number corresponding to the recognized result for the audio from that channel.StreamingRecognitionResult.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
StreamingRecognitionResult.Builder
clearIsFinal()
If `false`, this [StreamingRecognitionResult][google.cloud.speech.v2.StreamingRecognitionResult] represents an interim result that may change.StreamingRecognitionResult.Builder
clearLanguageCode()
Output only.StreamingRecognitionResult.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
StreamingRecognitionResult.Builder
clearResultEndOffset()
Time offset of the end of this result relative to the beginning of the audio.StreamingRecognitionResult.Builder
clearStability()
An estimate of the likelihood that the recognizer will not change its guess about this interim result.StreamingRecognitionResult.Builder
clone()
SpeechRecognitionAlternative
getAlternatives(int index)
May contain one or more recognition hypotheses.SpeechRecognitionAlternative.Builder
getAlternativesBuilder(int index)
May contain one or more recognition hypotheses.List<SpeechRecognitionAlternative.Builder>
getAlternativesBuilderList()
May contain one or more recognition hypotheses.int
getAlternativesCount()
May contain one or more recognition hypotheses.List<SpeechRecognitionAlternative>
getAlternativesList()
May contain one or more recognition hypotheses.SpeechRecognitionAlternativeOrBuilder
getAlternativesOrBuilder(int index)
May contain one or more recognition hypotheses.List<? extends SpeechRecognitionAlternativeOrBuilder>
getAlternativesOrBuilderList()
May contain one or more recognition hypotheses.int
getChannelTag()
For multi-channel audio, this is the channel number corresponding to the recognized result for the audio from that channel.StreamingRecognitionResult
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
boolean
getIsFinal()
If `false`, this [StreamingRecognitionResult][google.cloud.speech.v2.StreamingRecognitionResult] represents an interim result that may change.String
getLanguageCode()
Output only.com.google.protobuf.ByteString
getLanguageCodeBytes()
Output only.com.google.protobuf.Duration
getResultEndOffset()
Time offset of the end of this result relative to the beginning of the audio.com.google.protobuf.Duration.Builder
getResultEndOffsetBuilder()
Time offset of the end of this result relative to the beginning of the audio.com.google.protobuf.DurationOrBuilder
getResultEndOffsetOrBuilder()
Time offset of the end of this result relative to the beginning of the audio.float
getStability()
An estimate of the likelihood that the recognizer will not change its guess about this interim result.boolean
hasResultEndOffset()
Time offset of the end of this result relative to the beginning of the audio.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
StreamingRecognitionResult.Builder
mergeFrom(StreamingRecognitionResult other)
StreamingRecognitionResult.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
StreamingRecognitionResult.Builder
mergeFrom(com.google.protobuf.Message other)
StreamingRecognitionResult.Builder
mergeResultEndOffset(com.google.protobuf.Duration value)
Time offset of the end of this result relative to the beginning of the audio.StreamingRecognitionResult.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
StreamingRecognitionResult.Builder
removeAlternatives(int index)
May contain one or more recognition hypotheses.StreamingRecognitionResult.Builder
setAlternatives(int index, SpeechRecognitionAlternative value)
May contain one or more recognition hypotheses.StreamingRecognitionResult.Builder
setAlternatives(int index, SpeechRecognitionAlternative.Builder builderForValue)
May contain one or more recognition hypotheses.StreamingRecognitionResult.Builder
setChannelTag(int value)
For multi-channel audio, this is the channel number corresponding to the recognized result for the audio from that channel.StreamingRecognitionResult.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
StreamingRecognitionResult.Builder
setIsFinal(boolean value)
If `false`, this [StreamingRecognitionResult][google.cloud.speech.v2.StreamingRecognitionResult] represents an interim result that may change.StreamingRecognitionResult.Builder
setLanguageCode(String value)
Output only.StreamingRecognitionResult.Builder
setLanguageCodeBytes(com.google.protobuf.ByteString value)
Output only.StreamingRecognitionResult.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
StreamingRecognitionResult.Builder
setResultEndOffset(com.google.protobuf.Duration value)
Time offset of the end of this result relative to the beginning of the audio.StreamingRecognitionResult.Builder
setResultEndOffset(com.google.protobuf.Duration.Builder builderForValue)
Time offset of the end of this result relative to the beginning of the audio.StreamingRecognitionResult.Builder
setStability(float value)
An estimate of the likelihood that the recognizer will not change its guess about this interim result.StreamingRecognitionResult.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<StreamingRecognitionResult.Builder>
-
clear
public StreamingRecognitionResult.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<StreamingRecognitionResult.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<StreamingRecognitionResult.Builder>
-
getDefaultInstanceForType
public StreamingRecognitionResult getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public StreamingRecognitionResult build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public StreamingRecognitionResult buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public StreamingRecognitionResult.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<StreamingRecognitionResult.Builder>
-
setField
public StreamingRecognitionResult.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<StreamingRecognitionResult.Builder>
-
clearField
public StreamingRecognitionResult.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<StreamingRecognitionResult.Builder>
-
clearOneof
public StreamingRecognitionResult.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<StreamingRecognitionResult.Builder>
-
setRepeatedField
public StreamingRecognitionResult.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<StreamingRecognitionResult.Builder>
-
addRepeatedField
public StreamingRecognitionResult.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<StreamingRecognitionResult.Builder>
-
mergeFrom
public StreamingRecognitionResult.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<StreamingRecognitionResult.Builder>
-
mergeFrom
public StreamingRecognitionResult.Builder mergeFrom(StreamingRecognitionResult other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<StreamingRecognitionResult.Builder>
-
mergeFrom
public StreamingRecognitionResult.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<StreamingRecognitionResult.Builder>
- Throws:
IOException
-
getAlternativesList
public List<SpeechRecognitionAlternative> getAlternativesList()
May contain one or more recognition hypotheses. These alternatives are ordered in terms of accuracy, with the top (first) alternative being the most probable, as ranked by the recognizer.
repeated .google.cloud.speech.v2.SpeechRecognitionAlternative alternatives = 1;
- Specified by:
getAlternativesList
in interfaceStreamingRecognitionResultOrBuilder
-
getAlternativesCount
public int getAlternativesCount()
May contain one or more recognition hypotheses. These alternatives are ordered in terms of accuracy, with the top (first) alternative being the most probable, as ranked by the recognizer.
repeated .google.cloud.speech.v2.SpeechRecognitionAlternative alternatives = 1;
- Specified by:
getAlternativesCount
in interfaceStreamingRecognitionResultOrBuilder
-
getAlternatives
public SpeechRecognitionAlternative getAlternatives(int index)
May contain one or more recognition hypotheses. These alternatives are ordered in terms of accuracy, with the top (first) alternative being the most probable, as ranked by the recognizer.
repeated .google.cloud.speech.v2.SpeechRecognitionAlternative alternatives = 1;
- Specified by:
getAlternatives
in interfaceStreamingRecognitionResultOrBuilder
-
setAlternatives
public StreamingRecognitionResult.Builder setAlternatives(int index, SpeechRecognitionAlternative value)
May contain one or more recognition hypotheses. These alternatives are ordered in terms of accuracy, with the top (first) alternative being the most probable, as ranked by the recognizer.
repeated .google.cloud.speech.v2.SpeechRecognitionAlternative alternatives = 1;
-
setAlternatives
public StreamingRecognitionResult.Builder setAlternatives(int index, SpeechRecognitionAlternative.Builder builderForValue)
May contain one or more recognition hypotheses. These alternatives are ordered in terms of accuracy, with the top (first) alternative being the most probable, as ranked by the recognizer.
repeated .google.cloud.speech.v2.SpeechRecognitionAlternative alternatives = 1;
-
addAlternatives
public StreamingRecognitionResult.Builder addAlternatives(SpeechRecognitionAlternative value)
May contain one or more recognition hypotheses. These alternatives are ordered in terms of accuracy, with the top (first) alternative being the most probable, as ranked by the recognizer.
repeated .google.cloud.speech.v2.SpeechRecognitionAlternative alternatives = 1;
-
addAlternatives
public StreamingRecognitionResult.Builder addAlternatives(int index, SpeechRecognitionAlternative value)
May contain one or more recognition hypotheses. These alternatives are ordered in terms of accuracy, with the top (first) alternative being the most probable, as ranked by the recognizer.
repeated .google.cloud.speech.v2.SpeechRecognitionAlternative alternatives = 1;
-
addAlternatives
public StreamingRecognitionResult.Builder addAlternatives(SpeechRecognitionAlternative.Builder builderForValue)
May contain one or more recognition hypotheses. These alternatives are ordered in terms of accuracy, with the top (first) alternative being the most probable, as ranked by the recognizer.
repeated .google.cloud.speech.v2.SpeechRecognitionAlternative alternatives = 1;
-
addAlternatives
public StreamingRecognitionResult.Builder addAlternatives(int index, SpeechRecognitionAlternative.Builder builderForValue)
May contain one or more recognition hypotheses. These alternatives are ordered in terms of accuracy, with the top (first) alternative being the most probable, as ranked by the recognizer.
repeated .google.cloud.speech.v2.SpeechRecognitionAlternative alternatives = 1;
-
addAllAlternatives
public StreamingRecognitionResult.Builder addAllAlternatives(Iterable<? extends SpeechRecognitionAlternative> values)
May contain one or more recognition hypotheses. These alternatives are ordered in terms of accuracy, with the top (first) alternative being the most probable, as ranked by the recognizer.
repeated .google.cloud.speech.v2.SpeechRecognitionAlternative alternatives = 1;
-
clearAlternatives
public StreamingRecognitionResult.Builder clearAlternatives()
May contain one or more recognition hypotheses. These alternatives are ordered in terms of accuracy, with the top (first) alternative being the most probable, as ranked by the recognizer.
repeated .google.cloud.speech.v2.SpeechRecognitionAlternative alternatives = 1;
-
removeAlternatives
public StreamingRecognitionResult.Builder removeAlternatives(int index)
May contain one or more recognition hypotheses. These alternatives are ordered in terms of accuracy, with the top (first) alternative being the most probable, as ranked by the recognizer.
repeated .google.cloud.speech.v2.SpeechRecognitionAlternative alternatives = 1;
-
getAlternativesBuilder
public SpeechRecognitionAlternative.Builder getAlternativesBuilder(int index)
May contain one or more recognition hypotheses. These alternatives are ordered in terms of accuracy, with the top (first) alternative being the most probable, as ranked by the recognizer.
repeated .google.cloud.speech.v2.SpeechRecognitionAlternative alternatives = 1;
-
getAlternativesOrBuilder
public SpeechRecognitionAlternativeOrBuilder getAlternativesOrBuilder(int index)
May contain one or more recognition hypotheses. These alternatives are ordered in terms of accuracy, with the top (first) alternative being the most probable, as ranked by the recognizer.
repeated .google.cloud.speech.v2.SpeechRecognitionAlternative alternatives = 1;
- Specified by:
getAlternativesOrBuilder
in interfaceStreamingRecognitionResultOrBuilder
-
getAlternativesOrBuilderList
public List<? extends SpeechRecognitionAlternativeOrBuilder> getAlternativesOrBuilderList()
May contain one or more recognition hypotheses. These alternatives are ordered in terms of accuracy, with the top (first) alternative being the most probable, as ranked by the recognizer.
repeated .google.cloud.speech.v2.SpeechRecognitionAlternative alternatives = 1;
- Specified by:
getAlternativesOrBuilderList
in interfaceStreamingRecognitionResultOrBuilder
-
addAlternativesBuilder
public SpeechRecognitionAlternative.Builder addAlternativesBuilder()
May contain one or more recognition hypotheses. These alternatives are ordered in terms of accuracy, with the top (first) alternative being the most probable, as ranked by the recognizer.
repeated .google.cloud.speech.v2.SpeechRecognitionAlternative alternatives = 1;
-
addAlternativesBuilder
public SpeechRecognitionAlternative.Builder addAlternativesBuilder(int index)
May contain one or more recognition hypotheses. These alternatives are ordered in terms of accuracy, with the top (first) alternative being the most probable, as ranked by the recognizer.
repeated .google.cloud.speech.v2.SpeechRecognitionAlternative alternatives = 1;
-
getAlternativesBuilderList
public List<SpeechRecognitionAlternative.Builder> getAlternativesBuilderList()
May contain one or more recognition hypotheses. These alternatives are ordered in terms of accuracy, with the top (first) alternative being the most probable, as ranked by the recognizer.
repeated .google.cloud.speech.v2.SpeechRecognitionAlternative alternatives = 1;
-
getIsFinal
public boolean getIsFinal()
If `false`, this [StreamingRecognitionResult][google.cloud.speech.v2.StreamingRecognitionResult] represents an interim result that may change. If `true`, this is the final time the speech service will return this particular [StreamingRecognitionResult][google.cloud.speech.v2.StreamingRecognitionResult], the recognizer will not return any further hypotheses for this portion of the transcript and corresponding audio.
bool is_final = 2;
- Specified by:
getIsFinal
in interfaceStreamingRecognitionResultOrBuilder
- Returns:
- The isFinal.
-
setIsFinal
public StreamingRecognitionResult.Builder setIsFinal(boolean value)
If `false`, this [StreamingRecognitionResult][google.cloud.speech.v2.StreamingRecognitionResult] represents an interim result that may change. If `true`, this is the final time the speech service will return this particular [StreamingRecognitionResult][google.cloud.speech.v2.StreamingRecognitionResult], the recognizer will not return any further hypotheses for this portion of the transcript and corresponding audio.
bool is_final = 2;
- Parameters:
value
- The isFinal to set.- Returns:
- This builder for chaining.
-
clearIsFinal
public StreamingRecognitionResult.Builder clearIsFinal()
If `false`, this [StreamingRecognitionResult][google.cloud.speech.v2.StreamingRecognitionResult] represents an interim result that may change. If `true`, this is the final time the speech service will return this particular [StreamingRecognitionResult][google.cloud.speech.v2.StreamingRecognitionResult], the recognizer will not return any further hypotheses for this portion of the transcript and corresponding audio.
bool is_final = 2;
- Returns:
- This builder for chaining.
-
getStability
public float getStability()
An estimate of the likelihood that the recognizer will not change its guess about this interim result. Values range from 0.0 (completely unstable) to 1.0 (completely stable). This field is only provided for interim results ([is_final][google.cloud.speech.v2.StreamingRecognitionResult.is_final]=`false`). The default of 0.0 is a sentinel value indicating `stability` was not set.
float stability = 3;
- Specified by:
getStability
in interfaceStreamingRecognitionResultOrBuilder
- Returns:
- The stability.
-
setStability
public StreamingRecognitionResult.Builder setStability(float value)
An estimate of the likelihood that the recognizer will not change its guess about this interim result. Values range from 0.0 (completely unstable) to 1.0 (completely stable). This field is only provided for interim results ([is_final][google.cloud.speech.v2.StreamingRecognitionResult.is_final]=`false`). The default of 0.0 is a sentinel value indicating `stability` was not set.
float stability = 3;
- Parameters:
value
- The stability to set.- Returns:
- This builder for chaining.
-
clearStability
public StreamingRecognitionResult.Builder clearStability()
An estimate of the likelihood that the recognizer will not change its guess about this interim result. Values range from 0.0 (completely unstable) to 1.0 (completely stable). This field is only provided for interim results ([is_final][google.cloud.speech.v2.StreamingRecognitionResult.is_final]=`false`). The default of 0.0 is a sentinel value indicating `stability` was not set.
float stability = 3;
- Returns:
- This builder for chaining.
-
hasResultEndOffset
public boolean hasResultEndOffset()
Time offset of the end of this result relative to the beginning of the audio.
.google.protobuf.Duration result_end_offset = 4;
- Specified by:
hasResultEndOffset
in interfaceStreamingRecognitionResultOrBuilder
- Returns:
- Whether the resultEndOffset field is set.
-
getResultEndOffset
public com.google.protobuf.Duration getResultEndOffset()
Time offset of the end of this result relative to the beginning of the audio.
.google.protobuf.Duration result_end_offset = 4;
- Specified by:
getResultEndOffset
in interfaceStreamingRecognitionResultOrBuilder
- Returns:
- The resultEndOffset.
-
setResultEndOffset
public StreamingRecognitionResult.Builder setResultEndOffset(com.google.protobuf.Duration value)
Time offset of the end of this result relative to the beginning of the audio.
.google.protobuf.Duration result_end_offset = 4;
-
setResultEndOffset
public StreamingRecognitionResult.Builder setResultEndOffset(com.google.protobuf.Duration.Builder builderForValue)
Time offset of the end of this result relative to the beginning of the audio.
.google.protobuf.Duration result_end_offset = 4;
-
mergeResultEndOffset
public StreamingRecognitionResult.Builder mergeResultEndOffset(com.google.protobuf.Duration value)
Time offset of the end of this result relative to the beginning of the audio.
.google.protobuf.Duration result_end_offset = 4;
-
clearResultEndOffset
public StreamingRecognitionResult.Builder clearResultEndOffset()
Time offset of the end of this result relative to the beginning of the audio.
.google.protobuf.Duration result_end_offset = 4;
-
getResultEndOffsetBuilder
public com.google.protobuf.Duration.Builder getResultEndOffsetBuilder()
Time offset of the end of this result relative to the beginning of the audio.
.google.protobuf.Duration result_end_offset = 4;
-
getResultEndOffsetOrBuilder
public com.google.protobuf.DurationOrBuilder getResultEndOffsetOrBuilder()
Time offset of the end of this result relative to the beginning of the audio.
.google.protobuf.Duration result_end_offset = 4;
- Specified by:
getResultEndOffsetOrBuilder
in interfaceStreamingRecognitionResultOrBuilder
-
getChannelTag
public int getChannelTag()
For multi-channel audio, this is the channel number corresponding to the recognized result for the audio from that channel. For `audio_channel_count` = `N`, its output values can range from `1` to `N`.
int32 channel_tag = 5;
- Specified by:
getChannelTag
in interfaceStreamingRecognitionResultOrBuilder
- Returns:
- The channelTag.
-
setChannelTag
public StreamingRecognitionResult.Builder setChannelTag(int value)
For multi-channel audio, this is the channel number corresponding to the recognized result for the audio from that channel. For `audio_channel_count` = `N`, its output values can range from `1` to `N`.
int32 channel_tag = 5;
- Parameters:
value
- The channelTag to set.- Returns:
- This builder for chaining.
-
clearChannelTag
public StreamingRecognitionResult.Builder clearChannelTag()
For multi-channel audio, this is the channel number corresponding to the recognized result for the audio from that channel. For `audio_channel_count` = `N`, its output values can range from `1` to `N`.
int32 channel_tag = 5;
- Returns:
- This builder for chaining.
-
getLanguageCode
public String getLanguageCode()
Output only. The [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag of the language in this result. This language code was detected to have the most likelihood of being spoken in the audio.
string language_code = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getLanguageCode
in interfaceStreamingRecognitionResultOrBuilder
- Returns:
- The languageCode.
-
getLanguageCodeBytes
public com.google.protobuf.ByteString getLanguageCodeBytes()
Output only. The [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag of the language in this result. This language code was detected to have the most likelihood of being spoken in the audio.
string language_code = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getLanguageCodeBytes
in interfaceStreamingRecognitionResultOrBuilder
- Returns:
- The bytes for languageCode.
-
setLanguageCode
public StreamingRecognitionResult.Builder setLanguageCode(String value)
Output only. The [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag of the language in this result. This language code was detected to have the most likelihood of being spoken in the audio.
string language_code = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Parameters:
value
- The languageCode to set.- Returns:
- This builder for chaining.
-
clearLanguageCode
public StreamingRecognitionResult.Builder clearLanguageCode()
Output only. The [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag of the language in this result. This language code was detected to have the most likelihood of being spoken in the audio.
string language_code = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- This builder for chaining.
-
setLanguageCodeBytes
public StreamingRecognitionResult.Builder setLanguageCodeBytes(com.google.protobuf.ByteString value)
Output only. The [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag of the language in this result. This language code was detected to have the most likelihood of being spoken in the audio.
string language_code = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Parameters:
value
- The bytes for languageCode to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final StreamingRecognitionResult.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<StreamingRecognitionResult.Builder>
-
mergeUnknownFields
public final StreamingRecognitionResult.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<StreamingRecognitionResult.Builder>
-
-