Interface SpeechConfigOrBuilder (3.56.0)

public interface SpeechConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getVoiceConfig()

public abstract VoiceConfig getVoiceConfig()

The configuration for the speaker to use.

.google.cloud.aiplatform.v1beta1.VoiceConfig voice_config = 1;

Returns
Type Description
VoiceConfig

The voiceConfig.

getVoiceConfigOrBuilder()

public abstract VoiceConfigOrBuilder getVoiceConfigOrBuilder()

The configuration for the speaker to use.

.google.cloud.aiplatform.v1beta1.VoiceConfig voice_config = 1;

Returns
Type Description
VoiceConfigOrBuilder

hasVoiceConfig()

public abstract boolean hasVoiceConfig()

The configuration for the speaker to use.

.google.cloud.aiplatform.v1beta1.VoiceConfig voice_config = 1;

Returns
Type Description
boolean

Whether the voiceConfig field is set.