Class WordInfo.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<WordInfo.Builder>
-
- com.google.cloud.speech.v1p1beta1.WordInfo.Builder
-
- All Implemented Interfaces:
WordInfoOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- WordInfo
public static final class WordInfo.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<WordInfo.Builder> implements WordInfoOrBuilder
Word-specific information for recognized words.
Protobuf typegoogle.cloud.speech.v1p1beta1.WordInfo
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description WordInfo.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
WordInfo
build()
WordInfo
buildPartial()
WordInfo.Builder
clear()
WordInfo.Builder
clearConfidence()
The confidence estimate between 0.0 and 1.0.WordInfo.Builder
clearEndTime()
Time offset relative to the beginning of the audio, and corresponding to the end of the spoken word.WordInfo.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
WordInfo.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
WordInfo.Builder
clearSpeakerTag()
Output only.WordInfo.Builder
clearStartTime()
Time offset relative to the beginning of the audio, and corresponding to the start of the spoken word.WordInfo.Builder
clearWord()
The word corresponding to this set of information.WordInfo.Builder
clone()
float
getConfidence()
The confidence estimate between 0.0 and 1.0.WordInfo
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
com.google.protobuf.Duration
getEndTime()
Time offset relative to the beginning of the audio, and corresponding to the end of the spoken word.com.google.protobuf.Duration.Builder
getEndTimeBuilder()
Time offset relative to the beginning of the audio, and corresponding to the end of the spoken word.com.google.protobuf.DurationOrBuilder
getEndTimeOrBuilder()
Time offset relative to the beginning of the audio, and corresponding to the end of the spoken word.int
getSpeakerTag()
Output only.com.google.protobuf.Duration
getStartTime()
Time offset relative to the beginning of the audio, and corresponding to the start of the spoken word.com.google.protobuf.Duration.Builder
getStartTimeBuilder()
Time offset relative to the beginning of the audio, and corresponding to the start of the spoken word.com.google.protobuf.DurationOrBuilder
getStartTimeOrBuilder()
Time offset relative to the beginning of the audio, and corresponding to the start of the spoken word.String
getWord()
The word corresponding to this set of information.com.google.protobuf.ByteString
getWordBytes()
The word corresponding to this set of information.boolean
hasEndTime()
Time offset relative to the beginning of the audio, and corresponding to the end of the spoken word.boolean
hasStartTime()
Time offset relative to the beginning of the audio, and corresponding to the start of the spoken word.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
WordInfo.Builder
mergeEndTime(com.google.protobuf.Duration value)
Time offset relative to the beginning of the audio, and corresponding to the end of the spoken word.WordInfo.Builder
mergeFrom(WordInfo other)
WordInfo.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
WordInfo.Builder
mergeFrom(com.google.protobuf.Message other)
WordInfo.Builder
mergeStartTime(com.google.protobuf.Duration value)
Time offset relative to the beginning of the audio, and corresponding to the start of the spoken word.WordInfo.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
WordInfo.Builder
setConfidence(float value)
The confidence estimate between 0.0 and 1.0.WordInfo.Builder
setEndTime(com.google.protobuf.Duration value)
Time offset relative to the beginning of the audio, and corresponding to the end of the spoken word.WordInfo.Builder
setEndTime(com.google.protobuf.Duration.Builder builderForValue)
Time offset relative to the beginning of the audio, and corresponding to the end of the spoken word.WordInfo.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
WordInfo.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
WordInfo.Builder
setSpeakerTag(int value)
Output only.WordInfo.Builder
setStartTime(com.google.protobuf.Duration value)
Time offset relative to the beginning of the audio, and corresponding to the start of the spoken word.WordInfo.Builder
setStartTime(com.google.protobuf.Duration.Builder builderForValue)
Time offset relative to the beginning of the audio, and corresponding to the start of the spoken word.WordInfo.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
WordInfo.Builder
setWord(String value)
The word corresponding to this set of information.WordInfo.Builder
setWordBytes(com.google.protobuf.ByteString value)
The word corresponding to this set of information.-
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<WordInfo.Builder>
-
clear
public WordInfo.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<WordInfo.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<WordInfo.Builder>
-
getDefaultInstanceForType
public WordInfo getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public WordInfo build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public WordInfo buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public WordInfo.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<WordInfo.Builder>
-
setField
public WordInfo.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<WordInfo.Builder>
-
clearField
public WordInfo.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<WordInfo.Builder>
-
clearOneof
public WordInfo.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<WordInfo.Builder>
-
setRepeatedField
public WordInfo.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<WordInfo.Builder>
-
addRepeatedField
public WordInfo.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<WordInfo.Builder>
-
mergeFrom
public WordInfo.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<WordInfo.Builder>
-
mergeFrom
public WordInfo.Builder mergeFrom(WordInfo other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<WordInfo.Builder>
-
mergeFrom
public WordInfo.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<WordInfo.Builder>
- Throws:
IOException
-
hasStartTime
public boolean hasStartTime()
Time offset relative to the beginning of the audio, and corresponding to the start of the spoken word. This field is only set if `enable_word_time_offsets=true` and only in the top hypothesis. This is an experimental feature and the accuracy of the time offset can vary.
.google.protobuf.Duration start_time = 1;
- Specified by:
hasStartTime
in interfaceWordInfoOrBuilder
- Returns:
- Whether the startTime field is set.
-
getStartTime
public com.google.protobuf.Duration getStartTime()
Time offset relative to the beginning of the audio, and corresponding to the start of the spoken word. This field is only set if `enable_word_time_offsets=true` and only in the top hypothesis. This is an experimental feature and the accuracy of the time offset can vary.
.google.protobuf.Duration start_time = 1;
- Specified by:
getStartTime
in interfaceWordInfoOrBuilder
- Returns:
- The startTime.
-
setStartTime
public WordInfo.Builder setStartTime(com.google.protobuf.Duration value)
Time offset relative to the beginning of the audio, and corresponding to the start of the spoken word. This field is only set if `enable_word_time_offsets=true` and only in the top hypothesis. This is an experimental feature and the accuracy of the time offset can vary.
.google.protobuf.Duration start_time = 1;
-
setStartTime
public WordInfo.Builder setStartTime(com.google.protobuf.Duration.Builder builderForValue)
Time offset relative to the beginning of the audio, and corresponding to the start of the spoken word. This field is only set if `enable_word_time_offsets=true` and only in the top hypothesis. This is an experimental feature and the accuracy of the time offset can vary.
.google.protobuf.Duration start_time = 1;
-
mergeStartTime
public WordInfo.Builder mergeStartTime(com.google.protobuf.Duration value)
Time offset relative to the beginning of the audio, and corresponding to the start of the spoken word. This field is only set if `enable_word_time_offsets=true` and only in the top hypothesis. This is an experimental feature and the accuracy of the time offset can vary.
.google.protobuf.Duration start_time = 1;
-
clearStartTime
public WordInfo.Builder clearStartTime()
Time offset relative to the beginning of the audio, and corresponding to the start of the spoken word. This field is only set if `enable_word_time_offsets=true` and only in the top hypothesis. This is an experimental feature and the accuracy of the time offset can vary.
.google.protobuf.Duration start_time = 1;
-
getStartTimeBuilder
public com.google.protobuf.Duration.Builder getStartTimeBuilder()
Time offset relative to the beginning of the audio, and corresponding to the start of the spoken word. This field is only set if `enable_word_time_offsets=true` and only in the top hypothesis. This is an experimental feature and the accuracy of the time offset can vary.
.google.protobuf.Duration start_time = 1;
-
getStartTimeOrBuilder
public com.google.protobuf.DurationOrBuilder getStartTimeOrBuilder()
Time offset relative to the beginning of the audio, and corresponding to the start of the spoken word. This field is only set if `enable_word_time_offsets=true` and only in the top hypothesis. This is an experimental feature and the accuracy of the time offset can vary.
.google.protobuf.Duration start_time = 1;
- Specified by:
getStartTimeOrBuilder
in interfaceWordInfoOrBuilder
-
hasEndTime
public boolean hasEndTime()
Time offset relative to the beginning of the audio, and corresponding to the end of the spoken word. This field is only set if `enable_word_time_offsets=true` and only in the top hypothesis. This is an experimental feature and the accuracy of the time offset can vary.
.google.protobuf.Duration end_time = 2;
- Specified by:
hasEndTime
in interfaceWordInfoOrBuilder
- Returns:
- Whether the endTime field is set.
-
getEndTime
public com.google.protobuf.Duration getEndTime()
Time offset relative to the beginning of the audio, and corresponding to the end of the spoken word. This field is only set if `enable_word_time_offsets=true` and only in the top hypothesis. This is an experimental feature and the accuracy of the time offset can vary.
.google.protobuf.Duration end_time = 2;
- Specified by:
getEndTime
in interfaceWordInfoOrBuilder
- Returns:
- The endTime.
-
setEndTime
public WordInfo.Builder setEndTime(com.google.protobuf.Duration value)
Time offset relative to the beginning of the audio, and corresponding to the end of the spoken word. This field is only set if `enable_word_time_offsets=true` and only in the top hypothesis. This is an experimental feature and the accuracy of the time offset can vary.
.google.protobuf.Duration end_time = 2;
-
setEndTime
public WordInfo.Builder setEndTime(com.google.protobuf.Duration.Builder builderForValue)
Time offset relative to the beginning of the audio, and corresponding to the end of the spoken word. This field is only set if `enable_word_time_offsets=true` and only in the top hypothesis. This is an experimental feature and the accuracy of the time offset can vary.
.google.protobuf.Duration end_time = 2;
-
mergeEndTime
public WordInfo.Builder mergeEndTime(com.google.protobuf.Duration value)
Time offset relative to the beginning of the audio, and corresponding to the end of the spoken word. This field is only set if `enable_word_time_offsets=true` and only in the top hypothesis. This is an experimental feature and the accuracy of the time offset can vary.
.google.protobuf.Duration end_time = 2;
-
clearEndTime
public WordInfo.Builder clearEndTime()
Time offset relative to the beginning of the audio, and corresponding to the end of the spoken word. This field is only set if `enable_word_time_offsets=true` and only in the top hypothesis. This is an experimental feature and the accuracy of the time offset can vary.
.google.protobuf.Duration end_time = 2;
-
getEndTimeBuilder
public com.google.protobuf.Duration.Builder getEndTimeBuilder()
Time offset relative to the beginning of the audio, and corresponding to the end of the spoken word. This field is only set if `enable_word_time_offsets=true` and only in the top hypothesis. This is an experimental feature and the accuracy of the time offset can vary.
.google.protobuf.Duration end_time = 2;
-
getEndTimeOrBuilder
public com.google.protobuf.DurationOrBuilder getEndTimeOrBuilder()
Time offset relative to the beginning of the audio, and corresponding to the end of the spoken word. This field is only set if `enable_word_time_offsets=true` and only in the top hypothesis. This is an experimental feature and the accuracy of the time offset can vary.
.google.protobuf.Duration end_time = 2;
- Specified by:
getEndTimeOrBuilder
in interfaceWordInfoOrBuilder
-
getWord
public String getWord()
The word corresponding to this set of information.
string word = 3;
- Specified by:
getWord
in interfaceWordInfoOrBuilder
- Returns:
- The word.
-
getWordBytes
public com.google.protobuf.ByteString getWordBytes()
The word corresponding to this set of information.
string word = 3;
- Specified by:
getWordBytes
in interfaceWordInfoOrBuilder
- Returns:
- The bytes for word.
-
setWord
public WordInfo.Builder setWord(String value)
The word corresponding to this set of information.
string word = 3;
- Parameters:
value
- The word to set.- Returns:
- This builder for chaining.
-
clearWord
public WordInfo.Builder clearWord()
The word corresponding to this set of information.
string word = 3;
- Returns:
- This builder for chaining.
-
setWordBytes
public WordInfo.Builder setWordBytes(com.google.protobuf.ByteString value)
The word corresponding to this set of information.
string word = 3;
- Parameters:
value
- The bytes for word to set.- Returns:
- This builder for chaining.
-
getConfidence
public float getConfidence()
The confidence estimate between 0.0 and 1.0. A higher number indicates an estimated greater likelihood that the recognized words are correct. This field is set only for the top alternative of a non-streaming result or, of a streaming result where `is_final=true`. This field is not guaranteed to be accurate and users should not rely on it to be always provided. The default of 0.0 is a sentinel value indicating `confidence` was not set.
float confidence = 4;
- Specified by:
getConfidence
in interfaceWordInfoOrBuilder
- Returns:
- The confidence.
-
setConfidence
public WordInfo.Builder setConfidence(float value)
The confidence estimate between 0.0 and 1.0. A higher number indicates an estimated greater likelihood that the recognized words are correct. This field is set only for the top alternative of a non-streaming result or, of a streaming result where `is_final=true`. This field is not guaranteed to be accurate and users should not rely on it to be always provided. The default of 0.0 is a sentinel value indicating `confidence` was not set.
float confidence = 4;
- Parameters:
value
- The confidence to set.- Returns:
- This builder for chaining.
-
clearConfidence
public WordInfo.Builder clearConfidence()
The confidence estimate between 0.0 and 1.0. A higher number indicates an estimated greater likelihood that the recognized words are correct. This field is set only for the top alternative of a non-streaming result or, of a streaming result where `is_final=true`. This field is not guaranteed to be accurate and users should not rely on it to be always provided. The default of 0.0 is a sentinel value indicating `confidence` was not set.
float confidence = 4;
- Returns:
- This builder for chaining.
-
getSpeakerTag
public int getSpeakerTag()
Output only. A distinct integer value is assigned for every speaker within the audio. This field specifies which one of those speakers was detected to have spoken this word. Value ranges from '1' to diarization_speaker_count. speaker_tag is set if enable_speaker_diarization = 'true' and only in the top alternative.
int32 speaker_tag = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getSpeakerTag
in interfaceWordInfoOrBuilder
- Returns:
- The speakerTag.
-
setSpeakerTag
public WordInfo.Builder setSpeakerTag(int value)
Output only. A distinct integer value is assigned for every speaker within the audio. This field specifies which one of those speakers was detected to have spoken this word. Value ranges from '1' to diarization_speaker_count. speaker_tag is set if enable_speaker_diarization = 'true' and only in the top alternative.
int32 speaker_tag = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Parameters:
value
- The speakerTag to set.- Returns:
- This builder for chaining.
-
clearSpeakerTag
public WordInfo.Builder clearSpeakerTag()
Output only. A distinct integer value is assigned for every speaker within the audio. This field specifies which one of those speakers was detected to have spoken this word. Value ranges from '1' to diarization_speaker_count. speaker_tag is set if enable_speaker_diarization = 'true' and only in the top alternative.
int32 speaker_tag = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- This builder for chaining.
-
setUnknownFields
public final WordInfo.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<WordInfo.Builder>
-
mergeUnknownFields
public final WordInfo.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<WordInfo.Builder>
-
-