Send feedback
Class SpeechAdaptation.AdaptationPhraseSet (4.14.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 4.14.0 keyboard_arrow_down
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)
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 )
Overrides
toBuilder()
public SpeechAdaptation . AdaptationPhraseSet . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]