Interface ModelFeatureOrBuilder (4.42.0)

public interface ModelFeatureOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFeature()

public abstract String getFeature()

The name of the feature (Note: the feature can be recognizer)

string feature = 1;

Returns
Type Description
String

The feature.

getFeatureBytes()

public abstract ByteString getFeatureBytes()

The name of the feature (Note: the feature can be recognizer)

string feature = 1;

Returns
Type Description
ByteString

The bytes for feature.

getReleaseState()

public abstract String getReleaseState()

The release state of the feature

string release_state = 2;

Returns
Type Description
String

The releaseState.

getReleaseStateBytes()

public abstract ByteString getReleaseStateBytes()

The release state of the feature

string release_state = 2;

Returns
Type Description
ByteString

The bytes for releaseState.