Interface PrebuiltVoiceConfigOrBuilder (3.56.0)

public interface PrebuiltVoiceConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getVoiceName()

public abstract String getVoiceName()

The name of the preset voice to use.

optional string voice_name = 1;

Returns
Type Description
String

The voiceName.

getVoiceNameBytes()

public abstract ByteString getVoiceNameBytes()

The name of the preset voice to use.

optional string voice_name = 1;

Returns
Type Description
ByteString

The bytes for voiceName.

hasVoiceName()

public abstract boolean hasVoiceName()

The name of the preset voice to use.

optional string voice_name = 1;

Returns
Type Description
boolean

Whether the voiceName field is set.