- 4.48.0 (latest)
- 4.47.0
- 4.46.0
- 4.44.0
- 4.43.0
- 4.42.0
- 4.41.0
- 4.40.0
- 4.39.0
- 4.38.0
- 4.37.0
- 4.36.0
- 4.35.0
- 4.34.0
- 4.32.0
- 4.31.0
- 4.30.0
- 4.29.0
- 4.28.0
- 4.27.0
- 4.26.0
- 4.25.0
- 4.24.0
- 4.23.0
- 4.22.0
- 4.19.0
- 4.18.0
- 4.17.0
- 4.16.0
- 4.15.0
- 4.14.0
- 4.13.0
- 4.12.0
- 4.11.0
- 4.10.0
- 4.9.0
- 4.8.0
- 4.7.0
- 4.6.0
- 4.4.0
- 4.3.0
- 4.2.0
- 4.1.0
- 4.0.0
- 3.0.0
- 2.6.1
- 2.5.9
- 2.4.0
- 2.3.0
- 2.2.15
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
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > PhraseSet.Phrase.BuilderImplements
PhraseSet.PhraseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public PhraseSet.Phrase.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
PhraseSet.Phrase.Builder |
build()
public PhraseSet.Phrase build()
Type | Description |
PhraseSet.Phrase |
buildPartial()
public PhraseSet.Phrase buildPartial()
Type | Description |
PhraseSet.Phrase |
clear()
public PhraseSet.Phrase.Builder clear()
Type | Description |
PhraseSet.Phrase.Builder |
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;
Type | Description |
PhraseSet.Phrase.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public PhraseSet.Phrase.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
PhraseSet.Phrase.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public PhraseSet.Phrase.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
PhraseSet.Phrase.Builder |
clearValue()
public PhraseSet.Phrase.Builder clearValue()
The phrase itself.
string value = 1;
Type | Description |
PhraseSet.Phrase.Builder | This builder for chaining. |
clone()
public PhraseSet.Phrase.Builder clone()
Type | Description |
PhraseSet.Phrase.Builder |
getBoost()
public float 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;
Type | Description |
float | The boost. |
getDefaultInstanceForType()
public PhraseSet.Phrase getDefaultInstanceForType()
Type | Description |
PhraseSet.Phrase |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getValue()
public String getValue()
The phrase itself.
string value = 1;
Type | Description |
String | The value. |
getValueBytes()
public ByteString getValueBytes()
The phrase itself.
string value = 1;
Type | Description |
ByteString | The bytes for value. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(PhraseSet.Phrase other)
public PhraseSet.Phrase.Builder mergeFrom(PhraseSet.Phrase other)
Name | Description |
other | PhraseSet.Phrase |
Type | Description |
PhraseSet.Phrase.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public PhraseSet.Phrase.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
PhraseSet.Phrase.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public PhraseSet.Phrase.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
PhraseSet.Phrase.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final PhraseSet.Phrase.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
PhraseSet.Phrase.Builder |
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;
Name | Description |
value | float The boost to set. |
Type | Description |
PhraseSet.Phrase.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public PhraseSet.Phrase.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
PhraseSet.Phrase.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public PhraseSet.Phrase.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
PhraseSet.Phrase.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final PhraseSet.Phrase.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
PhraseSet.Phrase.Builder |
setValue(String value)
public PhraseSet.Phrase.Builder setValue(String value)
The phrase itself.
string value = 1;
Name | Description |
value | String The value to set. |
Type | Description |
PhraseSet.Phrase.Builder | This builder for chaining. |
setValueBytes(ByteString value)
public PhraseSet.Phrase.Builder setValueBytes(ByteString value)
The phrase itself.
string value = 1;
Name | Description |
value | ByteString The bytes for value to set. |
Type | Description |
PhraseSet.Phrase.Builder | This builder for chaining. |