| Modifier and Type | Method and Description |
|---|---|
WordInfo.Builder |
WordInfo.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
WordInfo.Builder |
SpeechRecognitionAlternative.Builder.addWordsBuilder()
A list of word-specific information for each recognized word.
|
WordInfo.Builder |
SpeechRecognitionAlternative.Builder.addWordsBuilder(int index)
A list of word-specific information for each recognized word.
|
WordInfo.Builder |
WordInfo.Builder.clear() |
WordInfo.Builder |
WordInfo.Builder.clearConfidence()
The confidence estimate between 0.0 and 1.0.
|
WordInfo.Builder |
WordInfo.Builder.clearEndOffset()
Time offset relative to the beginning of the audio,
and corresponding to the end of the spoken word.
|
WordInfo.Builder |
WordInfo.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
WordInfo.Builder |
WordInfo.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
WordInfo.Builder |
WordInfo.Builder.clearSpeakerLabel()
A distinct label is assigned for every speaker within the audio.
|
WordInfo.Builder |
WordInfo.Builder.clearStartOffset()
Time offset relative to the beginning of the audio,
and corresponding to the start of the spoken word.
|
WordInfo.Builder |
WordInfo.Builder.clearWord()
The word corresponding to this set of information.
|
WordInfo.Builder |
WordInfo.Builder.clone() |
WordInfo.Builder |
SpeechRecognitionAlternative.Builder.getWordsBuilder(int index)
A list of word-specific information for each recognized word.
|
WordInfo.Builder |
WordInfo.Builder.mergeEndOffset(com.google.protobuf.Duration value)
Time offset relative to the beginning of the audio,
and corresponding to the end of the spoken word.
|
WordInfo.Builder |
WordInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
WordInfo.Builder |
WordInfo.Builder.mergeFrom(com.google.protobuf.Message other) |
WordInfo.Builder |
WordInfo.Builder.mergeFrom(WordInfo other) |
WordInfo.Builder |
WordInfo.Builder.mergeStartOffset(com.google.protobuf.Duration value)
Time offset relative to the beginning of the audio,
and corresponding to the start of the spoken word.
|
WordInfo.Builder |
WordInfo.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static WordInfo.Builder |
WordInfo.newBuilder() |
static WordInfo.Builder |
WordInfo.newBuilder(WordInfo prototype) |
WordInfo.Builder |
WordInfo.newBuilderForType() |
protected WordInfo.Builder |
WordInfo.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
WordInfo.Builder |
WordInfo.Builder.setConfidence(float value)
The confidence estimate between 0.0 and 1.0.
|
WordInfo.Builder |
WordInfo.Builder.setEndOffset(com.google.protobuf.Duration.Builder builderForValue)
Time offset relative to the beginning of the audio,
and corresponding to the end of the spoken word.
|
WordInfo.Builder |
WordInfo.Builder.setEndOffset(com.google.protobuf.Duration value)
Time offset relative to the beginning of the audio,
and corresponding to the end of the spoken word.
|
WordInfo.Builder |
WordInfo.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
WordInfo.Builder |
WordInfo.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
WordInfo.Builder |
WordInfo.Builder.setSpeakerLabel(String value)
A distinct label is assigned for every speaker within the audio.
|
WordInfo.Builder |
WordInfo.Builder.setSpeakerLabelBytes(com.google.protobuf.ByteString value)
A distinct label is assigned for every speaker within the audio.
|
WordInfo.Builder |
WordInfo.Builder.setStartOffset(com.google.protobuf.Duration.Builder builderForValue)
Time offset relative to the beginning of the audio,
and corresponding to the start of the spoken word.
|
WordInfo.Builder |
WordInfo.Builder.setStartOffset(com.google.protobuf.Duration value)
Time offset relative to the beginning of the audio,
and corresponding to the start of the spoken word.
|
WordInfo.Builder |
WordInfo.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
WordInfo.Builder |
WordInfo.Builder.setWord(String value)
The word corresponding to this set of information.
|
WordInfo.Builder |
WordInfo.Builder.setWordBytes(com.google.protobuf.ByteString value)
The word corresponding to this set of information.
|
WordInfo.Builder |
WordInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<WordInfo.Builder> |
SpeechRecognitionAlternative.Builder.getWordsBuilderList()
A list of word-specific information for each recognized word.
|
| Modifier and Type | Method and Description |
|---|---|
SpeechRecognitionAlternative.Builder |
SpeechRecognitionAlternative.Builder.addWords(int index,
WordInfo.Builder builderForValue)
A list of word-specific information for each recognized word.
|
SpeechRecognitionAlternative.Builder |
SpeechRecognitionAlternative.Builder.addWords(WordInfo.Builder builderForValue)
A list of word-specific information for each recognized word.
|
SpeechRecognitionAlternative.Builder |
SpeechRecognitionAlternative.Builder.setWords(int index,
WordInfo.Builder builderForValue)
A list of word-specific information for each recognized word.
|
Copyright © 2024 Google LLC. All rights reserved.