Interface ProductRecognizerConfigOrBuilder (0.2.0)

public interface ProductRecognizerConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRecognitionConfidenceThreshold()

public abstract float getRecognitionConfidenceThreshold()

Confidence threshold to filter detection results. If not set, a system default value will be used.

float recognition_confidence_threshold = 2;

Returns
Type Description
float

The recognitionConfidenceThreshold.

getRetailEndpoint()

public abstract String getRetailEndpoint()

The resource name of retail endpoint to use.

string retail_endpoint = 1;

Returns
Type Description
String

The retailEndpoint.

getRetailEndpointBytes()

public abstract ByteString getRetailEndpointBytes()

The resource name of retail endpoint to use.

string retail_endpoint = 1;

Returns
Type Description
ByteString

The bytes for retailEndpoint.