Interface TagRecognizerConfigOrBuilder (0.2.0)

public interface TagRecognizerConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEntityDetectionConfidenceThreshold()

public abstract float getEntityDetectionConfidenceThreshold()

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

float entity_detection_confidence_threshold = 1;

Returns
Type Description
float

The entityDetectionConfidenceThreshold.

getTagParsingConfig()

public abstract TagParsingConfig getTagParsingConfig()

Configuration to customize how tags are parsed.

.google.cloud.visionai.v1.TagParsingConfig tag_parsing_config = 2;

Returns
Type Description
TagParsingConfig

The tagParsingConfig.

getTagParsingConfigOrBuilder()

public abstract TagParsingConfigOrBuilder getTagParsingConfigOrBuilder()

Configuration to customize how tags are parsed.

.google.cloud.visionai.v1.TagParsingConfig tag_parsing_config = 2;

Returns
Type Description
TagParsingConfigOrBuilder

hasTagParsingConfig()

public abstract boolean hasTagParsingConfig()

Configuration to customize how tags are parsed.

.google.cloud.visionai.v1.TagParsingConfig tag_parsing_config = 2;

Returns
Type Description
boolean

Whether the tagParsingConfig field is set.