public class Transcript extends GenericModel
| Constructor and Description |
|---|
Transcript() |
| Modifier and Type | Method and Description |
|---|---|
List<SpeechAlternative> |
getAlternatives()
Gets the alternatives.
|
boolean |
isFinal()
Checks if is final.
|
void |
setAlternatives(List<SpeechAlternative> alternatives)
Sets the alternatives.
|
void |
setFinal(boolean _final)
Sets the final.
|
Transcript |
withAlternatives(List<SpeechAlternative> alternatives)
With alternatives.
|
equals, hashCode, toStringpublic List<SpeechAlternative> getAlternatives()
public boolean isFinal()
public void setAlternatives(List<SpeechAlternative> alternatives)
alternatives - The alternativespublic void setFinal(boolean _final)
_final - The finalpublic Transcript withAlternatives(List<SpeechAlternative> alternatives)
alternatives - the alternativesCopyright © 2015–2016. All rights reserved.