public static final class PhraseSet.Phrase extends GeneratedMessageV3 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.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
BOOST_FIELD_NUMBER
public static final int BOOST_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
VALUE_FIELD_NUMBER
public static final int VALUE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static PhraseSet.Phrase getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static PhraseSet.Phrase.Builder newBuilder()
newBuilder(PhraseSet.Phrase prototype)
public static PhraseSet.Phrase.Builder newBuilder(PhraseSet.Phrase prototype)
public static PhraseSet.Phrase parseDelimitedFrom(InputStream input)
public static PhraseSet.Phrase parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static PhraseSet.Phrase parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static PhraseSet.Phrase parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static PhraseSet.Phrase parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static PhraseSet.Phrase parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static PhraseSet.Phrase parseFrom(CodedInputStream input)
public static PhraseSet.Phrase parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static PhraseSet.Phrase parseFrom(InputStream input)
public static PhraseSet.Phrase parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static PhraseSet.Phrase parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static PhraseSet.Phrase parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<PhraseSet.Phrase> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
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 values will return an error. Boost values must
be between 0 and 20. Any values outside that range will return an error.
We recommend using a binary search approach to finding the optimal value
for your use case as well as adding phrases both with and without boost
to your requests.
float boost = 2;
Returns |
Type |
Description |
float |
The boost.
|
getDefaultInstanceForType()
public PhraseSet.Phrase getDefaultInstanceForType()
getParserForType()
public Parser<PhraseSet.Phrase> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
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 |
Type |
Description |
ByteString |
The bytes for value.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public PhraseSet.Phrase.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected PhraseSet.Phrase.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public PhraseSet.Phrase.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides