Interface SearchCapabilityOrBuilder (0.2.0)

public interface SearchCapabilityOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getType()

public abstract SearchCapability.Type getType()

The search capability to enable.

.google.cloud.visionai.v1.SearchCapability.Type type = 1;

Returns
Type Description
SearchCapability.Type

The type.

getTypeValue()

public abstract int getTypeValue()

The search capability to enable.

.google.cloud.visionai.v1.SearchCapability.Type type = 1;

Returns
Type Description
int

The enum numeric value on the wire for type.