public final class ModelFeatures extends GeneratedMessageV3 implements ModelFeaturesOrBuilder
Represents the collection of features belonging to a model
Protobuf type google.cloud.speech.v2.ModelFeatures
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
MODEL_FEATURE_FIELD_NUMBER
public static final int MODEL_FEATURE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static ModelFeatures getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ModelFeatures.Builder newBuilder()
newBuilder(ModelFeatures prototype)
public static ModelFeatures.Builder newBuilder(ModelFeatures prototype)
public static ModelFeatures parseDelimitedFrom(InputStream input)
public static ModelFeatures parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ModelFeatures parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ModelFeatures parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ModelFeatures parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ModelFeatures parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ModelFeatures parseFrom(CodedInputStream input)
public static ModelFeatures parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ModelFeatures parseFrom(InputStream input)
public static ModelFeatures parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ModelFeatures parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ModelFeatures parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ModelFeatures> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public ModelFeatures getDefaultInstanceForType()
getModelFeature(int index)
public ModelFeature getModelFeature(int index)
Repeated field that contains all features of the model
repeated .google.cloud.speech.v2.ModelFeature model_feature = 1;
Parameter |
Name |
Description |
index |
int
|
getModelFeatureCount()
public int getModelFeatureCount()
Repeated field that contains all features of the model
repeated .google.cloud.speech.v2.ModelFeature model_feature = 1;
Returns |
Type |
Description |
int |
|
getModelFeatureList()
public List<ModelFeature> getModelFeatureList()
Repeated field that contains all features of the model
repeated .google.cloud.speech.v2.ModelFeature model_feature = 1;
getModelFeatureOrBuilder(int index)
public ModelFeatureOrBuilder getModelFeatureOrBuilder(int index)
Repeated field that contains all features of the model
repeated .google.cloud.speech.v2.ModelFeature model_feature = 1;
Parameter |
Name |
Description |
index |
int
|
getModelFeatureOrBuilderList()
public List<? extends ModelFeatureOrBuilder> getModelFeatureOrBuilderList()
Repeated field that contains all features of the model
repeated .google.cloud.speech.v2.ModelFeature model_feature = 1;
Returns |
Type |
Description |
List<? extends com.google.cloud.speech.v2.ModelFeatureOrBuilder> |
|
getParserForType()
public Parser<ModelFeatures> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ModelFeatures.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ModelFeatures.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public ModelFeatures.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides