public interface StreamingSynthesizeConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
StreamingAudioConfig |
getStreamingAudioConfig()
Optional.
|
StreamingAudioConfigOrBuilder |
getStreamingAudioConfigOrBuilder()
Optional.
|
VoiceSelectionParams |
getVoice()
Required.
|
VoiceSelectionParamsOrBuilder |
getVoiceOrBuilder()
Required.
|
boolean |
hasStreamingAudioConfig()
Optional.
|
boolean |
hasVoice()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasVoice()
Required. The desired voice of the synthesized audio.
.google.cloud.texttospeech.v1.VoiceSelectionParams voice = 1 [(.google.api.field_behavior) = REQUIRED];
VoiceSelectionParams getVoice()
Required. The desired voice of the synthesized audio.
.google.cloud.texttospeech.v1.VoiceSelectionParams voice = 1 [(.google.api.field_behavior) = REQUIRED];
VoiceSelectionParamsOrBuilder getVoiceOrBuilder()
Required. The desired voice of the synthesized audio.
.google.cloud.texttospeech.v1.VoiceSelectionParams voice = 1 [(.google.api.field_behavior) = REQUIRED];
boolean hasStreamingAudioConfig()
Optional. The configuration of the synthesized audio.
.google.cloud.texttospeech.v1.StreamingAudioConfig streaming_audio_config = 4 [(.google.api.field_behavior) = OPTIONAL];
StreamingAudioConfig getStreamingAudioConfig()
Optional. The configuration of the synthesized audio.
.google.cloud.texttospeech.v1.StreamingAudioConfig streaming_audio_config = 4 [(.google.api.field_behavior) = OPTIONAL];
StreamingAudioConfigOrBuilder getStreamingAudioConfigOrBuilder()
Optional. The configuration of the synthesized audio.
.google.cloud.texttospeech.v1.StreamingAudioConfig streaming_audio_config = 4 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2025 Google LLC. All rights reserved.