public final class SpeechAdaptation extends GeneratedMessageV3 implements SpeechAdaptationOrBuilder
Speech adaptation configuration.
Protobuf type google.cloud.speech.v1p1beta1.SpeechAdaptation
Static Fields
CUSTOM_CLASSES_FIELD_NUMBER
public static final int CUSTOM_CLASSES_FIELD_NUMBER
Field Value
PHRASE_SETS_FIELD_NUMBER
public static final int PHRASE_SETS_FIELD_NUMBER
Field Value
PHRASE_SET_REFERENCES_FIELD_NUMBER
public static final int PHRASE_SET_REFERENCES_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static SpeechAdaptation getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static SpeechAdaptation.Builder newBuilder()
Returns
newBuilder(SpeechAdaptation prototype)
public static SpeechAdaptation.Builder newBuilder(SpeechAdaptation prototype)
Parameter
Returns
public static SpeechAdaptation parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static SpeechAdaptation parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static SpeechAdaptation parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SpeechAdaptation parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static SpeechAdaptation parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SpeechAdaptation parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static SpeechAdaptation parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static SpeechAdaptation parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static SpeechAdaptation parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static SpeechAdaptation parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static SpeechAdaptation parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SpeechAdaptation parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<SpeechAdaptation> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getCustomClasses(int index)
public CustomClass getCustomClasses(int index)
A collection of custom classes. To specify the classes inline, leave the
class' name
blank and fill in the rest of its fields, giving it a unique
custom_class_id
. Refer to the inline defined class in phrase hints by its
custom_class_id
.
repeated .google.cloud.speech.v1p1beta1.CustomClass custom_classes = 3;
Parameter
Returns
getCustomClassesCount()
public int getCustomClassesCount()
A collection of custom classes. To specify the classes inline, leave the
class' name
blank and fill in the rest of its fields, giving it a unique
custom_class_id
. Refer to the inline defined class in phrase hints by its
custom_class_id
.
repeated .google.cloud.speech.v1p1beta1.CustomClass custom_classes = 3;
Returns
getCustomClassesList()
public List<CustomClass> getCustomClassesList()
A collection of custom classes. To specify the classes inline, leave the
class' name
blank and fill in the rest of its fields, giving it a unique
custom_class_id
. Refer to the inline defined class in phrase hints by its
custom_class_id
.
repeated .google.cloud.speech.v1p1beta1.CustomClass custom_classes = 3;
Returns
getCustomClassesOrBuilder(int index)
public CustomClassOrBuilder getCustomClassesOrBuilder(int index)
A collection of custom classes. To specify the classes inline, leave the
class' name
blank and fill in the rest of its fields, giving it a unique
custom_class_id
. Refer to the inline defined class in phrase hints by its
custom_class_id
.
repeated .google.cloud.speech.v1p1beta1.CustomClass custom_classes = 3;
Parameter
Returns
getCustomClassesOrBuilderList()
public List<? extends CustomClassOrBuilder> getCustomClassesOrBuilderList()
A collection of custom classes. To specify the classes inline, leave the
class' name
blank and fill in the rest of its fields, giving it a unique
custom_class_id
. Refer to the inline defined class in phrase hints by its
custom_class_id
.
repeated .google.cloud.speech.v1p1beta1.CustomClass custom_classes = 3;
Returns
Type | Description |
List<? extends com.google.cloud.speech.v1p1beta1.CustomClassOrBuilder> | |
getDefaultInstanceForType()
public SpeechAdaptation getDefaultInstanceForType()
Returns
getParserForType()
public Parser<SpeechAdaptation> getParserForType()
Returns
Overrides
getPhraseSetReferences(int index)
public String getPhraseSetReferences(int index)
A collection of phrase set resource names to use.
repeated string phrase_set_references = 2 [(.google.api.resource_reference) = { ... }
Parameter
Name | Description |
index | int
The index of the element to return.
|
Returns
Type | Description |
String | The phraseSetReferences at the given index.
|
getPhraseSetReferencesBytes(int index)
public ByteString getPhraseSetReferencesBytes(int index)
A collection of phrase set resource names to use.
repeated string phrase_set_references = 2 [(.google.api.resource_reference) = { ... }
Parameter
Name | Description |
index | int
The index of the value to return.
|
Returns
Type | Description |
ByteString | The bytes of the phraseSetReferences at the given index.
|
getPhraseSetReferencesCount()
public int getPhraseSetReferencesCount()
A collection of phrase set resource names to use.
repeated string phrase_set_references = 2 [(.google.api.resource_reference) = { ... }
Returns
Type | Description |
int | The count of phraseSetReferences.
|
getPhraseSetReferencesList()
public ProtocolStringList getPhraseSetReferencesList()
A collection of phrase set resource names to use.
repeated string phrase_set_references = 2 [(.google.api.resource_reference) = { ... }
Returns
getPhraseSets(int index)
public PhraseSet getPhraseSets(int index)
A collection of phrase sets. To specify the hints inline, leave the
phrase set's name
blank and fill in the rest of its fields. Any
phrase set can use any custom class.
repeated .google.cloud.speech.v1p1beta1.PhraseSet phrase_sets = 1;
Parameter
Returns
getPhraseSetsCount()
public int getPhraseSetsCount()
A collection of phrase sets. To specify the hints inline, leave the
phrase set's name
blank and fill in the rest of its fields. Any
phrase set can use any custom class.
repeated .google.cloud.speech.v1p1beta1.PhraseSet phrase_sets = 1;
Returns
getPhraseSetsList()
public List<PhraseSet> getPhraseSetsList()
A collection of phrase sets. To specify the hints inline, leave the
phrase set's name
blank and fill in the rest of its fields. Any
phrase set can use any custom class.
repeated .google.cloud.speech.v1p1beta1.PhraseSet phrase_sets = 1;
Returns
getPhraseSetsOrBuilder(int index)
public PhraseSetOrBuilder getPhraseSetsOrBuilder(int index)
A collection of phrase sets. To specify the hints inline, leave the
phrase set's name
blank and fill in the rest of its fields. Any
phrase set can use any custom class.
repeated .google.cloud.speech.v1p1beta1.PhraseSet phrase_sets = 1;
Parameter
Returns
getPhraseSetsOrBuilderList()
public List<? extends PhraseSetOrBuilder> getPhraseSetsOrBuilderList()
A collection of phrase sets. To specify the hints inline, leave the
phrase set's name
blank and fill in the rest of its fields. Any
phrase set can use any custom class.
repeated .google.cloud.speech.v1p1beta1.PhraseSet phrase_sets = 1;
Returns
Type | Description |
List<? extends com.google.cloud.speech.v1p1beta1.PhraseSetOrBuilder> | |
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public SpeechAdaptation.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SpeechAdaptation.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public SpeechAdaptation.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions