Interface AdvancedVoiceOptionsOrBuilder (2.63.0)

public interface AdvancedVoiceOptionsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLowLatencyJourneySynthesis()

public abstract boolean getLowLatencyJourneySynthesis()

Only for Journey voices. If false, the synthesis is context aware and has a 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 is context aware and has a higher latency.

optional bool low_latency_journey_synthesis = 1;

Returns
Type Description
boolean

Whether the lowLatencyJourneySynthesis field is set.