Class SpeechWordInfo.Builder

  • All Implemented Interfaces:
    SpeechWordInfoOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    Enclosing class:
    SpeechWordInfo

    public static final class SpeechWordInfo.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<SpeechWordInfo.Builder>
    implements SpeechWordInfoOrBuilder
     Information for a word recognized by the speech recognizer.
     
    Protobuf type google.cloud.dialogflow.v2beta1.SpeechWordInfo
    • 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<SpeechWordInfo.Builder>
      • clear

        public SpeechWordInfo.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<SpeechWordInfo.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<SpeechWordInfo.Builder>
      • getDefaultInstanceForType

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

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

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

        public SpeechWordInfo.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<SpeechWordInfo.Builder>
      • setField

        public SpeechWordInfo.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<SpeechWordInfo.Builder>
      • clearField

        public SpeechWordInfo.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<SpeechWordInfo.Builder>
      • clearOneof

        public SpeechWordInfo.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<SpeechWordInfo.Builder>
      • setRepeatedField

        public SpeechWordInfo.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<SpeechWordInfo.Builder>
      • addRepeatedField

        public SpeechWordInfo.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<SpeechWordInfo.Builder>
      • mergeFrom

        public SpeechWordInfo.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<SpeechWordInfo.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<SpeechWordInfo.Builder>
      • mergeFrom

        public SpeechWordInfo.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<SpeechWordInfo.Builder>
        Throws:
        IOException
      • getWordBytes

        public com.google.protobuf.ByteString getWordBytes()
         The word this info is for.
         
        string word = 3;
        Specified by:
        getWordBytes in interface SpeechWordInfoOrBuilder
        Returns:
        The bytes for word.
      • setWord

        public SpeechWordInfo.Builder setWord​(String value)
         The word this info is for.
         
        string word = 3;
        Parameters:
        value - The word to set.
        Returns:
        This builder for chaining.
      • clearWord

        public SpeechWordInfo.Builder clearWord()
         The word this info is for.
         
        string word = 3;
        Returns:
        This builder for chaining.
      • setWordBytes

        public SpeechWordInfo.Builder setWordBytes​(com.google.protobuf.ByteString value)
         The word this info is for.
         
        string word = 3;
        Parameters:
        value - The bytes for word to set.
        Returns:
        This builder for chaining.
      • hasStartOffset

        public boolean hasStartOffset()
         Time offset relative to the beginning of the audio that corresponds to the
         start of the spoken word. This is an experimental feature and the accuracy
         of the time offset can vary.
         
        .google.protobuf.Duration start_offset = 1;
        Specified by:
        hasStartOffset in interface SpeechWordInfoOrBuilder
        Returns:
        Whether the startOffset field is set.
      • getStartOffset

        public com.google.protobuf.Duration getStartOffset()
         Time offset relative to the beginning of the audio that corresponds to the
         start of the spoken word. This is an experimental feature and the accuracy
         of the time offset can vary.
         
        .google.protobuf.Duration start_offset = 1;
        Specified by:
        getStartOffset in interface SpeechWordInfoOrBuilder
        Returns:
        The startOffset.
      • setStartOffset

        public SpeechWordInfo.Builder setStartOffset​(com.google.protobuf.Duration value)
         Time offset relative to the beginning of the audio that corresponds to the
         start of the spoken word. This is an experimental feature and the accuracy
         of the time offset can vary.
         
        .google.protobuf.Duration start_offset = 1;
      • setStartOffset

        public SpeechWordInfo.Builder setStartOffset​(com.google.protobuf.Duration.Builder builderForValue)
         Time offset relative to the beginning of the audio that corresponds to the
         start of the spoken word. This is an experimental feature and the accuracy
         of the time offset can vary.
         
        .google.protobuf.Duration start_offset = 1;
      • mergeStartOffset

        public SpeechWordInfo.Builder mergeStartOffset​(com.google.protobuf.Duration value)
         Time offset relative to the beginning of the audio that corresponds to the
         start of the spoken word. This is an experimental feature and the accuracy
         of the time offset can vary.
         
        .google.protobuf.Duration start_offset = 1;
      • clearStartOffset

        public SpeechWordInfo.Builder clearStartOffset()
         Time offset relative to the beginning of the audio that corresponds to the
         start of the spoken word. 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 that corresponds to the
         start of the spoken word. 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 that corresponds to the
         start of the spoken word. This is an experimental feature and the accuracy
         of the time offset can vary.
         
        .google.protobuf.Duration start_offset = 1;
        Specified by:
        getStartOffsetOrBuilder in interface SpeechWordInfoOrBuilder
      • hasEndOffset

        public boolean hasEndOffset()
         Time offset relative to the beginning of the audio that corresponds to the
         end of the spoken word. This is an experimental feature and the accuracy of
         the time offset can vary.
         
        .google.protobuf.Duration end_offset = 2;
        Specified by:
        hasEndOffset in interface SpeechWordInfoOrBuilder
        Returns:
        Whether the endOffset field is set.
      • getEndOffset

        public com.google.protobuf.Duration getEndOffset()
         Time offset relative to the beginning of the audio that corresponds to the
         end of the spoken word. This is an experimental feature and the accuracy of
         the time offset can vary.
         
        .google.protobuf.Duration end_offset = 2;
        Specified by:
        getEndOffset in interface SpeechWordInfoOrBuilder
        Returns:
        The endOffset.
      • setEndOffset

        public SpeechWordInfo.Builder setEndOffset​(com.google.protobuf.Duration value)
         Time offset relative to the beginning of the audio that corresponds to the
         end of the spoken word. This is an experimental feature and the accuracy of
         the time offset can vary.
         
        .google.protobuf.Duration end_offset = 2;
      • setEndOffset

        public SpeechWordInfo.Builder setEndOffset​(com.google.protobuf.Duration.Builder builderForValue)
         Time offset relative to the beginning of the audio that corresponds to the
         end of the spoken word. This is an experimental feature and the accuracy of
         the time offset can vary.
         
        .google.protobuf.Duration end_offset = 2;
      • mergeEndOffset

        public SpeechWordInfo.Builder mergeEndOffset​(com.google.protobuf.Duration value)
         Time offset relative to the beginning of the audio that corresponds to the
         end of the spoken word. This is an experimental feature and the accuracy of
         the time offset can vary.
         
        .google.protobuf.Duration end_offset = 2;
      • clearEndOffset

        public SpeechWordInfo.Builder clearEndOffset()
         Time offset relative to the beginning of the audio that corresponds to the
         end of the spoken word. 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 that corresponds to the
         end of the spoken word. 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 that corresponds to the
         end of the spoken word. This is an experimental feature and the accuracy of
         the time offset can vary.
         
        .google.protobuf.Duration end_offset = 2;
        Specified by:
        getEndOffsetOrBuilder in interface SpeechWordInfoOrBuilder
      • getConfidence

        public float getConfidence()
         The Speech confidence between 0.0 and 1.0 for this word. A higher number
         indicates an estimated greater likelihood that the recognized word is
         correct. The default of 0.0 is a sentinel value indicating that confidence
         was not set.
        
         This field is not guaranteed to be fully stable over time for the same
         audio input. Users should also not rely on it to always be provided.
         
        float confidence = 4;
        Specified by:
        getConfidence in interface SpeechWordInfoOrBuilder
        Returns:
        The confidence.
      • setConfidence

        public SpeechWordInfo.Builder setConfidence​(float value)
         The Speech confidence between 0.0 and 1.0 for this word. A higher number
         indicates an estimated greater likelihood that the recognized word is
         correct. The default of 0.0 is a sentinel value indicating that confidence
         was not set.
        
         This field is not guaranteed to be fully stable over time for the same
         audio input. Users should also not rely on it to always be provided.
         
        float confidence = 4;
        Parameters:
        value - The confidence to set.
        Returns:
        This builder for chaining.
      • clearConfidence

        public SpeechWordInfo.Builder clearConfidence()
         The Speech confidence between 0.0 and 1.0 for this word. A higher number
         indicates an estimated greater likelihood that the recognized word is
         correct. The default of 0.0 is a sentinel value indicating that confidence
         was not set.
        
         This field is not guaranteed to be fully stable over time for the same
         audio input. Users should also not rely on it to always be provided.
         
        float confidence = 4;
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final SpeechWordInfo.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<SpeechWordInfo.Builder>
      • mergeUnknownFields

        public final SpeechWordInfo.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<SpeechWordInfo.Builder>