public static final class SpeechRecognitionResult.Builder extends GeneratedMessageV3.Builder<SpeechRecognitionResult.Builder> implements SpeechRecognitionResultOrBuilder
A speech recognition result corresponding to a portion of the audio.
Protobuf type google.cloud.speech.v1beta1.SpeechRecognitionResult
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllAlternatives(Iterable<? extends SpeechRecognitionAlternative> values)
public SpeechRecognitionResult.Builder addAllAlternatives(Iterable<? extends SpeechRecognitionAlternative> values)
Output-only May contain one or more recognition hypotheses (up to the
maximum specified in max_alternatives
).
repeated .google.cloud.speech.v1beta1.SpeechRecognitionAlternative alternatives = 1;
Parameter |
---|
Name | Description |
values | Iterable<? extends com.google.cloud.speech.v1beta1.SpeechRecognitionAlternative>
|
addAlternatives(SpeechRecognitionAlternative value)
public SpeechRecognitionResult.Builder addAlternatives(SpeechRecognitionAlternative value)
Output-only May contain one or more recognition hypotheses (up to the
maximum specified in max_alternatives
).
repeated .google.cloud.speech.v1beta1.SpeechRecognitionAlternative alternatives = 1;
addAlternatives(SpeechRecognitionAlternative.Builder builderForValue)
public SpeechRecognitionResult.Builder addAlternatives(SpeechRecognitionAlternative.Builder builderForValue)
Output-only May contain one or more recognition hypotheses (up to the
maximum specified in max_alternatives
).
repeated .google.cloud.speech.v1beta1.SpeechRecognitionAlternative alternatives = 1;
addAlternatives(int index, SpeechRecognitionAlternative value)
public SpeechRecognitionResult.Builder addAlternatives(int index, SpeechRecognitionAlternative value)
Output-only May contain one or more recognition hypotheses (up to the
maximum specified in max_alternatives
).
repeated .google.cloud.speech.v1beta1.SpeechRecognitionAlternative alternatives = 1;
addAlternatives(int index, SpeechRecognitionAlternative.Builder builderForValue)
public SpeechRecognitionResult.Builder addAlternatives(int index, SpeechRecognitionAlternative.Builder builderForValue)
Output-only May contain one or more recognition hypotheses (up to the
maximum specified in max_alternatives
).
repeated .google.cloud.speech.v1beta1.SpeechRecognitionAlternative alternatives = 1;
addAlternativesBuilder()
public SpeechRecognitionAlternative.Builder addAlternativesBuilder()
Output-only May contain one or more recognition hypotheses (up to the
maximum specified in max_alternatives
).
repeated .google.cloud.speech.v1beta1.SpeechRecognitionAlternative alternatives = 1;
addAlternativesBuilder(int index)
public SpeechRecognitionAlternative.Builder addAlternativesBuilder(int index)
Output-only May contain one or more recognition hypotheses (up to the
maximum specified in max_alternatives
).
repeated .google.cloud.speech.v1beta1.SpeechRecognitionAlternative alternatives = 1;
Parameter |
---|
Name | Description |
index | int
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public SpeechRecognitionResult.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public SpeechRecognitionResult build()
buildPartial()
public SpeechRecognitionResult buildPartial()
clear()
public SpeechRecognitionResult.Builder clear()
Overrides
clearAlternatives()
public SpeechRecognitionResult.Builder clearAlternatives()
Output-only May contain one or more recognition hypotheses (up to the
maximum specified in max_alternatives
).
repeated .google.cloud.speech.v1beta1.SpeechRecognitionAlternative alternatives = 1;
clearField(Descriptors.FieldDescriptor field)
public SpeechRecognitionResult.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public SpeechRecognitionResult.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public SpeechRecognitionResult.Builder clone()
Overrides
getAlternatives(int index)
public SpeechRecognitionAlternative getAlternatives(int index)
Output-only May contain one or more recognition hypotheses (up to the
maximum specified in max_alternatives
).
repeated .google.cloud.speech.v1beta1.SpeechRecognitionAlternative alternatives = 1;
Parameter |
---|
Name | Description |
index | int
|
getAlternativesBuilder(int index)
public SpeechRecognitionAlternative.Builder getAlternativesBuilder(int index)
Output-only May contain one or more recognition hypotheses (up to the
maximum specified in max_alternatives
).
repeated .google.cloud.speech.v1beta1.SpeechRecognitionAlternative alternatives = 1;
Parameter |
---|
Name | Description |
index | int
|
getAlternativesBuilderList()
public List<SpeechRecognitionAlternative.Builder> getAlternativesBuilderList()
Output-only May contain one or more recognition hypotheses (up to the
maximum specified in max_alternatives
).
repeated .google.cloud.speech.v1beta1.SpeechRecognitionAlternative alternatives = 1;
getAlternativesCount()
public int getAlternativesCount()
Output-only May contain one or more recognition hypotheses (up to the
maximum specified in max_alternatives
).
repeated .google.cloud.speech.v1beta1.SpeechRecognitionAlternative alternatives = 1;
Returns |
---|
Type | Description |
int | |
getAlternativesList()
public List<SpeechRecognitionAlternative> getAlternativesList()
Output-only May contain one or more recognition hypotheses (up to the
maximum specified in max_alternatives
).
repeated .google.cloud.speech.v1beta1.SpeechRecognitionAlternative alternatives = 1;
getAlternativesOrBuilder(int index)
public SpeechRecognitionAlternativeOrBuilder getAlternativesOrBuilder(int index)
Output-only May contain one or more recognition hypotheses (up to the
maximum specified in max_alternatives
).
repeated .google.cloud.speech.v1beta1.SpeechRecognitionAlternative alternatives = 1;
Parameter |
---|
Name | Description |
index | int
|
getAlternativesOrBuilderList()
public List<? extends SpeechRecognitionAlternativeOrBuilder> getAlternativesOrBuilderList()
Output-only May contain one or more recognition hypotheses (up to the
maximum specified in max_alternatives
).
repeated .google.cloud.speech.v1beta1.SpeechRecognitionAlternative alternatives = 1;
Returns |
---|
Type | Description |
List<? extends com.google.cloud.speech.v1beta1.SpeechRecognitionAlternativeOrBuilder> | |
getDefaultInstanceForType()
public SpeechRecognitionResult getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(SpeechRecognitionResult other)
public SpeechRecognitionResult.Builder mergeFrom(SpeechRecognitionResult other)
public SpeechRecognitionResult.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public SpeechRecognitionResult.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final SpeechRecognitionResult.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeAlternatives(int index)
public SpeechRecognitionResult.Builder removeAlternatives(int index)
Output-only May contain one or more recognition hypotheses (up to the
maximum specified in max_alternatives
).
repeated .google.cloud.speech.v1beta1.SpeechRecognitionAlternative alternatives = 1;
Parameter |
---|
Name | Description |
index | int
|
setAlternatives(int index, SpeechRecognitionAlternative value)
public SpeechRecognitionResult.Builder setAlternatives(int index, SpeechRecognitionAlternative value)
Output-only May contain one or more recognition hypotheses (up to the
maximum specified in max_alternatives
).
repeated .google.cloud.speech.v1beta1.SpeechRecognitionAlternative alternatives = 1;
setAlternatives(int index, SpeechRecognitionAlternative.Builder builderForValue)
public SpeechRecognitionResult.Builder setAlternatives(int index, SpeechRecognitionAlternative.Builder builderForValue)
Output-only May contain one or more recognition hypotheses (up to the
maximum specified in max_alternatives
).
repeated .google.cloud.speech.v1beta1.SpeechRecognitionAlternative alternatives = 1;
setField(Descriptors.FieldDescriptor field, Object value)
public SpeechRecognitionResult.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public SpeechRecognitionResult.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final SpeechRecognitionResult.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides