Package | Description |
---|---|
com.google.api.services.speech.v1p1beta1.model |
Modifier and Type | Method and Description |
---|---|
WordInfo |
WordInfo.clone() |
WordInfo |
WordInfo.set(java.lang.String fieldName,
java.lang.Object value) |
WordInfo |
WordInfo.setConfidence(java.lang.Float confidence)
The confidence estimate between 0.0 and 1.0.
|
WordInfo |
WordInfo.setEndTime(java.lang.String endTime)
Time offset relative to the beginning of the audio, and corresponding to the end of the spoken
word.
|
WordInfo |
WordInfo.setSpeakerTag(java.lang.Integer speakerTag)
Output only.
|
WordInfo |
WordInfo.setStartTime(java.lang.String startTime)
Time offset relative to the beginning of the audio, and corresponding to the start of the
spoken word.
|
WordInfo |
WordInfo.setWord(java.lang.String word)
The word corresponding to this set of information.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<WordInfo> |
SpeechRecognitionAlternative.getWords()
A list of word-specific information for each recognized word.
|
Modifier and Type | Method and Description |
---|---|
SpeechRecognitionAlternative |
SpeechRecognitionAlternative.setWords(java.util.List<WordInfo> words)
A list of word-specific information for each recognized word.
|