Class RecognitionConfig.Builder

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

    public static final class RecognitionConfig.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<RecognitionConfig.Builder>
    implements RecognitionConfigOrBuilder
     Provides information to the recognizer that specifies how to process the
     request.
     
    Protobuf type google.cloud.speech.v1p1beta1.RecognitionConfig
    • 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<RecognitionConfig.Builder>
      • clear

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

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

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

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

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

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

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

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

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

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

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

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

        public RecognitionConfig.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<RecognitionConfig.Builder>
        Throws:
        IOException
      • getEncodingValue

        public int getEncodingValue()
         Encoding of audio data sent in all `RecognitionAudio` messages.
         This field is optional for `FLAC` and `WAV` audio files and required
         for all other audio formats. For details, see
         [AudioEncoding][google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding].
         
        .google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding encoding = 1;
        Specified by:
        getEncodingValue in interface RecognitionConfigOrBuilder
        Returns:
        The enum numeric value on the wire for encoding.
      • setEncodingValue

        public RecognitionConfig.Builder setEncodingValue​(int value)
         Encoding of audio data sent in all `RecognitionAudio` messages.
         This field is optional for `FLAC` and `WAV` audio files and required
         for all other audio formats. For details, see
         [AudioEncoding][google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding].
         
        .google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding encoding = 1;
        Parameters:
        value - The enum numeric value on the wire for encoding to set.
        Returns:
        This builder for chaining.
      • getEncoding

        public RecognitionConfig.AudioEncoding getEncoding()
         Encoding of audio data sent in all `RecognitionAudio` messages.
         This field is optional for `FLAC` and `WAV` audio files and required
         for all other audio formats. For details, see
         [AudioEncoding][google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding].
         
        .google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding encoding = 1;
        Specified by:
        getEncoding in interface RecognitionConfigOrBuilder
        Returns:
        The encoding.
      • setEncoding

        public RecognitionConfig.Builder setEncoding​(RecognitionConfig.AudioEncoding value)
         Encoding of audio data sent in all `RecognitionAudio` messages.
         This field is optional for `FLAC` and `WAV` audio files and required
         for all other audio formats. For details, see
         [AudioEncoding][google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding].
         
        .google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding encoding = 1;
        Parameters:
        value - The encoding to set.
        Returns:
        This builder for chaining.
      • clearEncoding

        public RecognitionConfig.Builder clearEncoding()
         Encoding of audio data sent in all `RecognitionAudio` messages.
         This field is optional for `FLAC` and `WAV` audio files and required
         for all other audio formats. For details, see
         [AudioEncoding][google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding].
         
        .google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding encoding = 1;
        Returns:
        This builder for chaining.
      • getSampleRateHertz

        public int getSampleRateHertz()
         Sample rate in Hertz of the audio data sent in all
         `RecognitionAudio` messages. Valid values are: 8000-48000.
         16000 is optimal. For best results, set the sampling rate of the audio
         source to 16000 Hz. If that's not possible, use the native sample rate of
         the audio source (instead of re-sampling).
         This field is optional for FLAC and WAV audio files, but is
         required for all other audio formats. For details, see
         [AudioEncoding][google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding].
         
        int32 sample_rate_hertz = 2;
        Specified by:
        getSampleRateHertz in interface RecognitionConfigOrBuilder
        Returns:
        The sampleRateHertz.
      • setSampleRateHertz

        public RecognitionConfig.Builder setSampleRateHertz​(int value)
         Sample rate in Hertz of the audio data sent in all
         `RecognitionAudio` messages. Valid values are: 8000-48000.
         16000 is optimal. For best results, set the sampling rate of the audio
         source to 16000 Hz. If that's not possible, use the native sample rate of
         the audio source (instead of re-sampling).
         This field is optional for FLAC and WAV audio files, but is
         required for all other audio formats. For details, see
         [AudioEncoding][google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding].
         
        int32 sample_rate_hertz = 2;
        Parameters:
        value - The sampleRateHertz to set.
        Returns:
        This builder for chaining.
      • clearSampleRateHertz

        public RecognitionConfig.Builder clearSampleRateHertz()
         Sample rate in Hertz of the audio data sent in all
         `RecognitionAudio` messages. Valid values are: 8000-48000.
         16000 is optimal. For best results, set the sampling rate of the audio
         source to 16000 Hz. If that's not possible, use the native sample rate of
         the audio source (instead of re-sampling).
         This field is optional for FLAC and WAV audio files, but is
         required for all other audio formats. For details, see
         [AudioEncoding][google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding].
         
        int32 sample_rate_hertz = 2;
        Returns:
        This builder for chaining.
      • getAudioChannelCount

        public int getAudioChannelCount()
         The number of channels in the input audio data.
         ONLY set this for MULTI-CHANNEL recognition.
         Valid values for LINEAR16, OGG_OPUS and FLAC are `1`-`8`.
         Valid value for MULAW, AMR, AMR_WB and SPEEX_WITH_HEADER_BYTE is only `1`.
         If `0` or omitted, defaults to one channel (mono).
         Note: We only recognize the first channel by default.
         To perform independent recognition on each channel set
         `enable_separate_recognition_per_channel` to 'true'.
         
        int32 audio_channel_count = 7;
        Specified by:
        getAudioChannelCount in interface RecognitionConfigOrBuilder
        Returns:
        The audioChannelCount.
      • setAudioChannelCount

        public RecognitionConfig.Builder setAudioChannelCount​(int value)
         The number of channels in the input audio data.
         ONLY set this for MULTI-CHANNEL recognition.
         Valid values for LINEAR16, OGG_OPUS and FLAC are `1`-`8`.
         Valid value for MULAW, AMR, AMR_WB and SPEEX_WITH_HEADER_BYTE is only `1`.
         If `0` or omitted, defaults to one channel (mono).
         Note: We only recognize the first channel by default.
         To perform independent recognition on each channel set
         `enable_separate_recognition_per_channel` to 'true'.
         
        int32 audio_channel_count = 7;
        Parameters:
        value - The audioChannelCount to set.
        Returns:
        This builder for chaining.
      • clearAudioChannelCount

        public RecognitionConfig.Builder clearAudioChannelCount()
         The number of channels in the input audio data.
         ONLY set this for MULTI-CHANNEL recognition.
         Valid values for LINEAR16, OGG_OPUS and FLAC are `1`-`8`.
         Valid value for MULAW, AMR, AMR_WB and SPEEX_WITH_HEADER_BYTE is only `1`.
         If `0` or omitted, defaults to one channel (mono).
         Note: We only recognize the first channel by default.
         To perform independent recognition on each channel set
         `enable_separate_recognition_per_channel` to 'true'.
         
        int32 audio_channel_count = 7;
        Returns:
        This builder for chaining.
      • getEnableSeparateRecognitionPerChannel

        public boolean getEnableSeparateRecognitionPerChannel()
         This needs to be set to `true` explicitly and `audio_channel_count` > 1
         to get each channel recognized separately. The recognition result will
         contain a `channel_tag` field to state which channel that result belongs
         to. If this is not true, we will only recognize the first channel. The
         request is billed cumulatively for all channels recognized:
         `audio_channel_count` multiplied by the length of the audio.
         
        bool enable_separate_recognition_per_channel = 12;
        Specified by:
        getEnableSeparateRecognitionPerChannel in interface RecognitionConfigOrBuilder
        Returns:
        The enableSeparateRecognitionPerChannel.
      • setEnableSeparateRecognitionPerChannel

        public RecognitionConfig.Builder setEnableSeparateRecognitionPerChannel​(boolean value)
         This needs to be set to `true` explicitly and `audio_channel_count` > 1
         to get each channel recognized separately. The recognition result will
         contain a `channel_tag` field to state which channel that result belongs
         to. If this is not true, we will only recognize the first channel. The
         request is billed cumulatively for all channels recognized:
         `audio_channel_count` multiplied by the length of the audio.
         
        bool enable_separate_recognition_per_channel = 12;
        Parameters:
        value - The enableSeparateRecognitionPerChannel to set.
        Returns:
        This builder for chaining.
      • clearEnableSeparateRecognitionPerChannel

        public RecognitionConfig.Builder clearEnableSeparateRecognitionPerChannel()
         This needs to be set to `true` explicitly and `audio_channel_count` > 1
         to get each channel recognized separately. The recognition result will
         contain a `channel_tag` field to state which channel that result belongs
         to. If this is not true, we will only recognize the first channel. The
         request is billed cumulatively for all channels recognized:
         `audio_channel_count` multiplied by the length of the audio.
         
        bool enable_separate_recognition_per_channel = 12;
        Returns:
        This builder for chaining.
      • getLanguageCode

        public String getLanguageCode()
         Required. The language of the supplied audio as a
         [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag.
         Example: "en-US".
         See [Language
         Support](https://cloud.google.com/speech-to-text/docs/languages) for a list
         of the currently supported language codes.
         
        string language_code = 3 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getLanguageCode in interface RecognitionConfigOrBuilder
        Returns:
        The languageCode.
      • getLanguageCodeBytes

        public com.google.protobuf.ByteString getLanguageCodeBytes()
         Required. The language of the supplied audio as a
         [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag.
         Example: "en-US".
         See [Language
         Support](https://cloud.google.com/speech-to-text/docs/languages) for a list
         of the currently supported language codes.
         
        string language_code = 3 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getLanguageCodeBytes in interface RecognitionConfigOrBuilder
        Returns:
        The bytes for languageCode.
      • setLanguageCode

        public RecognitionConfig.Builder setLanguageCode​(String value)
         Required. The language of the supplied audio as a
         [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag.
         Example: "en-US".
         See [Language
         Support](https://cloud.google.com/speech-to-text/docs/languages) for a list
         of the currently supported language codes.
         
        string language_code = 3 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The languageCode to set.
        Returns:
        This builder for chaining.
      • clearLanguageCode

        public RecognitionConfig.Builder clearLanguageCode()
         Required. The language of the supplied audio as a
         [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag.
         Example: "en-US".
         See [Language
         Support](https://cloud.google.com/speech-to-text/docs/languages) for a list
         of the currently supported language codes.
         
        string language_code = 3 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • setLanguageCodeBytes

        public RecognitionConfig.Builder setLanguageCodeBytes​(com.google.protobuf.ByteString value)
         Required. The language of the supplied audio as a
         [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag.
         Example: "en-US".
         See [Language
         Support](https://cloud.google.com/speech-to-text/docs/languages) for a list
         of the currently supported language codes.
         
        string language_code = 3 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The bytes for languageCode to set.
        Returns:
        This builder for chaining.
      • getAlternativeLanguageCodesList

        public com.google.protobuf.ProtocolStringList getAlternativeLanguageCodesList()
         A list of up to 3 additional
         [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tags,
         listing possible alternative languages of the supplied audio.
         See [Language
         Support](https://cloud.google.com/speech-to-text/docs/languages) for a list
         of the currently supported language codes. If alternative languages are
         listed, recognition result will contain recognition in the most likely
         language detected including the main language_code. The recognition result
         will include the language tag of the language detected in the audio. Note:
         This feature is only supported for Voice Command and Voice Search use cases
         and performance may vary for other use cases (e.g., phone call
         transcription).
         
        repeated string alternative_language_codes = 18;
        Specified by:
        getAlternativeLanguageCodesList in interface RecognitionConfigOrBuilder
        Returns:
        A list containing the alternativeLanguageCodes.
      • getAlternativeLanguageCodesCount

        public int getAlternativeLanguageCodesCount()
         A list of up to 3 additional
         [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tags,
         listing possible alternative languages of the supplied audio.
         See [Language
         Support](https://cloud.google.com/speech-to-text/docs/languages) for a list
         of the currently supported language codes. If alternative languages are
         listed, recognition result will contain recognition in the most likely
         language detected including the main language_code. The recognition result
         will include the language tag of the language detected in the audio. Note:
         This feature is only supported for Voice Command and Voice Search use cases
         and performance may vary for other use cases (e.g., phone call
         transcription).
         
        repeated string alternative_language_codes = 18;
        Specified by:
        getAlternativeLanguageCodesCount in interface RecognitionConfigOrBuilder
        Returns:
        The count of alternativeLanguageCodes.
      • getAlternativeLanguageCodes

        public String getAlternativeLanguageCodes​(int index)
         A list of up to 3 additional
         [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tags,
         listing possible alternative languages of the supplied audio.
         See [Language
         Support](https://cloud.google.com/speech-to-text/docs/languages) for a list
         of the currently supported language codes. If alternative languages are
         listed, recognition result will contain recognition in the most likely
         language detected including the main language_code. The recognition result
         will include the language tag of the language detected in the audio. Note:
         This feature is only supported for Voice Command and Voice Search use cases
         and performance may vary for other use cases (e.g., phone call
         transcription).
         
        repeated string alternative_language_codes = 18;
        Specified by:
        getAlternativeLanguageCodes in interface RecognitionConfigOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The alternativeLanguageCodes at the given index.
      • getAlternativeLanguageCodesBytes

        public com.google.protobuf.ByteString getAlternativeLanguageCodesBytes​(int index)
         A list of up to 3 additional
         [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tags,
         listing possible alternative languages of the supplied audio.
         See [Language
         Support](https://cloud.google.com/speech-to-text/docs/languages) for a list
         of the currently supported language codes. If alternative languages are
         listed, recognition result will contain recognition in the most likely
         language detected including the main language_code. The recognition result
         will include the language tag of the language detected in the audio. Note:
         This feature is only supported for Voice Command and Voice Search use cases
         and performance may vary for other use cases (e.g., phone call
         transcription).
         
        repeated string alternative_language_codes = 18;
        Specified by:
        getAlternativeLanguageCodesBytes in interface RecognitionConfigOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the alternativeLanguageCodes at the given index.
      • setAlternativeLanguageCodes

        public RecognitionConfig.Builder setAlternativeLanguageCodes​(int index,
                                                                     String value)
         A list of up to 3 additional
         [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tags,
         listing possible alternative languages of the supplied audio.
         See [Language
         Support](https://cloud.google.com/speech-to-text/docs/languages) for a list
         of the currently supported language codes. If alternative languages are
         listed, recognition result will contain recognition in the most likely
         language detected including the main language_code. The recognition result
         will include the language tag of the language detected in the audio. Note:
         This feature is only supported for Voice Command and Voice Search use cases
         and performance may vary for other use cases (e.g., phone call
         transcription).
         
        repeated string alternative_language_codes = 18;
        Parameters:
        index - The index to set the value at.
        value - The alternativeLanguageCodes to set.
        Returns:
        This builder for chaining.
      • addAlternativeLanguageCodes

        public RecognitionConfig.Builder addAlternativeLanguageCodes​(String value)
         A list of up to 3 additional
         [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tags,
         listing possible alternative languages of the supplied audio.
         See [Language
         Support](https://cloud.google.com/speech-to-text/docs/languages) for a list
         of the currently supported language codes. If alternative languages are
         listed, recognition result will contain recognition in the most likely
         language detected including the main language_code. The recognition result
         will include the language tag of the language detected in the audio. Note:
         This feature is only supported for Voice Command and Voice Search use cases
         and performance may vary for other use cases (e.g., phone call
         transcription).
         
        repeated string alternative_language_codes = 18;
        Parameters:
        value - The alternativeLanguageCodes to add.
        Returns:
        This builder for chaining.
      • addAllAlternativeLanguageCodes

        public RecognitionConfig.Builder addAllAlternativeLanguageCodes​(Iterable<String> values)
         A list of up to 3 additional
         [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tags,
         listing possible alternative languages of the supplied audio.
         See [Language
         Support](https://cloud.google.com/speech-to-text/docs/languages) for a list
         of the currently supported language codes. If alternative languages are
         listed, recognition result will contain recognition in the most likely
         language detected including the main language_code. The recognition result
         will include the language tag of the language detected in the audio. Note:
         This feature is only supported for Voice Command and Voice Search use cases
         and performance may vary for other use cases (e.g., phone call
         transcription).
         
        repeated string alternative_language_codes = 18;
        Parameters:
        values - The alternativeLanguageCodes to add.
        Returns:
        This builder for chaining.
      • clearAlternativeLanguageCodes

        public RecognitionConfig.Builder clearAlternativeLanguageCodes()
         A list of up to 3 additional
         [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tags,
         listing possible alternative languages of the supplied audio.
         See [Language
         Support](https://cloud.google.com/speech-to-text/docs/languages) for a list
         of the currently supported language codes. If alternative languages are
         listed, recognition result will contain recognition in the most likely
         language detected including the main language_code. The recognition result
         will include the language tag of the language detected in the audio. Note:
         This feature is only supported for Voice Command and Voice Search use cases
         and performance may vary for other use cases (e.g., phone call
         transcription).
         
        repeated string alternative_language_codes = 18;
        Returns:
        This builder for chaining.
      • addAlternativeLanguageCodesBytes

        public RecognitionConfig.Builder addAlternativeLanguageCodesBytes​(com.google.protobuf.ByteString value)
         A list of up to 3 additional
         [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tags,
         listing possible alternative languages of the supplied audio.
         See [Language
         Support](https://cloud.google.com/speech-to-text/docs/languages) for a list
         of the currently supported language codes. If alternative languages are
         listed, recognition result will contain recognition in the most likely
         language detected including the main language_code. The recognition result
         will include the language tag of the language detected in the audio. Note:
         This feature is only supported for Voice Command and Voice Search use cases
         and performance may vary for other use cases (e.g., phone call
         transcription).
         
        repeated string alternative_language_codes = 18;
        Parameters:
        value - The bytes of the alternativeLanguageCodes to add.
        Returns:
        This builder for chaining.
      • getMaxAlternatives

        public int getMaxAlternatives()
         Maximum number of recognition hypotheses to be returned.
         Specifically, the maximum number of `SpeechRecognitionAlternative` messages
         within each `SpeechRecognitionResult`.
         The server may return fewer than `max_alternatives`.
         Valid values are `0`-`30`. A value of `0` or `1` will return a maximum of
         one. If omitted, will return a maximum of one.
         
        int32 max_alternatives = 4;
        Specified by:
        getMaxAlternatives in interface RecognitionConfigOrBuilder
        Returns:
        The maxAlternatives.
      • setMaxAlternatives

        public RecognitionConfig.Builder setMaxAlternatives​(int value)
         Maximum number of recognition hypotheses to be returned.
         Specifically, the maximum number of `SpeechRecognitionAlternative` messages
         within each `SpeechRecognitionResult`.
         The server may return fewer than `max_alternatives`.
         Valid values are `0`-`30`. A value of `0` or `1` will return a maximum of
         one. If omitted, will return a maximum of one.
         
        int32 max_alternatives = 4;
        Parameters:
        value - The maxAlternatives to set.
        Returns:
        This builder for chaining.
      • clearMaxAlternatives

        public RecognitionConfig.Builder clearMaxAlternatives()
         Maximum number of recognition hypotheses to be returned.
         Specifically, the maximum number of `SpeechRecognitionAlternative` messages
         within each `SpeechRecognitionResult`.
         The server may return fewer than `max_alternatives`.
         Valid values are `0`-`30`. A value of `0` or `1` will return a maximum of
         one. If omitted, will return a maximum of one.
         
        int32 max_alternatives = 4;
        Returns:
        This builder for chaining.
      • getProfanityFilter

        public boolean getProfanityFilter()
         If set to `true`, the server will attempt to filter out
         profanities, replacing all but the initial character in each filtered word
         with asterisks, e.g. "f***". If set to `false` or omitted, profanities
         won't be filtered out.
         
        bool profanity_filter = 5;
        Specified by:
        getProfanityFilter in interface RecognitionConfigOrBuilder
        Returns:
        The profanityFilter.
      • setProfanityFilter

        public RecognitionConfig.Builder setProfanityFilter​(boolean value)
         If set to `true`, the server will attempt to filter out
         profanities, replacing all but the initial character in each filtered word
         with asterisks, e.g. "f***". If set to `false` or omitted, profanities
         won't be filtered out.
         
        bool profanity_filter = 5;
        Parameters:
        value - The profanityFilter to set.
        Returns:
        This builder for chaining.
      • clearProfanityFilter

        public RecognitionConfig.Builder clearProfanityFilter()
         If set to `true`, the server will attempt to filter out
         profanities, replacing all but the initial character in each filtered word
         with asterisks, e.g. "f***". If set to `false` or omitted, profanities
         won't be filtered out.
         
        bool profanity_filter = 5;
        Returns:
        This builder for chaining.
      • hasAdaptation

        public boolean hasAdaptation()
         Speech adaptation configuration improves the accuracy of speech
         recognition. For more information, see the [speech
         adaptation](https://cloud.google.com/speech-to-text/docs/adaptation)
         documentation.
         When speech adaptation is set it supersedes the `speech_contexts` field.
         
        .google.cloud.speech.v1p1beta1.SpeechAdaptation adaptation = 20;
        Specified by:
        hasAdaptation in interface RecognitionConfigOrBuilder
        Returns:
        Whether the adaptation field is set.
      • getAdaptation

        public SpeechAdaptation getAdaptation()
         Speech adaptation configuration improves the accuracy of speech
         recognition. For more information, see the [speech
         adaptation](https://cloud.google.com/speech-to-text/docs/adaptation)
         documentation.
         When speech adaptation is set it supersedes the `speech_contexts` field.
         
        .google.cloud.speech.v1p1beta1.SpeechAdaptation adaptation = 20;
        Specified by:
        getAdaptation in interface RecognitionConfigOrBuilder
        Returns:
        The adaptation.
      • setAdaptation

        public RecognitionConfig.Builder setAdaptation​(SpeechAdaptation value)
         Speech adaptation configuration improves the accuracy of speech
         recognition. For more information, see the [speech
         adaptation](https://cloud.google.com/speech-to-text/docs/adaptation)
         documentation.
         When speech adaptation is set it supersedes the `speech_contexts` field.
         
        .google.cloud.speech.v1p1beta1.SpeechAdaptation adaptation = 20;
      • setAdaptation

        public RecognitionConfig.Builder setAdaptation​(SpeechAdaptation.Builder builderForValue)
         Speech adaptation configuration improves the accuracy of speech
         recognition. For more information, see the [speech
         adaptation](https://cloud.google.com/speech-to-text/docs/adaptation)
         documentation.
         When speech adaptation is set it supersedes the `speech_contexts` field.
         
        .google.cloud.speech.v1p1beta1.SpeechAdaptation adaptation = 20;
      • mergeAdaptation

        public RecognitionConfig.Builder mergeAdaptation​(SpeechAdaptation value)
         Speech adaptation configuration improves the accuracy of speech
         recognition. For more information, see the [speech
         adaptation](https://cloud.google.com/speech-to-text/docs/adaptation)
         documentation.
         When speech adaptation is set it supersedes the `speech_contexts` field.
         
        .google.cloud.speech.v1p1beta1.SpeechAdaptation adaptation = 20;
      • clearAdaptation

        public RecognitionConfig.Builder clearAdaptation()
         Speech adaptation configuration improves the accuracy of speech
         recognition. For more information, see the [speech
         adaptation](https://cloud.google.com/speech-to-text/docs/adaptation)
         documentation.
         When speech adaptation is set it supersedes the `speech_contexts` field.
         
        .google.cloud.speech.v1p1beta1.SpeechAdaptation adaptation = 20;
      • getAdaptationBuilder

        public SpeechAdaptation.Builder getAdaptationBuilder()
         Speech adaptation configuration improves the accuracy of speech
         recognition. For more information, see the [speech
         adaptation](https://cloud.google.com/speech-to-text/docs/adaptation)
         documentation.
         When speech adaptation is set it supersedes the `speech_contexts` field.
         
        .google.cloud.speech.v1p1beta1.SpeechAdaptation adaptation = 20;
      • getAdaptationOrBuilder

        public SpeechAdaptationOrBuilder getAdaptationOrBuilder()
         Speech adaptation configuration improves the accuracy of speech
         recognition. For more information, see the [speech
         adaptation](https://cloud.google.com/speech-to-text/docs/adaptation)
         documentation.
         When speech adaptation is set it supersedes the `speech_contexts` field.
         
        .google.cloud.speech.v1p1beta1.SpeechAdaptation adaptation = 20;
        Specified by:
        getAdaptationOrBuilder in interface RecognitionConfigOrBuilder
      • hasTranscriptNormalization

        public boolean hasTranscriptNormalization()
         Use transcription normalization to automatically replace parts of the
         transcript with phrases of your choosing. For StreamingRecognize, this
         normalization only applies to stable partial transcripts (stability > 0.8)
         and final transcripts.
         
        .google.cloud.speech.v1p1beta1.TranscriptNormalization transcript_normalization = 24;
        Specified by:
        hasTranscriptNormalization in interface RecognitionConfigOrBuilder
        Returns:
        Whether the transcriptNormalization field is set.
      • getTranscriptNormalization

        public TranscriptNormalization getTranscriptNormalization()
         Use transcription normalization to automatically replace parts of the
         transcript with phrases of your choosing. For StreamingRecognize, this
         normalization only applies to stable partial transcripts (stability > 0.8)
         and final transcripts.
         
        .google.cloud.speech.v1p1beta1.TranscriptNormalization transcript_normalization = 24;
        Specified by:
        getTranscriptNormalization in interface RecognitionConfigOrBuilder
        Returns:
        The transcriptNormalization.
      • setTranscriptNormalization

        public RecognitionConfig.Builder setTranscriptNormalization​(TranscriptNormalization value)
         Use transcription normalization to automatically replace parts of the
         transcript with phrases of your choosing. For StreamingRecognize, this
         normalization only applies to stable partial transcripts (stability > 0.8)
         and final transcripts.
         
        .google.cloud.speech.v1p1beta1.TranscriptNormalization transcript_normalization = 24;
      • setTranscriptNormalization

        public RecognitionConfig.Builder setTranscriptNormalization​(TranscriptNormalization.Builder builderForValue)
         Use transcription normalization to automatically replace parts of the
         transcript with phrases of your choosing. For StreamingRecognize, this
         normalization only applies to stable partial transcripts (stability > 0.8)
         and final transcripts.
         
        .google.cloud.speech.v1p1beta1.TranscriptNormalization transcript_normalization = 24;
      • mergeTranscriptNormalization

        public RecognitionConfig.Builder mergeTranscriptNormalization​(TranscriptNormalization value)
         Use transcription normalization to automatically replace parts of the
         transcript with phrases of your choosing. For StreamingRecognize, this
         normalization only applies to stable partial transcripts (stability > 0.8)
         and final transcripts.
         
        .google.cloud.speech.v1p1beta1.TranscriptNormalization transcript_normalization = 24;
      • clearTranscriptNormalization

        public RecognitionConfig.Builder clearTranscriptNormalization()
         Use transcription normalization to automatically replace parts of the
         transcript with phrases of your choosing. For StreamingRecognize, this
         normalization only applies to stable partial transcripts (stability > 0.8)
         and final transcripts.
         
        .google.cloud.speech.v1p1beta1.TranscriptNormalization transcript_normalization = 24;
      • getTranscriptNormalizationBuilder

        public TranscriptNormalization.Builder getTranscriptNormalizationBuilder()
         Use transcription normalization to automatically replace parts of the
         transcript with phrases of your choosing. For StreamingRecognize, this
         normalization only applies to stable partial transcripts (stability > 0.8)
         and final transcripts.
         
        .google.cloud.speech.v1p1beta1.TranscriptNormalization transcript_normalization = 24;
      • getTranscriptNormalizationOrBuilder

        public TranscriptNormalizationOrBuilder getTranscriptNormalizationOrBuilder()
         Use transcription normalization to automatically replace parts of the
         transcript with phrases of your choosing. For StreamingRecognize, this
         normalization only applies to stable partial transcripts (stability > 0.8)
         and final transcripts.
         
        .google.cloud.speech.v1p1beta1.TranscriptNormalization transcript_normalization = 24;
        Specified by:
        getTranscriptNormalizationOrBuilder in interface RecognitionConfigOrBuilder
      • getSpeechContextsList

        public List<SpeechContext> getSpeechContextsList()
         Array of [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext].
         A means to provide context to assist the speech recognition. For more
         information, see
         [speech
         adaptation](https://cloud.google.com/speech-to-text/docs/adaptation).
         
        repeated .google.cloud.speech.v1p1beta1.SpeechContext speech_contexts = 6;
        Specified by:
        getSpeechContextsList in interface RecognitionConfigOrBuilder
      • getSpeechContextsCount

        public int getSpeechContextsCount()
         Array of [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext].
         A means to provide context to assist the speech recognition. For more
         information, see
         [speech
         adaptation](https://cloud.google.com/speech-to-text/docs/adaptation).
         
        repeated .google.cloud.speech.v1p1beta1.SpeechContext speech_contexts = 6;
        Specified by:
        getSpeechContextsCount in interface RecognitionConfigOrBuilder
      • getSpeechContexts

        public SpeechContext getSpeechContexts​(int index)
         Array of [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext].
         A means to provide context to assist the speech recognition. For more
         information, see
         [speech
         adaptation](https://cloud.google.com/speech-to-text/docs/adaptation).
         
        repeated .google.cloud.speech.v1p1beta1.SpeechContext speech_contexts = 6;
        Specified by:
        getSpeechContexts in interface RecognitionConfigOrBuilder
      • setSpeechContexts

        public RecognitionConfig.Builder setSpeechContexts​(int index,
                                                           SpeechContext value)
         Array of [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext].
         A means to provide context to assist the speech recognition. For more
         information, see
         [speech
         adaptation](https://cloud.google.com/speech-to-text/docs/adaptation).
         
        repeated .google.cloud.speech.v1p1beta1.SpeechContext speech_contexts = 6;
      • setSpeechContexts

        public RecognitionConfig.Builder setSpeechContexts​(int index,
                                                           SpeechContext.Builder builderForValue)
         Array of [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext].
         A means to provide context to assist the speech recognition. For more
         information, see
         [speech
         adaptation](https://cloud.google.com/speech-to-text/docs/adaptation).
         
        repeated .google.cloud.speech.v1p1beta1.SpeechContext speech_contexts = 6;
      • addSpeechContexts

        public RecognitionConfig.Builder addSpeechContexts​(SpeechContext value)
         Array of [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext].
         A means to provide context to assist the speech recognition. For more
         information, see
         [speech
         adaptation](https://cloud.google.com/speech-to-text/docs/adaptation).
         
        repeated .google.cloud.speech.v1p1beta1.SpeechContext speech_contexts = 6;
      • addSpeechContexts

        public RecognitionConfig.Builder addSpeechContexts​(int index,
                                                           SpeechContext value)
         Array of [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext].
         A means to provide context to assist the speech recognition. For more
         information, see
         [speech
         adaptation](https://cloud.google.com/speech-to-text/docs/adaptation).
         
        repeated .google.cloud.speech.v1p1beta1.SpeechContext speech_contexts = 6;
      • addSpeechContexts

        public RecognitionConfig.Builder addSpeechContexts​(SpeechContext.Builder builderForValue)
         Array of [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext].
         A means to provide context to assist the speech recognition. For more
         information, see
         [speech
         adaptation](https://cloud.google.com/speech-to-text/docs/adaptation).
         
        repeated .google.cloud.speech.v1p1beta1.SpeechContext speech_contexts = 6;
      • addSpeechContexts

        public RecognitionConfig.Builder addSpeechContexts​(int index,
                                                           SpeechContext.Builder builderForValue)
         Array of [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext].
         A means to provide context to assist the speech recognition. For more
         information, see
         [speech
         adaptation](https://cloud.google.com/speech-to-text/docs/adaptation).
         
        repeated .google.cloud.speech.v1p1beta1.SpeechContext speech_contexts = 6;
      • addAllSpeechContexts

        public RecognitionConfig.Builder addAllSpeechContexts​(Iterable<? extends SpeechContext> values)
         Array of [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext].
         A means to provide context to assist the speech recognition. For more
         information, see
         [speech
         adaptation](https://cloud.google.com/speech-to-text/docs/adaptation).
         
        repeated .google.cloud.speech.v1p1beta1.SpeechContext speech_contexts = 6;
      • clearSpeechContexts

        public RecognitionConfig.Builder clearSpeechContexts()
         Array of [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext].
         A means to provide context to assist the speech recognition. For more
         information, see
         [speech
         adaptation](https://cloud.google.com/speech-to-text/docs/adaptation).
         
        repeated .google.cloud.speech.v1p1beta1.SpeechContext speech_contexts = 6;
      • removeSpeechContexts

        public RecognitionConfig.Builder removeSpeechContexts​(int index)
         Array of [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext].
         A means to provide context to assist the speech recognition. For more
         information, see
         [speech
         adaptation](https://cloud.google.com/speech-to-text/docs/adaptation).
         
        repeated .google.cloud.speech.v1p1beta1.SpeechContext speech_contexts = 6;
      • getSpeechContextsBuilder

        public SpeechContext.Builder getSpeechContextsBuilder​(int index)
         Array of [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext].
         A means to provide context to assist the speech recognition. For more
         information, see
         [speech
         adaptation](https://cloud.google.com/speech-to-text/docs/adaptation).
         
        repeated .google.cloud.speech.v1p1beta1.SpeechContext speech_contexts = 6;
      • getSpeechContextsOrBuilder

        public SpeechContextOrBuilder getSpeechContextsOrBuilder​(int index)
         Array of [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext].
         A means to provide context to assist the speech recognition. For more
         information, see
         [speech
         adaptation](https://cloud.google.com/speech-to-text/docs/adaptation).
         
        repeated .google.cloud.speech.v1p1beta1.SpeechContext speech_contexts = 6;
        Specified by:
        getSpeechContextsOrBuilder in interface RecognitionConfigOrBuilder
      • getSpeechContextsOrBuilderList

        public List<? extends SpeechContextOrBuilder> getSpeechContextsOrBuilderList()
         Array of [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext].
         A means to provide context to assist the speech recognition. For more
         information, see
         [speech
         adaptation](https://cloud.google.com/speech-to-text/docs/adaptation).
         
        repeated .google.cloud.speech.v1p1beta1.SpeechContext speech_contexts = 6;
        Specified by:
        getSpeechContextsOrBuilderList in interface RecognitionConfigOrBuilder
      • addSpeechContextsBuilder

        public SpeechContext.Builder addSpeechContextsBuilder()
         Array of [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext].
         A means to provide context to assist the speech recognition. For more
         information, see
         [speech
         adaptation](https://cloud.google.com/speech-to-text/docs/adaptation).
         
        repeated .google.cloud.speech.v1p1beta1.SpeechContext speech_contexts = 6;
      • addSpeechContextsBuilder

        public SpeechContext.Builder addSpeechContextsBuilder​(int index)
         Array of [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext].
         A means to provide context to assist the speech recognition. For more
         information, see
         [speech
         adaptation](https://cloud.google.com/speech-to-text/docs/adaptation).
         
        repeated .google.cloud.speech.v1p1beta1.SpeechContext speech_contexts = 6;
      • getSpeechContextsBuilderList

        public List<SpeechContext.Builder> getSpeechContextsBuilderList()
         Array of [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext].
         A means to provide context to assist the speech recognition. For more
         information, see
         [speech
         adaptation](https://cloud.google.com/speech-to-text/docs/adaptation).
         
        repeated .google.cloud.speech.v1p1beta1.SpeechContext speech_contexts = 6;
      • getEnableWordTimeOffsets

        public boolean getEnableWordTimeOffsets()
         If `true`, the top result includes a list of words and
         the start and end time offsets (timestamps) for those words. If
         `false`, no word-level time offset information is returned. The default is
         `false`.
         
        bool enable_word_time_offsets = 8;
        Specified by:
        getEnableWordTimeOffsets in interface RecognitionConfigOrBuilder
        Returns:
        The enableWordTimeOffsets.
      • setEnableWordTimeOffsets

        public RecognitionConfig.Builder setEnableWordTimeOffsets​(boolean value)
         If `true`, the top result includes a list of words and
         the start and end time offsets (timestamps) for those words. If
         `false`, no word-level time offset information is returned. The default is
         `false`.
         
        bool enable_word_time_offsets = 8;
        Parameters:
        value - The enableWordTimeOffsets to set.
        Returns:
        This builder for chaining.
      • clearEnableWordTimeOffsets

        public RecognitionConfig.Builder clearEnableWordTimeOffsets()
         If `true`, the top result includes a list of words and
         the start and end time offsets (timestamps) for those words. If
         `false`, no word-level time offset information is returned. The default is
         `false`.
         
        bool enable_word_time_offsets = 8;
        Returns:
        This builder for chaining.
      • getEnableWordConfidence

        public boolean getEnableWordConfidence()
         If `true`, the top result includes a list of words and the
         confidence for those words. If `false`, no word-level confidence
         information is returned. The default is `false`.
         
        bool enable_word_confidence = 15;
        Specified by:
        getEnableWordConfidence in interface RecognitionConfigOrBuilder
        Returns:
        The enableWordConfidence.
      • setEnableWordConfidence

        public RecognitionConfig.Builder setEnableWordConfidence​(boolean value)
         If `true`, the top result includes a list of words and the
         confidence for those words. If `false`, no word-level confidence
         information is returned. The default is `false`.
         
        bool enable_word_confidence = 15;
        Parameters:
        value - The enableWordConfidence to set.
        Returns:
        This builder for chaining.
      • clearEnableWordConfidence

        public RecognitionConfig.Builder clearEnableWordConfidence()
         If `true`, the top result includes a list of words and the
         confidence for those words. If `false`, no word-level confidence
         information is returned. The default is `false`.
         
        bool enable_word_confidence = 15;
        Returns:
        This builder for chaining.
      • getEnableAutomaticPunctuation

        public boolean getEnableAutomaticPunctuation()
         If 'true', adds punctuation to recognition result hypotheses.
         This feature is only available in select languages. Setting this for
         requests in other languages has no effect at all.
         The default 'false' value does not add punctuation to result hypotheses.
         
        bool enable_automatic_punctuation = 11;
        Specified by:
        getEnableAutomaticPunctuation in interface RecognitionConfigOrBuilder
        Returns:
        The enableAutomaticPunctuation.
      • setEnableAutomaticPunctuation

        public RecognitionConfig.Builder setEnableAutomaticPunctuation​(boolean value)
         If 'true', adds punctuation to recognition result hypotheses.
         This feature is only available in select languages. Setting this for
         requests in other languages has no effect at all.
         The default 'false' value does not add punctuation to result hypotheses.
         
        bool enable_automatic_punctuation = 11;
        Parameters:
        value - The enableAutomaticPunctuation to set.
        Returns:
        This builder for chaining.
      • clearEnableAutomaticPunctuation

        public RecognitionConfig.Builder clearEnableAutomaticPunctuation()
         If 'true', adds punctuation to recognition result hypotheses.
         This feature is only available in select languages. Setting this for
         requests in other languages has no effect at all.
         The default 'false' value does not add punctuation to result hypotheses.
         
        bool enable_automatic_punctuation = 11;
        Returns:
        This builder for chaining.
      • hasEnableSpokenPunctuation

        public boolean hasEnableSpokenPunctuation()
         The spoken punctuation behavior for the call
         If not set, uses default behavior based on model of choice
         e.g. command_and_search will enable spoken punctuation by default
         If 'true', replaces spoken punctuation with the corresponding symbols in
         the request. For example, "how are you question mark" becomes "how are
         you?". See https://cloud.google.com/speech-to-text/docs/spoken-punctuation
         for support. If 'false', spoken punctuation is not replaced.
         
        .google.protobuf.BoolValue enable_spoken_punctuation = 22;
        Specified by:
        hasEnableSpokenPunctuation in interface RecognitionConfigOrBuilder
        Returns:
        Whether the enableSpokenPunctuation field is set.
      • getEnableSpokenPunctuation

        public com.google.protobuf.BoolValue getEnableSpokenPunctuation()
         The spoken punctuation behavior for the call
         If not set, uses default behavior based on model of choice
         e.g. command_and_search will enable spoken punctuation by default
         If 'true', replaces spoken punctuation with the corresponding symbols in
         the request. For example, "how are you question mark" becomes "how are
         you?". See https://cloud.google.com/speech-to-text/docs/spoken-punctuation
         for support. If 'false', spoken punctuation is not replaced.
         
        .google.protobuf.BoolValue enable_spoken_punctuation = 22;
        Specified by:
        getEnableSpokenPunctuation in interface RecognitionConfigOrBuilder
        Returns:
        The enableSpokenPunctuation.
      • setEnableSpokenPunctuation

        public RecognitionConfig.Builder setEnableSpokenPunctuation​(com.google.protobuf.BoolValue value)
         The spoken punctuation behavior for the call
         If not set, uses default behavior based on model of choice
         e.g. command_and_search will enable spoken punctuation by default
         If 'true', replaces spoken punctuation with the corresponding symbols in
         the request. For example, "how are you question mark" becomes "how are
         you?". See https://cloud.google.com/speech-to-text/docs/spoken-punctuation
         for support. If 'false', spoken punctuation is not replaced.
         
        .google.protobuf.BoolValue enable_spoken_punctuation = 22;
      • setEnableSpokenPunctuation

        public RecognitionConfig.Builder setEnableSpokenPunctuation​(com.google.protobuf.BoolValue.Builder builderForValue)
         The spoken punctuation behavior for the call
         If not set, uses default behavior based on model of choice
         e.g. command_and_search will enable spoken punctuation by default
         If 'true', replaces spoken punctuation with the corresponding symbols in
         the request. For example, "how are you question mark" becomes "how are
         you?". See https://cloud.google.com/speech-to-text/docs/spoken-punctuation
         for support. If 'false', spoken punctuation is not replaced.
         
        .google.protobuf.BoolValue enable_spoken_punctuation = 22;
      • mergeEnableSpokenPunctuation

        public RecognitionConfig.Builder mergeEnableSpokenPunctuation​(com.google.protobuf.BoolValue value)
         The spoken punctuation behavior for the call
         If not set, uses default behavior based on model of choice
         e.g. command_and_search will enable spoken punctuation by default
         If 'true', replaces spoken punctuation with the corresponding symbols in
         the request. For example, "how are you question mark" becomes "how are
         you?". See https://cloud.google.com/speech-to-text/docs/spoken-punctuation
         for support. If 'false', spoken punctuation is not replaced.
         
        .google.protobuf.BoolValue enable_spoken_punctuation = 22;
      • clearEnableSpokenPunctuation

        public RecognitionConfig.Builder clearEnableSpokenPunctuation()
         The spoken punctuation behavior for the call
         If not set, uses default behavior based on model of choice
         e.g. command_and_search will enable spoken punctuation by default
         If 'true', replaces spoken punctuation with the corresponding symbols in
         the request. For example, "how are you question mark" becomes "how are
         you?". See https://cloud.google.com/speech-to-text/docs/spoken-punctuation
         for support. If 'false', spoken punctuation is not replaced.
         
        .google.protobuf.BoolValue enable_spoken_punctuation = 22;
      • getEnableSpokenPunctuationBuilder

        public com.google.protobuf.BoolValue.Builder getEnableSpokenPunctuationBuilder()
         The spoken punctuation behavior for the call
         If not set, uses default behavior based on model of choice
         e.g. command_and_search will enable spoken punctuation by default
         If 'true', replaces spoken punctuation with the corresponding symbols in
         the request. For example, "how are you question mark" becomes "how are
         you?". See https://cloud.google.com/speech-to-text/docs/spoken-punctuation
         for support. If 'false', spoken punctuation is not replaced.
         
        .google.protobuf.BoolValue enable_spoken_punctuation = 22;
      • getEnableSpokenPunctuationOrBuilder

        public com.google.protobuf.BoolValueOrBuilder getEnableSpokenPunctuationOrBuilder()
         The spoken punctuation behavior for the call
         If not set, uses default behavior based on model of choice
         e.g. command_and_search will enable spoken punctuation by default
         If 'true', replaces spoken punctuation with the corresponding symbols in
         the request. For example, "how are you question mark" becomes "how are
         you?". See https://cloud.google.com/speech-to-text/docs/spoken-punctuation
         for support. If 'false', spoken punctuation is not replaced.
         
        .google.protobuf.BoolValue enable_spoken_punctuation = 22;
        Specified by:
        getEnableSpokenPunctuationOrBuilder in interface RecognitionConfigOrBuilder
      • hasEnableSpokenEmojis

        public boolean hasEnableSpokenEmojis()
         The spoken emoji behavior for the call
         If not set, uses default behavior based on model of choice
         If 'true', adds spoken emoji formatting for the request. This will replace
         spoken emojis with the corresponding Unicode symbols in the final
         transcript. If 'false', spoken emojis are not replaced.
         
        .google.protobuf.BoolValue enable_spoken_emojis = 23;
        Specified by:
        hasEnableSpokenEmojis in interface RecognitionConfigOrBuilder
        Returns:
        Whether the enableSpokenEmojis field is set.
      • getEnableSpokenEmojis

        public com.google.protobuf.BoolValue getEnableSpokenEmojis()
         The spoken emoji behavior for the call
         If not set, uses default behavior based on model of choice
         If 'true', adds spoken emoji formatting for the request. This will replace
         spoken emojis with the corresponding Unicode symbols in the final
         transcript. If 'false', spoken emojis are not replaced.
         
        .google.protobuf.BoolValue enable_spoken_emojis = 23;
        Specified by:
        getEnableSpokenEmojis in interface RecognitionConfigOrBuilder
        Returns:
        The enableSpokenEmojis.
      • setEnableSpokenEmojis

        public RecognitionConfig.Builder setEnableSpokenEmojis​(com.google.protobuf.BoolValue value)
         The spoken emoji behavior for the call
         If not set, uses default behavior based on model of choice
         If 'true', adds spoken emoji formatting for the request. This will replace
         spoken emojis with the corresponding Unicode symbols in the final
         transcript. If 'false', spoken emojis are not replaced.
         
        .google.protobuf.BoolValue enable_spoken_emojis = 23;
      • setEnableSpokenEmojis

        public RecognitionConfig.Builder setEnableSpokenEmojis​(com.google.protobuf.BoolValue.Builder builderForValue)
         The spoken emoji behavior for the call
         If not set, uses default behavior based on model of choice
         If 'true', adds spoken emoji formatting for the request. This will replace
         spoken emojis with the corresponding Unicode symbols in the final
         transcript. If 'false', spoken emojis are not replaced.
         
        .google.protobuf.BoolValue enable_spoken_emojis = 23;
      • mergeEnableSpokenEmojis

        public RecognitionConfig.Builder mergeEnableSpokenEmojis​(com.google.protobuf.BoolValue value)
         The spoken emoji behavior for the call
         If not set, uses default behavior based on model of choice
         If 'true', adds spoken emoji formatting for the request. This will replace
         spoken emojis with the corresponding Unicode symbols in the final
         transcript. If 'false', spoken emojis are not replaced.
         
        .google.protobuf.BoolValue enable_spoken_emojis = 23;
      • clearEnableSpokenEmojis

        public RecognitionConfig.Builder clearEnableSpokenEmojis()
         The spoken emoji behavior for the call
         If not set, uses default behavior based on model of choice
         If 'true', adds spoken emoji formatting for the request. This will replace
         spoken emojis with the corresponding Unicode symbols in the final
         transcript. If 'false', spoken emojis are not replaced.
         
        .google.protobuf.BoolValue enable_spoken_emojis = 23;
      • getEnableSpokenEmojisBuilder

        public com.google.protobuf.BoolValue.Builder getEnableSpokenEmojisBuilder()
         The spoken emoji behavior for the call
         If not set, uses default behavior based on model of choice
         If 'true', adds spoken emoji formatting for the request. This will replace
         spoken emojis with the corresponding Unicode symbols in the final
         transcript. If 'false', spoken emojis are not replaced.
         
        .google.protobuf.BoolValue enable_spoken_emojis = 23;
      • getEnableSpokenEmojisOrBuilder

        public com.google.protobuf.BoolValueOrBuilder getEnableSpokenEmojisOrBuilder()
         The spoken emoji behavior for the call
         If not set, uses default behavior based on model of choice
         If 'true', adds spoken emoji formatting for the request. This will replace
         spoken emojis with the corresponding Unicode symbols in the final
         transcript. If 'false', spoken emojis are not replaced.
         
        .google.protobuf.BoolValue enable_spoken_emojis = 23;
        Specified by:
        getEnableSpokenEmojisOrBuilder in interface RecognitionConfigOrBuilder
      • getEnableSpeakerDiarization

        @Deprecated
        public boolean getEnableSpeakerDiarization()
        Deprecated.
        google.cloud.speech.v1p1beta1.RecognitionConfig.enable_speaker_diarization is deprecated. See google/cloud/speech/v1p1beta1/cloud_speech.proto;l=401
         If 'true', enables speaker detection for each recognized word in
         the top alternative of the recognition result using a speaker_tag provided
         in the WordInfo.
         Note: Use diarization_config instead.
         
        bool enable_speaker_diarization = 16 [deprecated = true];
        Specified by:
        getEnableSpeakerDiarization in interface RecognitionConfigOrBuilder
        Returns:
        The enableSpeakerDiarization.
      • setEnableSpeakerDiarization

        @Deprecated
        public RecognitionConfig.Builder setEnableSpeakerDiarization​(boolean value)
        Deprecated.
        google.cloud.speech.v1p1beta1.RecognitionConfig.enable_speaker_diarization is deprecated. See google/cloud/speech/v1p1beta1/cloud_speech.proto;l=401
         If 'true', enables speaker detection for each recognized word in
         the top alternative of the recognition result using a speaker_tag provided
         in the WordInfo.
         Note: Use diarization_config instead.
         
        bool enable_speaker_diarization = 16 [deprecated = true];
        Parameters:
        value - The enableSpeakerDiarization to set.
        Returns:
        This builder for chaining.
      • clearEnableSpeakerDiarization

        @Deprecated
        public RecognitionConfig.Builder clearEnableSpeakerDiarization()
        Deprecated.
        google.cloud.speech.v1p1beta1.RecognitionConfig.enable_speaker_diarization is deprecated. See google/cloud/speech/v1p1beta1/cloud_speech.proto;l=401
         If 'true', enables speaker detection for each recognized word in
         the top alternative of the recognition result using a speaker_tag provided
         in the WordInfo.
         Note: Use diarization_config instead.
         
        bool enable_speaker_diarization = 16 [deprecated = true];
        Returns:
        This builder for chaining.
      • getDiarizationSpeakerCount

        @Deprecated
        public int getDiarizationSpeakerCount()
        Deprecated.
        google.cloud.speech.v1p1beta1.RecognitionConfig.diarization_speaker_count is deprecated. See google/cloud/speech/v1p1beta1/cloud_speech.proto;l=406
         If set, specifies the estimated number of speakers in the conversation.
         Defaults to '2'. Ignored unless enable_speaker_diarization is set to true.
         Note: Use diarization_config instead.
         
        int32 diarization_speaker_count = 17 [deprecated = true];
        Specified by:
        getDiarizationSpeakerCount in interface RecognitionConfigOrBuilder
        Returns:
        The diarizationSpeakerCount.
      • setDiarizationSpeakerCount

        @Deprecated
        public RecognitionConfig.Builder setDiarizationSpeakerCount​(int value)
        Deprecated.
        google.cloud.speech.v1p1beta1.RecognitionConfig.diarization_speaker_count is deprecated. See google/cloud/speech/v1p1beta1/cloud_speech.proto;l=406
         If set, specifies the estimated number of speakers in the conversation.
         Defaults to '2'. Ignored unless enable_speaker_diarization is set to true.
         Note: Use diarization_config instead.
         
        int32 diarization_speaker_count = 17 [deprecated = true];
        Parameters:
        value - The diarizationSpeakerCount to set.
        Returns:
        This builder for chaining.
      • clearDiarizationSpeakerCount

        @Deprecated
        public RecognitionConfig.Builder clearDiarizationSpeakerCount()
        Deprecated.
        google.cloud.speech.v1p1beta1.RecognitionConfig.diarization_speaker_count is deprecated. See google/cloud/speech/v1p1beta1/cloud_speech.proto;l=406
         If set, specifies the estimated number of speakers in the conversation.
         Defaults to '2'. Ignored unless enable_speaker_diarization is set to true.
         Note: Use diarization_config instead.
         
        int32 diarization_speaker_count = 17 [deprecated = true];
        Returns:
        This builder for chaining.
      • hasDiarizationConfig

        public boolean hasDiarizationConfig()
         Config to enable speaker diarization and set additional
         parameters to make diarization better suited for your application.
         Note: When this is enabled, we send all the words from the beginning of the
         audio for the top alternative in every consecutive STREAMING responses.
         This is done in order to improve our speaker tags as our models learn to
         identify the speakers in the conversation over time.
         For non-streaming requests, the diarization results will be provided only
         in the top alternative of the FINAL SpeechRecognitionResult.
         
        .google.cloud.speech.v1p1beta1.SpeakerDiarizationConfig diarization_config = 19;
        Specified by:
        hasDiarizationConfig in interface RecognitionConfigOrBuilder
        Returns:
        Whether the diarizationConfig field is set.
      • getDiarizationConfig

        public SpeakerDiarizationConfig getDiarizationConfig()
         Config to enable speaker diarization and set additional
         parameters to make diarization better suited for your application.
         Note: When this is enabled, we send all the words from the beginning of the
         audio for the top alternative in every consecutive STREAMING responses.
         This is done in order to improve our speaker tags as our models learn to
         identify the speakers in the conversation over time.
         For non-streaming requests, the diarization results will be provided only
         in the top alternative of the FINAL SpeechRecognitionResult.
         
        .google.cloud.speech.v1p1beta1.SpeakerDiarizationConfig diarization_config = 19;
        Specified by:
        getDiarizationConfig in interface RecognitionConfigOrBuilder
        Returns:
        The diarizationConfig.
      • setDiarizationConfig

        public RecognitionConfig.Builder setDiarizationConfig​(SpeakerDiarizationConfig value)
         Config to enable speaker diarization and set additional
         parameters to make diarization better suited for your application.
         Note: When this is enabled, we send all the words from the beginning of the
         audio for the top alternative in every consecutive STREAMING responses.
         This is done in order to improve our speaker tags as our models learn to
         identify the speakers in the conversation over time.
         For non-streaming requests, the diarization results will be provided only
         in the top alternative of the FINAL SpeechRecognitionResult.
         
        .google.cloud.speech.v1p1beta1.SpeakerDiarizationConfig diarization_config = 19;
      • setDiarizationConfig

        public RecognitionConfig.Builder setDiarizationConfig​(SpeakerDiarizationConfig.Builder builderForValue)
         Config to enable speaker diarization and set additional
         parameters to make diarization better suited for your application.
         Note: When this is enabled, we send all the words from the beginning of the
         audio for the top alternative in every consecutive STREAMING responses.
         This is done in order to improve our speaker tags as our models learn to
         identify the speakers in the conversation over time.
         For non-streaming requests, the diarization results will be provided only
         in the top alternative of the FINAL SpeechRecognitionResult.
         
        .google.cloud.speech.v1p1beta1.SpeakerDiarizationConfig diarization_config = 19;
      • mergeDiarizationConfig

        public RecognitionConfig.Builder mergeDiarizationConfig​(SpeakerDiarizationConfig value)
         Config to enable speaker diarization and set additional
         parameters to make diarization better suited for your application.
         Note: When this is enabled, we send all the words from the beginning of the
         audio for the top alternative in every consecutive STREAMING responses.
         This is done in order to improve our speaker tags as our models learn to
         identify the speakers in the conversation over time.
         For non-streaming requests, the diarization results will be provided only
         in the top alternative of the FINAL SpeechRecognitionResult.
         
        .google.cloud.speech.v1p1beta1.SpeakerDiarizationConfig diarization_config = 19;
      • clearDiarizationConfig

        public RecognitionConfig.Builder clearDiarizationConfig()
         Config to enable speaker diarization and set additional
         parameters to make diarization better suited for your application.
         Note: When this is enabled, we send all the words from the beginning of the
         audio for the top alternative in every consecutive STREAMING responses.
         This is done in order to improve our speaker tags as our models learn to
         identify the speakers in the conversation over time.
         For non-streaming requests, the diarization results will be provided only
         in the top alternative of the FINAL SpeechRecognitionResult.
         
        .google.cloud.speech.v1p1beta1.SpeakerDiarizationConfig diarization_config = 19;
      • getDiarizationConfigBuilder

        public SpeakerDiarizationConfig.Builder getDiarizationConfigBuilder()
         Config to enable speaker diarization and set additional
         parameters to make diarization better suited for your application.
         Note: When this is enabled, we send all the words from the beginning of the
         audio for the top alternative in every consecutive STREAMING responses.
         This is done in order to improve our speaker tags as our models learn to
         identify the speakers in the conversation over time.
         For non-streaming requests, the diarization results will be provided only
         in the top alternative of the FINAL SpeechRecognitionResult.
         
        .google.cloud.speech.v1p1beta1.SpeakerDiarizationConfig diarization_config = 19;
      • getDiarizationConfigOrBuilder

        public SpeakerDiarizationConfigOrBuilder getDiarizationConfigOrBuilder()
         Config to enable speaker diarization and set additional
         parameters to make diarization better suited for your application.
         Note: When this is enabled, we send all the words from the beginning of the
         audio for the top alternative in every consecutive STREAMING responses.
         This is done in order to improve our speaker tags as our models learn to
         identify the speakers in the conversation over time.
         For non-streaming requests, the diarization results will be provided only
         in the top alternative of the FINAL SpeechRecognitionResult.
         
        .google.cloud.speech.v1p1beta1.SpeakerDiarizationConfig diarization_config = 19;
        Specified by:
        getDiarizationConfigOrBuilder in interface RecognitionConfigOrBuilder
      • hasMetadata

        public boolean hasMetadata()
         Metadata regarding this request.
         
        .google.cloud.speech.v1p1beta1.RecognitionMetadata metadata = 9;
        Specified by:
        hasMetadata in interface RecognitionConfigOrBuilder
        Returns:
        Whether the metadata field is set.
      • clearMetadata

        public RecognitionConfig.Builder clearMetadata()
         Metadata regarding this request.
         
        .google.cloud.speech.v1p1beta1.RecognitionMetadata metadata = 9;
      • getMetadataBuilder

        public RecognitionMetadata.Builder getMetadataBuilder()
         Metadata regarding this request.
         
        .google.cloud.speech.v1p1beta1.RecognitionMetadata metadata = 9;
      • getModel

        public String getModel()
         Which model to select for the given request. Select the model
         best suited to your domain to get best results. If a model is not
         explicitly specified, then we auto-select a model based on the parameters
         in the RecognitionConfig.
         <table>
           <tr>
             <td><b>Model</b></td>
             <td><b>Description</b></td>
           </tr>
           <tr>
             <td><code>latest_long</code></td>
             <td>Best for long form content like media or conversation.</td>
           </tr>
           <tr>
             <td><code>latest_short</code></td>
             <td>Best for short form content like commands or single shot directed
             speech.</td>
           </tr>
           <tr>
             <td><code>command_and_search</code></td>
             <td>Best for short queries such as voice commands or voice search.</td>
           </tr>
           <tr>
             <td><code>phone_call</code></td>
             <td>Best for audio that originated from a phone call (typically
             recorded at an 8khz sampling rate).</td>
           </tr>
           <tr>
             <td><code>video</code></td>
             <td>Best for audio that originated from video or includes multiple
                 speakers. Ideally the audio is recorded at a 16khz or greater
                 sampling rate. This is a premium model that costs more than the
                 standard rate.</td>
           </tr>
           <tr>
             <td><code>default</code></td>
             <td>Best for audio that is not one of the specific audio models.
                 For example, long-form audio. Ideally the audio is high-fidelity,
                 recorded at a 16khz or greater sampling rate.</td>
           </tr>
           <tr>
             <td><code>medical_conversation</code></td>
             <td>Best for audio that originated from a conversation between a
                 medical provider and patient.</td>
           </tr>
           <tr>
             <td><code>medical_dictation</code></td>
             <td>Best for audio that originated from dictation notes by a medical
                 provider.</td>
           </tr>
         </table>
         
        string model = 13;
        Specified by:
        getModel in interface RecognitionConfigOrBuilder
        Returns:
        The model.
      • getModelBytes

        public com.google.protobuf.ByteString getModelBytes()
         Which model to select for the given request. Select the model
         best suited to your domain to get best results. If a model is not
         explicitly specified, then we auto-select a model based on the parameters
         in the RecognitionConfig.
         <table>
           <tr>
             <td><b>Model</b></td>
             <td><b>Description</b></td>
           </tr>
           <tr>
             <td><code>latest_long</code></td>
             <td>Best for long form content like media or conversation.</td>
           </tr>
           <tr>
             <td><code>latest_short</code></td>
             <td>Best for short form content like commands or single shot directed
             speech.</td>
           </tr>
           <tr>
             <td><code>command_and_search</code></td>
             <td>Best for short queries such as voice commands or voice search.</td>
           </tr>
           <tr>
             <td><code>phone_call</code></td>
             <td>Best for audio that originated from a phone call (typically
             recorded at an 8khz sampling rate).</td>
           </tr>
           <tr>
             <td><code>video</code></td>
             <td>Best for audio that originated from video or includes multiple
                 speakers. Ideally the audio is recorded at a 16khz or greater
                 sampling rate. This is a premium model that costs more than the
                 standard rate.</td>
           </tr>
           <tr>
             <td><code>default</code></td>
             <td>Best for audio that is not one of the specific audio models.
                 For example, long-form audio. Ideally the audio is high-fidelity,
                 recorded at a 16khz or greater sampling rate.</td>
           </tr>
           <tr>
             <td><code>medical_conversation</code></td>
             <td>Best for audio that originated from a conversation between a
                 medical provider and patient.</td>
           </tr>
           <tr>
             <td><code>medical_dictation</code></td>
             <td>Best for audio that originated from dictation notes by a medical
                 provider.</td>
           </tr>
         </table>
         
        string model = 13;
        Specified by:
        getModelBytes in interface RecognitionConfigOrBuilder
        Returns:
        The bytes for model.
      • setModel

        public RecognitionConfig.Builder setModel​(String value)
         Which model to select for the given request. Select the model
         best suited to your domain to get best results. If a model is not
         explicitly specified, then we auto-select a model based on the parameters
         in the RecognitionConfig.
         <table>
           <tr>
             <td><b>Model</b></td>
             <td><b>Description</b></td>
           </tr>
           <tr>
             <td><code>latest_long</code></td>
             <td>Best for long form content like media or conversation.</td>
           </tr>
           <tr>
             <td><code>latest_short</code></td>
             <td>Best for short form content like commands or single shot directed
             speech.</td>
           </tr>
           <tr>
             <td><code>command_and_search</code></td>
             <td>Best for short queries such as voice commands or voice search.</td>
           </tr>
           <tr>
             <td><code>phone_call</code></td>
             <td>Best for audio that originated from a phone call (typically
             recorded at an 8khz sampling rate).</td>
           </tr>
           <tr>
             <td><code>video</code></td>
             <td>Best for audio that originated from video or includes multiple
                 speakers. Ideally the audio is recorded at a 16khz or greater
                 sampling rate. This is a premium model that costs more than the
                 standard rate.</td>
           </tr>
           <tr>
             <td><code>default</code></td>
             <td>Best for audio that is not one of the specific audio models.
                 For example, long-form audio. Ideally the audio is high-fidelity,
                 recorded at a 16khz or greater sampling rate.</td>
           </tr>
           <tr>
             <td><code>medical_conversation</code></td>
             <td>Best for audio that originated from a conversation between a
                 medical provider and patient.</td>
           </tr>
           <tr>
             <td><code>medical_dictation</code></td>
             <td>Best for audio that originated from dictation notes by a medical
                 provider.</td>
           </tr>
         </table>
         
        string model = 13;
        Parameters:
        value - The model to set.
        Returns:
        This builder for chaining.
      • clearModel

        public RecognitionConfig.Builder clearModel()
         Which model to select for the given request. Select the model
         best suited to your domain to get best results. If a model is not
         explicitly specified, then we auto-select a model based on the parameters
         in the RecognitionConfig.
         <table>
           <tr>
             <td><b>Model</b></td>
             <td><b>Description</b></td>
           </tr>
           <tr>
             <td><code>latest_long</code></td>
             <td>Best for long form content like media or conversation.</td>
           </tr>
           <tr>
             <td><code>latest_short</code></td>
             <td>Best for short form content like commands or single shot directed
             speech.</td>
           </tr>
           <tr>
             <td><code>command_and_search</code></td>
             <td>Best for short queries such as voice commands or voice search.</td>
           </tr>
           <tr>
             <td><code>phone_call</code></td>
             <td>Best for audio that originated from a phone call (typically
             recorded at an 8khz sampling rate).</td>
           </tr>
           <tr>
             <td><code>video</code></td>
             <td>Best for audio that originated from video or includes multiple
                 speakers. Ideally the audio is recorded at a 16khz or greater
                 sampling rate. This is a premium model that costs more than the
                 standard rate.</td>
           </tr>
           <tr>
             <td><code>default</code></td>
             <td>Best for audio that is not one of the specific audio models.
                 For example, long-form audio. Ideally the audio is high-fidelity,
                 recorded at a 16khz or greater sampling rate.</td>
           </tr>
           <tr>
             <td><code>medical_conversation</code></td>
             <td>Best for audio that originated from a conversation between a
                 medical provider and patient.</td>
           </tr>
           <tr>
             <td><code>medical_dictation</code></td>
             <td>Best for audio that originated from dictation notes by a medical
                 provider.</td>
           </tr>
         </table>
         
        string model = 13;
        Returns:
        This builder for chaining.
      • setModelBytes

        public RecognitionConfig.Builder setModelBytes​(com.google.protobuf.ByteString value)
         Which model to select for the given request. Select the model
         best suited to your domain to get best results. If a model is not
         explicitly specified, then we auto-select a model based on the parameters
         in the RecognitionConfig.
         <table>
           <tr>
             <td><b>Model</b></td>
             <td><b>Description</b></td>
           </tr>
           <tr>
             <td><code>latest_long</code></td>
             <td>Best for long form content like media or conversation.</td>
           </tr>
           <tr>
             <td><code>latest_short</code></td>
             <td>Best for short form content like commands or single shot directed
             speech.</td>
           </tr>
           <tr>
             <td><code>command_and_search</code></td>
             <td>Best for short queries such as voice commands or voice search.</td>
           </tr>
           <tr>
             <td><code>phone_call</code></td>
             <td>Best for audio that originated from a phone call (typically
             recorded at an 8khz sampling rate).</td>
           </tr>
           <tr>
             <td><code>video</code></td>
             <td>Best for audio that originated from video or includes multiple
                 speakers. Ideally the audio is recorded at a 16khz or greater
                 sampling rate. This is a premium model that costs more than the
                 standard rate.</td>
           </tr>
           <tr>
             <td><code>default</code></td>
             <td>Best for audio that is not one of the specific audio models.
                 For example, long-form audio. Ideally the audio is high-fidelity,
                 recorded at a 16khz or greater sampling rate.</td>
           </tr>
           <tr>
             <td><code>medical_conversation</code></td>
             <td>Best for audio that originated from a conversation between a
                 medical provider and patient.</td>
           </tr>
           <tr>
             <td><code>medical_dictation</code></td>
             <td>Best for audio that originated from dictation notes by a medical
                 provider.</td>
           </tr>
         </table>
         
        string model = 13;
        Parameters:
        value - The bytes for model to set.
        Returns:
        This builder for chaining.
      • getUseEnhanced

        public boolean getUseEnhanced()
         Set to true to use an enhanced model for speech recognition.
         If `use_enhanced` is set to true and the `model` field is not set, then
         an appropriate enhanced model is chosen if an enhanced model exists for
         the audio.
        
         If `use_enhanced` is true and an enhanced version of the specified model
         does not exist, then the speech is recognized using the standard version
         of the specified model.
         
        bool use_enhanced = 14;
        Specified by:
        getUseEnhanced in interface RecognitionConfigOrBuilder
        Returns:
        The useEnhanced.
      • setUseEnhanced

        public RecognitionConfig.Builder setUseEnhanced​(boolean value)
         Set to true to use an enhanced model for speech recognition.
         If `use_enhanced` is set to true and the `model` field is not set, then
         an appropriate enhanced model is chosen if an enhanced model exists for
         the audio.
        
         If `use_enhanced` is true and an enhanced version of the specified model
         does not exist, then the speech is recognized using the standard version
         of the specified model.
         
        bool use_enhanced = 14;
        Parameters:
        value - The useEnhanced to set.
        Returns:
        This builder for chaining.
      • clearUseEnhanced

        public RecognitionConfig.Builder clearUseEnhanced()
         Set to true to use an enhanced model for speech recognition.
         If `use_enhanced` is set to true and the `model` field is not set, then
         an appropriate enhanced model is chosen if an enhanced model exists for
         the audio.
        
         If `use_enhanced` is true and an enhanced version of the specified model
         does not exist, then the speech is recognized using the standard version
         of the specified model.
         
        bool use_enhanced = 14;
        Returns:
        This builder for chaining.
      • setUnknownFields

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

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