Interface VoiceConfigOrBuilder (3.56.0)

public interface VoiceConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPrebuiltVoiceConfig()

public abstract PrebuiltVoiceConfig getPrebuiltVoiceConfig()

The configuration for the prebuilt voice to use.

.google.cloud.aiplatform.v1beta1.PrebuiltVoiceConfig prebuilt_voice_config = 1;

Returns
Type Description
PrebuiltVoiceConfig

The prebuiltVoiceConfig.

getPrebuiltVoiceConfigOrBuilder()

public abstract PrebuiltVoiceConfigOrBuilder getPrebuiltVoiceConfigOrBuilder()

The configuration for the prebuilt voice to use.

.google.cloud.aiplatform.v1beta1.PrebuiltVoiceConfig prebuilt_voice_config = 1;

Returns
Type Description
PrebuiltVoiceConfigOrBuilder

getVoiceConfigCase()

public abstract VoiceConfig.VoiceConfigCase getVoiceConfigCase()
Returns
Type Description
VoiceConfig.VoiceConfigCase

hasPrebuiltVoiceConfig()

public abstract boolean hasPrebuiltVoiceConfig()

The configuration for the prebuilt voice to use.

.google.cloud.aiplatform.v1beta1.PrebuiltVoiceConfig prebuilt_voice_config = 1;

Returns
Type Description
boolean

Whether the prebuiltVoiceConfig field is set.