public interface StreamingSynthesizeConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getStreamingAudioConfig()
public abstract StreamingAudioConfig getStreamingAudioConfig()Optional. The configuration of the synthesized audio.
.google.cloud.texttospeech.v1beta1.StreamingAudioConfig streaming_audio_config = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
StreamingAudioConfig |
The streamingAudioConfig. |
getStreamingAudioConfigOrBuilder()
public abstract StreamingAudioConfigOrBuilder getStreamingAudioConfigOrBuilder()Optional. The configuration of the synthesized audio.
.google.cloud.texttospeech.v1beta1.StreamingAudioConfig streaming_audio_config = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
StreamingAudioConfigOrBuilder |
|
getVoice()
public abstract VoiceSelectionParams getVoice()Required. The desired voice of the synthesized audio.
.google.cloud.texttospeech.v1beta1.VoiceSelectionParams voice = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
VoiceSelectionParams |
The voice. |
getVoiceOrBuilder()
public abstract VoiceSelectionParamsOrBuilder getVoiceOrBuilder()Required. The desired voice of the synthesized audio.
.google.cloud.texttospeech.v1beta1.VoiceSelectionParams voice = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
VoiceSelectionParamsOrBuilder |
|
hasStreamingAudioConfig()
public abstract boolean hasStreamingAudioConfig()Optional. The configuration of the synthesized audio.
.google.cloud.texttospeech.v1beta1.StreamingAudioConfig streaming_audio_config = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the streamingAudioConfig field is set. |
hasVoice()
public abstract boolean hasVoice()Required. The desired voice of the synthesized audio.
.google.cloud.texttospeech.v1beta1.VoiceSelectionParams voice = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the voice field is set. |