Class 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. Word information is only
     included in the response when certain request parameters are set, such
     as `enable_word_time_offsets`.
     
    Protobuf type google.cloud.videointelligence.v1p1beta1.WordInfo
    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<WordInfo.Builder>
      • clear

        public WordInfo.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<WordInfo.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<WordInfo.Builder>
      • getDefaultInstanceForType

        public WordInfo getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public WordInfo build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public WordInfo buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public WordInfo.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<WordInfo.Builder>
      • setField

        public WordInfo.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                         Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<WordInfo.Builder>
      • clearField

        public WordInfo.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<WordInfo.Builder>
      • clearOneof

        public WordInfo.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.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 interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<WordInfo.Builder>
      • addRepeatedField

        public WordInfo.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                 Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<WordInfo.Builder>
      • mergeFrom

        public WordInfo.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<WordInfo.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.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 interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<WordInfo.Builder>
        Throws:
        IOException
      • hasStartTime

        public boolean hasStartTime()
         Output only. 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 interface WordInfoOrBuilder
        Returns:
        Whether the startTime field is set.
      • getStartTime

        public com.google.protobuf.Duration getStartTime()
         Output only. 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 interface WordInfoOrBuilder
        Returns:
        The startTime.
      • setStartTime

        public WordInfo.Builder setStartTime​(com.google.protobuf.Duration value)
         Output only. 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)
         Output only. 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)
         Output only. 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()
         Output only. 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()
         Output only. 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()
         Output only. 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 interface WordInfoOrBuilder
      • hasEndTime

        public boolean hasEndTime()
         Output only. 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 interface WordInfoOrBuilder
        Returns:
        Whether the endTime field is set.
      • getEndTime

        public com.google.protobuf.Duration getEndTime()
         Output only. 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 interface WordInfoOrBuilder
        Returns:
        The endTime.
      • setEndTime

        public WordInfo.Builder setEndTime​(com.google.protobuf.Duration value)
         Output only. 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)
         Output only. 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)
         Output only. 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()
         Output only. 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()
         Output only. 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()
         Output only. 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 interface WordInfoOrBuilder
      • getWord

        public String getWord()
         Output only. The word corresponding to this set of information.
         
        string word = 3;
        Specified by:
        getWord in interface WordInfoOrBuilder
        Returns:
        The word.
      • getWordBytes

        public com.google.protobuf.ByteString getWordBytes()
         Output only. The word corresponding to this set of information.
         
        string word = 3;
        Specified by:
        getWordBytes in interface WordInfoOrBuilder
        Returns:
        The bytes for word.
      • setWord

        public WordInfo.Builder setWord​(String value)
         Output only. 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()
         Output only. 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)
         Output only. The word corresponding to this set of information.
         
        string word = 3;
        Parameters:
        value - The bytes for word to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final WordInfo.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<WordInfo.Builder>
      • mergeUnknownFields

        public final WordInfo.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<WordInfo.Builder>