public static final class PhraseSet.Phrase.Builder extends GeneratedMessageV3.Builder<PhraseSet.Phrase.Builder> implements PhraseSet.PhraseOrBuilder
A Phrase contains words and phrase "hints" so that the speech recognition
is more likely to recognize them. This can be used to improve the accuracy
for specific words and phrases, for example, if specific commands are
typically spoken by the user. This can also be used to add additional words
to the vocabulary of the recognizer.
List items can also include CustomClass references containing groups of
words that represent common concepts that occur in natural language.
Protobuf type google.cloud.speech.v2.PhraseSet.Phrase
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()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public PhraseSet.Phrase.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public PhraseSet.Phrase build()
Returns
buildPartial()
public PhraseSet.Phrase buildPartial()
Returns
clear()
public PhraseSet.Phrase.Builder clear()
Returns
Overrides
clearBoost()
public PhraseSet.Phrase.Builder clearBoost()
Hint Boost. Overrides the boost set at the phrase set level.
Positive value will increase the probability that a specific phrase will
be recognized over other similar sounding phrases. The higher the boost,
the higher the chance of false positive recognition as well. Negative
boost values would correspond to anti-biasing. Anti-biasing is not
enabled, so negative boost will simply be ignored. Though boost
can
accept a wide range of positive values, most use cases are best served
with values between 0 and 20. We recommend using a binary search approach
to finding the optimal value for your use case. Speech recognition
will skip PhraseSets with a boost value of 0.
float boost = 2;
Returns
clearField(Descriptors.FieldDescriptor field)
public PhraseSet.Phrase.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public PhraseSet.Phrase.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clearValue()
public PhraseSet.Phrase.Builder clearValue()
The phrase itself.
string value = 1;
Returns
clone()
public PhraseSet.Phrase.Builder clone()
Returns
Overrides
getBoost()
Hint Boost. Overrides the boost set at the phrase set level.
Positive value will increase the probability that a specific phrase will
be recognized over other similar sounding phrases. The higher the boost,
the higher the chance of false positive recognition as well. Negative
boost values would correspond to anti-biasing. Anti-biasing is not
enabled, so negative boost will simply be ignored. Though boost
can
accept a wide range of positive values, most use cases are best served
with values between 0 and 20. We recommend using a binary search approach
to finding the optimal value for your use case. Speech recognition
will skip PhraseSets with a boost value of 0.
float boost = 2;
Returns
Type | Description |
float | The boost.
|
getDefaultInstanceForType()
public PhraseSet.Phrase getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
getValue()
The phrase itself.
string value = 1;
Returns
Type | Description |
String | The value.
|
getValueBytes()
public ByteString getValueBytes()
The phrase itself.
string value = 1;
Returns
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(PhraseSet.Phrase other)
public PhraseSet.Phrase.Builder mergeFrom(PhraseSet.Phrase other)
Parameter
Returns
public PhraseSet.Phrase.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public PhraseSet.Phrase.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final PhraseSet.Phrase.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setBoost(float value)
public PhraseSet.Phrase.Builder setBoost(float value)
Hint Boost. Overrides the boost set at the phrase set level.
Positive value will increase the probability that a specific phrase will
be recognized over other similar sounding phrases. The higher the boost,
the higher the chance of false positive recognition as well. Negative
boost values would correspond to anti-biasing. Anti-biasing is not
enabled, so negative boost will simply be ignored. Though boost
can
accept a wide range of positive values, most use cases are best served
with values between 0 and 20. We recommend using a binary search approach
to finding the optimal value for your use case. Speech recognition
will skip PhraseSets with a boost value of 0.
float boost = 2;
Parameter
Name | Description |
value | float
The boost to set.
|
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public PhraseSet.Phrase.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public PhraseSet.Phrase.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final PhraseSet.Phrase.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setValue(String value)
public PhraseSet.Phrase.Builder setValue(String value)
The phrase itself.
string value = 1;
Parameter
Name | Description |
value | String
The value to set.
|
Returns
setValueBytes(ByteString value)
public PhraseSet.Phrase.Builder setValueBytes(ByteString value)
The phrase itself.
string value = 1;
Parameter
Name | Description |
value | ByteString
The bytes for value to set.
|
Returns