public final class SpokenText extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SpokenText.Builder |
Modifier and Type | Method and Description |
---|---|
static SpokenText.Builder |
builder() |
boolean |
equals(Object o) |
String |
getLocale()
The locale in which the spoken text is rendered.
|
String |
getSsml()
Spoken text in SSML format.
|
String |
getText()
Spoken text in plain text format.
|
int |
hashCode() |
String |
toString() |
public static SpokenText.Builder builder()
public String getLocale()
public String getSsml()
public String getText()
Copyright © 2023. All rights reserved.