Package com.google.cloud.speech.v1beta1
Class SpeechRecognitionResult.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<SpeechRecognitionResult.Builder>
-
- com.google.cloud.speech.v1beta1.SpeechRecognitionResult.Builder
-
- All Implemented Interfaces:
SpeechRecognitionResultOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- SpeechRecognitionResult
public static final class SpeechRecognitionResult.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<SpeechRecognitionResult.Builder> implements SpeechRecognitionResultOrBuilder
A speech recognition result corresponding to a portion of the audio.
Protobuf typegoogle.cloud.speech.v1beta1.SpeechRecognitionResult
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description SpeechRecognitionResult.BuilderaddAllAlternatives(Iterable<? extends SpeechRecognitionAlternative> values)*Output-only* May contain one or more recognition hypotheses (up to the maximum specified in `max_alternatives`).SpeechRecognitionResult.BuilderaddAlternatives(int index, SpeechRecognitionAlternative value)*Output-only* May contain one or more recognition hypotheses (up to the maximum specified in `max_alternatives`).SpeechRecognitionResult.BuilderaddAlternatives(int index, SpeechRecognitionAlternative.Builder builderForValue)*Output-only* May contain one or more recognition hypotheses (up to the maximum specified in `max_alternatives`).SpeechRecognitionResult.BuilderaddAlternatives(SpeechRecognitionAlternative value)*Output-only* May contain one or more recognition hypotheses (up to the maximum specified in `max_alternatives`).SpeechRecognitionResult.BuilderaddAlternatives(SpeechRecognitionAlternative.Builder builderForValue)*Output-only* May contain one or more recognition hypotheses (up to the maximum specified in `max_alternatives`).SpeechRecognitionAlternative.BuilderaddAlternativesBuilder()*Output-only* May contain one or more recognition hypotheses (up to the maximum specified in `max_alternatives`).SpeechRecognitionAlternative.BuilderaddAlternativesBuilder(int index)*Output-only* May contain one or more recognition hypotheses (up to the maximum specified in `max_alternatives`).SpeechRecognitionResult.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)SpeechRecognitionResultbuild()SpeechRecognitionResultbuildPartial()SpeechRecognitionResult.Builderclear()SpeechRecognitionResult.BuilderclearAlternatives()*Output-only* May contain one or more recognition hypotheses (up to the maximum specified in `max_alternatives`).SpeechRecognitionResult.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)SpeechRecognitionResult.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)SpeechRecognitionResult.Builderclone()SpeechRecognitionAlternativegetAlternatives(int index)*Output-only* May contain one or more recognition hypotheses (up to the maximum specified in `max_alternatives`).SpeechRecognitionAlternative.BuildergetAlternativesBuilder(int index)*Output-only* May contain one or more recognition hypotheses (up to the maximum specified in `max_alternatives`).List<SpeechRecognitionAlternative.Builder>getAlternativesBuilderList()*Output-only* May contain one or more recognition hypotheses (up to the maximum specified in `max_alternatives`).intgetAlternativesCount()*Output-only* May contain one or more recognition hypotheses (up to the maximum specified in `max_alternatives`).List<SpeechRecognitionAlternative>getAlternativesList()*Output-only* May contain one or more recognition hypotheses (up to the maximum specified in `max_alternatives`).SpeechRecognitionAlternativeOrBuildergetAlternativesOrBuilder(int index)*Output-only* May contain one or more recognition hypotheses (up to the maximum specified in `max_alternatives`).List<? extends SpeechRecognitionAlternativeOrBuilder>getAlternativesOrBuilderList()*Output-only* May contain one or more recognition hypotheses (up to the maximum specified in `max_alternatives`).SpeechRecognitionResultgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()SpeechRecognitionResult.BuildermergeFrom(SpeechRecognitionResult other)SpeechRecognitionResult.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)SpeechRecognitionResult.BuildermergeFrom(com.google.protobuf.Message other)SpeechRecognitionResult.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)SpeechRecognitionResult.BuilderremoveAlternatives(int index)*Output-only* May contain one or more recognition hypotheses (up to the maximum specified in `max_alternatives`).SpeechRecognitionResult.BuildersetAlternatives(int index, SpeechRecognitionAlternative value)*Output-only* May contain one or more recognition hypotheses (up to the maximum specified in `max_alternatives`).SpeechRecognitionResult.BuildersetAlternatives(int index, SpeechRecognitionAlternative.Builder builderForValue)*Output-only* May contain one or more recognition hypotheses (up to the maximum specified in `max_alternatives`).SpeechRecognitionResult.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)SpeechRecognitionResult.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)SpeechRecognitionResult.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<SpeechRecognitionResult.Builder>
-
clear
public SpeechRecognitionResult.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<SpeechRecognitionResult.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<SpeechRecognitionResult.Builder>
-
getDefaultInstanceForType
public SpeechRecognitionResult getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public SpeechRecognitionResult build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public SpeechRecognitionResult buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public SpeechRecognitionResult.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<SpeechRecognitionResult.Builder>
-
setField
public SpeechRecognitionResult.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<SpeechRecognitionResult.Builder>
-
clearField
public SpeechRecognitionResult.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<SpeechRecognitionResult.Builder>
-
clearOneof
public SpeechRecognitionResult.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<SpeechRecognitionResult.Builder>
-
setRepeatedField
public SpeechRecognitionResult.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<SpeechRecognitionResult.Builder>
-
addRepeatedField
public SpeechRecognitionResult.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<SpeechRecognitionResult.Builder>
-
mergeFrom
public SpeechRecognitionResult.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<SpeechRecognitionResult.Builder>
-
mergeFrom
public SpeechRecognitionResult.Builder mergeFrom(SpeechRecognitionResult other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<SpeechRecognitionResult.Builder>
-
mergeFrom
public SpeechRecognitionResult.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<SpeechRecognitionResult.Builder>- Throws:
IOException
-
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;- Specified by:
getAlternativesListin interfaceSpeechRecognitionResultOrBuilder
-
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;- Specified by:
getAlternativesCountin interfaceSpeechRecognitionResultOrBuilder
-
getAlternatives
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;- Specified by:
getAlternativesin interfaceSpeechRecognitionResultOrBuilder
-
setAlternatives
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
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;
-
addAlternatives
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
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
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
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;
-
addAllAlternatives
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;
-
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;
-
removeAlternatives
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;
-
getAlternativesBuilder
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;
-
getAlternativesOrBuilder
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;- Specified by:
getAlternativesOrBuilderin interfaceSpeechRecognitionResultOrBuilder
-
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;- Specified by:
getAlternativesOrBuilderListin interfaceSpeechRecognitionResultOrBuilder
-
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
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;
-
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;
-
setUnknownFields
public final SpeechRecognitionResult.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<SpeechRecognitionResult.Builder>
-
mergeUnknownFields
public final SpeechRecognitionResult.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<SpeechRecognitionResult.Builder>
-
-