Interface PhoneCallSpeech
-
public interface PhoneCallSpeechText-To-Speech engine settings
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfacePhoneCallSpeech.BuilderDedicated Builder
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static PhoneCallSpeech.Builderbuilder()Getting builderStringgetLocale()Alanguage-regionidentifier according to IANA.
-
-
-
Method Detail
-
getLocale
String getLocale()
Alanguage-regionidentifier according to IANA. Only a subset of those identifiers is accepted.- Returns:
- locale
-
builder
static PhoneCallSpeech.Builder builder()
Getting builder- Returns:
- New Builder instance
-
-