public class SpeechAlternative extends Object
| Constructor and Description |
|---|
SpeechAlternative() |
| Modifier and Type | Method and Description |
|---|---|
String |
getTranscript()
Gets the transcript.
|
void |
setTranscript(String transcript)
Sets the transcript.
|
String |
toString() |
SpeechAlternative |
withTranscript(String transcript)
With transcript.
|
public String getTranscript()
public void setTranscript(String transcript)
transcript - The transcriptpublic SpeechAlternative withTranscript(String transcript)
transcript - the transcriptCopyright © 2015. All rights reserved.