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 finalValue)
Sets the final value.
|
equals, hashCode, toStringpublic List<SpeechAlternative> getAlternatives()
public boolean isFinal()
public void setAlternatives(List<SpeechAlternative> alternatives)
alternatives - The alternativespublic void setFinal(boolean finalValue)
finalValue - The finalCopyright © 2015–2016. All rights reserved.