Class PhraseSet.Phrase (4.0.0)

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

Static Fields

BOOST_FIELD_NUMBER

public static final int BOOST_FIELD_NUMBER
Field Value
TypeDescription
int

VALUE_FIELD_NUMBER

public static final int VALUE_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static PhraseSet.Phrase getDefaultInstance()
Returns
TypeDescription
PhraseSet.Phrase

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static PhraseSet.Phrase.Builder newBuilder()
Returns
TypeDescription
PhraseSet.Phrase.Builder

newBuilder(PhraseSet.Phrase prototype)

public static PhraseSet.Phrase.Builder newBuilder(PhraseSet.Phrase prototype)
Parameter
NameDescription
prototypePhraseSet.Phrase
Returns
TypeDescription
PhraseSet.Phrase.Builder

parseDelimitedFrom(InputStream input)

public static PhraseSet.Phrase parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
PhraseSet.Phrase
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static PhraseSet.Phrase parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
PhraseSet.Phrase
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static PhraseSet.Phrase parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
PhraseSet.Phrase
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static PhraseSet.Phrase parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
PhraseSet.Phrase
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static PhraseSet.Phrase parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
PhraseSet.Phrase
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static PhraseSet.Phrase parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
PhraseSet.Phrase
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static PhraseSet.Phrase parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
PhraseSet.Phrase
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static PhraseSet.Phrase parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
PhraseSet.Phrase
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static PhraseSet.Phrase parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
PhraseSet.Phrase
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static PhraseSet.Phrase parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
PhraseSet.Phrase
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static PhraseSet.Phrase parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
PhraseSet.Phrase
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static PhraseSet.Phrase parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
PhraseSet.Phrase
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<PhraseSet.Phrase> parser()
Returns
TypeDescription
Parser<Phrase>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

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;

Returns
TypeDescription
float

The boost.

getDefaultInstanceForType()

public PhraseSet.Phrase getDefaultInstanceForType()
Returns
TypeDescription
PhraseSet.Phrase

getParserForType()

public Parser<PhraseSet.Phrase> getParserForType()
Returns
TypeDescription
Parser<Phrase>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

getValue()

public String getValue()

The phrase itself.

string value = 1;

Returns
TypeDescription
String

The value.

getValueBytes()

public ByteString getValueBytes()

The phrase itself.

string value = 1;

Returns
TypeDescription
ByteString

The bytes for value.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public PhraseSet.Phrase.Builder newBuilderForType()
Returns
TypeDescription
PhraseSet.Phrase.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected PhraseSet.Phrase.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
PhraseSet.Phrase.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public PhraseSet.Phrase.Builder toBuilder()
Returns
TypeDescription
PhraseSet.Phrase.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException