Interface ModelFeaturesOrBuilder (4.42.0)

public interface ModelFeaturesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getModelFeature(int index)

public abstract 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
Returns
Type Description
ModelFeature

getModelFeatureCount()

public abstract 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 abstract List<ModelFeature> getModelFeatureList()

Repeated field that contains all features of the model

repeated .google.cloud.speech.v2.ModelFeature model_feature = 1;

Returns
Type Description
List<ModelFeature>

getModelFeatureOrBuilder(int index)

public abstract 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
Returns
Type Description
ModelFeatureOrBuilder

getModelFeatureOrBuilderList()

public abstract 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>