Interface AdvancedVoiceOptionsOrBuilder (2.54.0)

public interface AdvancedVoiceOptionsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLowLatencyJourneySynthesis()

public abstract boolean getLowLatencyJourneySynthesis()

Only for Journey voices. If false, the synthesis will be context aware and have higher latency.

optional bool low_latency_journey_synthesis = 1;

Returns
Type Description
boolean

The lowLatencyJourneySynthesis.

hasLowLatencyJourneySynthesis()

public abstract boolean hasLowLatencyJourneySynthesis()

Only for Journey voices. If false, the synthesis will be context aware and have higher latency.

optional bool low_latency_journey_synthesis = 1;

Returns
Type Description
boolean

Whether the lowLatencyJourneySynthesis field is set.