All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.dialogflow.v2.OutputAudioConfigOrBuilder Maven / Gradle / Ivy

There is a newer version: 4.55.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/dialogflow/v2/audio_config.proto

package com.google.cloud.dialogflow.v2;

public interface OutputAudioConfigOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.dialogflow.v2.OutputAudioConfig)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Required. Audio encoding of the synthesized audio content.
   * 
* * .google.cloud.dialogflow.v2.OutputAudioEncoding audio_encoding = 1; */ int getAudioEncodingValue(); /** * * *
   * Required. Audio encoding of the synthesized audio content.
   * 
* * .google.cloud.dialogflow.v2.OutputAudioEncoding audio_encoding = 1; */ com.google.cloud.dialogflow.v2.OutputAudioEncoding getAudioEncoding(); /** * * *
   * Optional. The synthesis sample rate (in hertz) for this audio. If not
   * provided, then the synthesizer will use the default sample rate based on
   * the audio encoding. If this is different from the voice's natural sample
   * rate, then the synthesizer will honor this request by converting to the
   * desired sample rate (which might result in worse audio quality).
   * 
* * int32 sample_rate_hertz = 2; */ int getSampleRateHertz(); /** * * *
   * Optional. Configuration of how speech should be synthesized.
   * 
* * .google.cloud.dialogflow.v2.SynthesizeSpeechConfig synthesize_speech_config = 3; */ boolean hasSynthesizeSpeechConfig(); /** * * *
   * Optional. Configuration of how speech should be synthesized.
   * 
* * .google.cloud.dialogflow.v2.SynthesizeSpeechConfig synthesize_speech_config = 3; */ com.google.cloud.dialogflow.v2.SynthesizeSpeechConfig getSynthesizeSpeechConfig(); /** * * *
   * Optional. Configuration of how speech should be synthesized.
   * 
* * .google.cloud.dialogflow.v2.SynthesizeSpeechConfig synthesize_speech_config = 3; */ com.google.cloud.dialogflow.v2.SynthesizeSpeechConfigOrBuilder getSynthesizeSpeechConfigOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy