Class SpeechContext.Builder

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

    public static final class SpeechContext.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<SpeechContext.Builder>
    implements SpeechContextOrBuilder
     Provides "hints" to the speech recognizer to favor specific words and phrases
     in the results.
     
    Protobuf type google.cloud.videointelligence.v1.SpeechContext
    • 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<SpeechContext.Builder>
      • clear

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

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

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

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

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

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

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

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

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

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

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

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

        public SpeechContext.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<SpeechContext.Builder>
        Throws:
        IOException
      • getPhrasesList

        public com.google.protobuf.ProtocolStringList getPhrasesList()
         Optional. A list of strings containing words and phrases "hints" so that
         the speech recognition is more likely to recognize them. This can be used
         to improve the accuracy for specific words and phrases, for example, if
         specific commands are typically spoken by the user. This can also be used
         to add additional words to the vocabulary of the recognizer. See
         [usage limits](https://cloud.google.com/speech/limits#content).
         
        repeated string phrases = 1 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getPhrasesList in interface SpeechContextOrBuilder
        Returns:
        A list containing the phrases.
      • getPhrasesCount

        public int getPhrasesCount()
         Optional. A list of strings containing words and phrases "hints" so that
         the speech recognition is more likely to recognize them. This can be used
         to improve the accuracy for specific words and phrases, for example, if
         specific commands are typically spoken by the user. This can also be used
         to add additional words to the vocabulary of the recognizer. See
         [usage limits](https://cloud.google.com/speech/limits#content).
         
        repeated string phrases = 1 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getPhrasesCount in interface SpeechContextOrBuilder
        Returns:
        The count of phrases.
      • getPhrases

        public String getPhrases​(int index)
         Optional. A list of strings containing words and phrases "hints" so that
         the speech recognition is more likely to recognize them. This can be used
         to improve the accuracy for specific words and phrases, for example, if
         specific commands are typically spoken by the user. This can also be used
         to add additional words to the vocabulary of the recognizer. See
         [usage limits](https://cloud.google.com/speech/limits#content).
         
        repeated string phrases = 1 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getPhrases in interface SpeechContextOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The phrases at the given index.
      • getPhrasesBytes

        public com.google.protobuf.ByteString getPhrasesBytes​(int index)
         Optional. A list of strings containing words and phrases "hints" so that
         the speech recognition is more likely to recognize them. This can be used
         to improve the accuracy for specific words and phrases, for example, if
         specific commands are typically spoken by the user. This can also be used
         to add additional words to the vocabulary of the recognizer. See
         [usage limits](https://cloud.google.com/speech/limits#content).
         
        repeated string phrases = 1 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getPhrasesBytes in interface SpeechContextOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the phrases at the given index.
      • setPhrases

        public SpeechContext.Builder setPhrases​(int index,
                                                String value)
         Optional. A list of strings containing words and phrases "hints" so that
         the speech recognition is more likely to recognize them. This can be used
         to improve the accuracy for specific words and phrases, for example, if
         specific commands are typically spoken by the user. This can also be used
         to add additional words to the vocabulary of the recognizer. See
         [usage limits](https://cloud.google.com/speech/limits#content).
         
        repeated string phrases = 1 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        index - The index to set the value at.
        value - The phrases to set.
        Returns:
        This builder for chaining.
      • addPhrases

        public SpeechContext.Builder addPhrases​(String value)
         Optional. A list of strings containing words and phrases "hints" so that
         the speech recognition is more likely to recognize them. This can be used
         to improve the accuracy for specific words and phrases, for example, if
         specific commands are typically spoken by the user. This can also be used
         to add additional words to the vocabulary of the recognizer. See
         [usage limits](https://cloud.google.com/speech/limits#content).
         
        repeated string phrases = 1 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The phrases to add.
        Returns:
        This builder for chaining.
      • addAllPhrases

        public SpeechContext.Builder addAllPhrases​(Iterable<String> values)
         Optional. A list of strings containing words and phrases "hints" so that
         the speech recognition is more likely to recognize them. This can be used
         to improve the accuracy for specific words and phrases, for example, if
         specific commands are typically spoken by the user. This can also be used
         to add additional words to the vocabulary of the recognizer. See
         [usage limits](https://cloud.google.com/speech/limits#content).
         
        repeated string phrases = 1 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        values - The phrases to add.
        Returns:
        This builder for chaining.
      • clearPhrases

        public SpeechContext.Builder clearPhrases()
         Optional. A list of strings containing words and phrases "hints" so that
         the speech recognition is more likely to recognize them. This can be used
         to improve the accuracy for specific words and phrases, for example, if
         specific commands are typically spoken by the user. This can also be used
         to add additional words to the vocabulary of the recognizer. See
         [usage limits](https://cloud.google.com/speech/limits#content).
         
        repeated string phrases = 1 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • addPhrasesBytes

        public SpeechContext.Builder addPhrasesBytes​(com.google.protobuf.ByteString value)
         Optional. A list of strings containing words and phrases "hints" so that
         the speech recognition is more likely to recognize them. This can be used
         to improve the accuracy for specific words and phrases, for example, if
         specific commands are typically spoken by the user. This can also be used
         to add additional words to the vocabulary of the recognizer. See
         [usage limits](https://cloud.google.com/speech/limits#content).
         
        repeated string phrases = 1 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The bytes of the phrases to add.
        Returns:
        This builder for chaining.
      • setUnknownFields

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

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