Package com.google.cloud.speech.v2
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.v2.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.v2.WordInfo
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description WordInfo.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)WordInfobuild()WordInfobuildPartial()WordInfo.Builderclear()WordInfo.BuilderclearConfidence()The confidence estimate between 0.0 and 1.0.WordInfo.BuilderclearEndOffset()Time offset relative to the beginning of the audio, and corresponding to the end of the spoken word.WordInfo.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)WordInfo.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)WordInfo.BuilderclearSpeakerLabel()A distinct label is assigned for every speaker within the audio.WordInfo.BuilderclearStartOffset()Time offset relative to the beginning of the audio, and corresponding to the start of the spoken word.WordInfo.BuilderclearWord()The word corresponding to this set of information.WordInfo.Builderclone()floatgetConfidence()The confidence estimate between 0.0 and 1.0.WordInfogetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()com.google.protobuf.DurationgetEndOffset()Time offset relative to the beginning of the audio, and corresponding to the end of the spoken word.com.google.protobuf.Duration.BuildergetEndOffsetBuilder()Time offset relative to the beginning of the audio, and corresponding to the end of the spoken word.com.google.protobuf.DurationOrBuildergetEndOffsetOrBuilder()Time offset relative to the beginning of the audio, and corresponding to the end of the spoken word.StringgetSpeakerLabel()A distinct label is assigned for every speaker within the audio.com.google.protobuf.ByteStringgetSpeakerLabelBytes()A distinct label is assigned for every speaker within the audio.com.google.protobuf.DurationgetStartOffset()Time offset relative to the beginning of the audio, and corresponding to the start of the spoken word.com.google.protobuf.Duration.BuildergetStartOffsetBuilder()Time offset relative to the beginning of the audio, and corresponding to the start of the spoken word.com.google.protobuf.DurationOrBuildergetStartOffsetOrBuilder()Time offset relative to the beginning of the audio, and corresponding to the start of the spoken word.StringgetWord()The word corresponding to this set of information.com.google.protobuf.ByteStringgetWordBytes()The word corresponding to this set of information.booleanhasEndOffset()Time offset relative to the beginning of the audio, and corresponding to the end of the spoken word.booleanhasStartOffset()Time offset relative to the beginning of the audio, and corresponding to the start of the spoken word.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()WordInfo.BuildermergeEndOffset(com.google.protobuf.Duration value)Time offset relative to the beginning of the audio, and corresponding to the end of the spoken word.WordInfo.BuildermergeFrom(WordInfo other)WordInfo.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)WordInfo.BuildermergeFrom(com.google.protobuf.Message other)WordInfo.BuildermergeStartOffset(com.google.protobuf.Duration value)Time offset relative to the beginning of the audio, and corresponding to the start of the spoken word.WordInfo.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)WordInfo.BuildersetConfidence(float value)The confidence estimate between 0.0 and 1.0.WordInfo.BuildersetEndOffset(com.google.protobuf.Duration value)Time offset relative to the beginning of the audio, and corresponding to the end of the spoken word.WordInfo.BuildersetEndOffset(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.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)WordInfo.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)WordInfo.BuildersetSpeakerLabel(String value)A distinct label is assigned for every speaker within the audio.WordInfo.BuildersetSpeakerLabelBytes(com.google.protobuf.ByteString value)A distinct label is assigned for every speaker within the audio.WordInfo.BuildersetStartOffset(com.google.protobuf.Duration value)Time offset relative to the beginning of the audio, and corresponding to the start of the spoken word.WordInfo.BuildersetStartOffset(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.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)WordInfo.BuildersetWord(String value)The word corresponding to this set of information.WordInfo.BuildersetWordBytes(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:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<WordInfo.Builder>
-
clear
public WordInfo.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<WordInfo.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<WordInfo.Builder>
-
getDefaultInstanceForType
public WordInfo getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public WordInfo build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public WordInfo buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public WordInfo.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<WordInfo.Builder>
-
setField
public WordInfo.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<WordInfo.Builder>
-
clearField
public WordInfo.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<WordInfo.Builder>
-
clearOneof
public WordInfo.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<WordInfo.Builder>
-
setRepeatedField
public WordInfo.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<WordInfo.Builder>
-
addRepeatedField
public WordInfo.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<WordInfo.Builder>
-
mergeFrom
public WordInfo.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<WordInfo.Builder>
-
mergeFrom
public WordInfo.Builder mergeFrom(WordInfo other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin 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:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<WordInfo.Builder>- Throws:
IOException
-
hasStartOffset
public boolean hasStartOffset()
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][google.cloud.speech.v2.RecognitionFeatures.enable_word_time_offsets] is `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_offset = 1;- Specified by:
hasStartOffsetin interfaceWordInfoOrBuilder- Returns:
- Whether the startOffset field is set.
-
getStartOffset
public com.google.protobuf.Duration getStartOffset()
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][google.cloud.speech.v2.RecognitionFeatures.enable_word_time_offsets] is `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_offset = 1;- Specified by:
getStartOffsetin interfaceWordInfoOrBuilder- Returns:
- The startOffset.
-
setStartOffset
public WordInfo.Builder setStartOffset(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][google.cloud.speech.v2.RecognitionFeatures.enable_word_time_offsets] is `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_offset = 1;
-
setStartOffset
public WordInfo.Builder setStartOffset(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][google.cloud.speech.v2.RecognitionFeatures.enable_word_time_offsets] is `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_offset = 1;
-
mergeStartOffset
public WordInfo.Builder mergeStartOffset(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][google.cloud.speech.v2.RecognitionFeatures.enable_word_time_offsets] is `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_offset = 1;
-
clearStartOffset
public WordInfo.Builder clearStartOffset()
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][google.cloud.speech.v2.RecognitionFeatures.enable_word_time_offsets] is `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_offset = 1;
-
getStartOffsetBuilder
public com.google.protobuf.Duration.Builder getStartOffsetBuilder()
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][google.cloud.speech.v2.RecognitionFeatures.enable_word_time_offsets] is `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_offset = 1;
-
getStartOffsetOrBuilder
public com.google.protobuf.DurationOrBuilder getStartOffsetOrBuilder()
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][google.cloud.speech.v2.RecognitionFeatures.enable_word_time_offsets] is `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_offset = 1;- Specified by:
getStartOffsetOrBuilderin interfaceWordInfoOrBuilder
-
hasEndOffset
public boolean hasEndOffset()
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][google.cloud.speech.v2.RecognitionFeatures.enable_word_time_offsets] is `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_offset = 2;- Specified by:
hasEndOffsetin interfaceWordInfoOrBuilder- Returns:
- Whether the endOffset field is set.
-
getEndOffset
public com.google.protobuf.Duration getEndOffset()
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][google.cloud.speech.v2.RecognitionFeatures.enable_word_time_offsets] is `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_offset = 2;- Specified by:
getEndOffsetin interfaceWordInfoOrBuilder- Returns:
- The endOffset.
-
setEndOffset
public WordInfo.Builder setEndOffset(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][google.cloud.speech.v2.RecognitionFeatures.enable_word_time_offsets] is `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_offset = 2;
-
setEndOffset
public WordInfo.Builder setEndOffset(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][google.cloud.speech.v2.RecognitionFeatures.enable_word_time_offsets] is `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_offset = 2;
-
mergeEndOffset
public WordInfo.Builder mergeEndOffset(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][google.cloud.speech.v2.RecognitionFeatures.enable_word_time_offsets] is `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_offset = 2;
-
clearEndOffset
public WordInfo.Builder clearEndOffset()
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][google.cloud.speech.v2.RecognitionFeatures.enable_word_time_offsets] is `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_offset = 2;
-
getEndOffsetBuilder
public com.google.protobuf.Duration.Builder getEndOffsetBuilder()
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][google.cloud.speech.v2.RecognitionFeatures.enable_word_time_offsets] is `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_offset = 2;
-
getEndOffsetOrBuilder
public com.google.protobuf.DurationOrBuilder getEndOffsetOrBuilder()
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][google.cloud.speech.v2.RecognitionFeatures.enable_word_time_offsets] is `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_offset = 2;- Specified by:
getEndOffsetOrBuilderin interfaceWordInfoOrBuilder
-
getWord
public String getWord()
The word corresponding to this set of information.
string word = 3;- Specified by:
getWordin interfaceWordInfoOrBuilder- Returns:
- The word.
-
getWordBytes
public com.google.protobuf.ByteString getWordBytes()
The word corresponding to this set of information.
string word = 3;- Specified by:
getWordBytesin 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][google.cloud.speech.v2.StreamingRecognitionResult.is_final] is set to `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:
getConfidencein 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][google.cloud.speech.v2.StreamingRecognitionResult.is_final] is set to `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][google.cloud.speech.v2.StreamingRecognitionResult.is_final] is set to `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.
-
getSpeakerLabel
public String getSpeakerLabel()
A distinct label is assigned for every speaker within the audio. This field specifies which one of those speakers was detected to have spoken this word. `speaker_label` is set if [SpeakerDiarizationConfig][google.cloud.speech.v2.SpeakerDiarizationConfig] is given and only in the top alternative.
string speaker_label = 6;- Specified by:
getSpeakerLabelin interfaceWordInfoOrBuilder- Returns:
- The speakerLabel.
-
getSpeakerLabelBytes
public com.google.protobuf.ByteString getSpeakerLabelBytes()
A distinct label is assigned for every speaker within the audio. This field specifies which one of those speakers was detected to have spoken this word. `speaker_label` is set if [SpeakerDiarizationConfig][google.cloud.speech.v2.SpeakerDiarizationConfig] is given and only in the top alternative.
string speaker_label = 6;- Specified by:
getSpeakerLabelBytesin interfaceWordInfoOrBuilder- Returns:
- The bytes for speakerLabel.
-
setSpeakerLabel
public WordInfo.Builder setSpeakerLabel(String value)
A distinct label is assigned for every speaker within the audio. This field specifies which one of those speakers was detected to have spoken this word. `speaker_label` is set if [SpeakerDiarizationConfig][google.cloud.speech.v2.SpeakerDiarizationConfig] is given and only in the top alternative.
string speaker_label = 6;- Parameters:
value- The speakerLabel to set.- Returns:
- This builder for chaining.
-
clearSpeakerLabel
public WordInfo.Builder clearSpeakerLabel()
A distinct label is assigned for every speaker within the audio. This field specifies which one of those speakers was detected to have spoken this word. `speaker_label` is set if [SpeakerDiarizationConfig][google.cloud.speech.v2.SpeakerDiarizationConfig] is given and only in the top alternative.
string speaker_label = 6;- Returns:
- This builder for chaining.
-
setSpeakerLabelBytes
public WordInfo.Builder setSpeakerLabelBytes(com.google.protobuf.ByteString value)
A distinct label is assigned for every speaker within the audio. This field specifies which one of those speakers was detected to have spoken this word. `speaker_label` is set if [SpeakerDiarizationConfig][google.cloud.speech.v2.SpeakerDiarizationConfig] is given and only in the top alternative.
string speaker_label = 6;- Parameters:
value- The bytes for speakerLabel to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final WordInfo.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<WordInfo.Builder>
-
mergeUnknownFields
public final WordInfo.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<WordInfo.Builder>
-
-