public static final class SpeechAdaptation.AdaptationPhraseSet extends GeneratedMessageV3 implements SpeechAdaptation.AdaptationPhraseSetOrBuilder
A biasing PhraseSet, which can be either a string referencing the name of
an existing PhraseSets resource, or an inline definition of a PhraseSet.
Protobuf type google.cloud.speech.v2.SpeechAdaptation.AdaptationPhraseSet
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
INLINE_PHRASE_SET_FIELD_NUMBER
public static final int INLINE_PHRASE_SET_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
PHRASE_SET_FIELD_NUMBER
public static final int PHRASE_SET_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static SpeechAdaptation.AdaptationPhraseSet getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static SpeechAdaptation.AdaptationPhraseSet.Builder newBuilder()
newBuilder(SpeechAdaptation.AdaptationPhraseSet prototype)
public static SpeechAdaptation.AdaptationPhraseSet.Builder newBuilder(SpeechAdaptation.AdaptationPhraseSet prototype)
public static SpeechAdaptation.AdaptationPhraseSet parseDelimitedFrom(InputStream input)
public static SpeechAdaptation.AdaptationPhraseSet parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static SpeechAdaptation.AdaptationPhraseSet parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SpeechAdaptation.AdaptationPhraseSet parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static SpeechAdaptation.AdaptationPhraseSet parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SpeechAdaptation.AdaptationPhraseSet parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SpeechAdaptation.AdaptationPhraseSet parseFrom(CodedInputStream input)
public static SpeechAdaptation.AdaptationPhraseSet parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static SpeechAdaptation.AdaptationPhraseSet parseFrom(InputStream input)
public static SpeechAdaptation.AdaptationPhraseSet parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static SpeechAdaptation.AdaptationPhraseSet parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SpeechAdaptation.AdaptationPhraseSet parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<SpeechAdaptation.AdaptationPhraseSet> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public SpeechAdaptation.AdaptationPhraseSet getDefaultInstanceForType()
getInlinePhraseSet()
public PhraseSet getInlinePhraseSet()
An inline defined PhraseSet.
.google.cloud.speech.v2.PhraseSet inline_phrase_set = 2;
Returns |
Type |
Description |
PhraseSet |
The inlinePhraseSet.
|
getInlinePhraseSetOrBuilder()
public PhraseSetOrBuilder getInlinePhraseSetOrBuilder()
An inline defined PhraseSet.
.google.cloud.speech.v2.PhraseSet inline_phrase_set = 2;
getParserForType()
public Parser<SpeechAdaptation.AdaptationPhraseSet> getParserForType()
Overrides
getPhraseSet()
public String getPhraseSet()
The name of an existing PhraseSet resource. The user must have read
access to the resource and it must not be deleted.
string phrase_set = 1 [(.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
String |
The phraseSet.
|
getPhraseSetBytes()
public ByteString getPhraseSetBytes()
The name of an existing PhraseSet resource. The user must have read
access to the resource and it must not be deleted.
string phrase_set = 1 [(.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
ByteString |
The bytes for phraseSet.
|
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getValueCase()
public SpeechAdaptation.AdaptationPhraseSet.ValueCase getValueCase()
hasInlinePhraseSet()
public boolean hasInlinePhraseSet()
An inline defined PhraseSet.
.google.cloud.speech.v2.PhraseSet inline_phrase_set = 2;
Returns |
Type |
Description |
boolean |
Whether the inlinePhraseSet field is set.
|
hasPhraseSet()
public boolean hasPhraseSet()
The name of an existing PhraseSet resource. The user must have read
access to the resource and it must not be deleted.
string phrase_set = 1 [(.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
boolean |
Whether the phraseSet field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public SpeechAdaptation.AdaptationPhraseSet.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SpeechAdaptation.AdaptationPhraseSet.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public SpeechAdaptation.AdaptationPhraseSet.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides