Interface TextDetectionParamsOrBuilder (2.1.4)

public interface TextDetectionParamsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnableTextDetectionConfidenceScore()

public abstract boolean getEnableTextDetectionConfidenceScore()

By default, Cloud Vision API only includes confidence score for DOCUMENT_TEXT_DETECTION result. Set the flag to true to include confidence score for TEXT_DETECTION as well.

bool enable_text_detection_confidence_score = 9;

Returns
TypeDescription
boolean

The enableTextDetectionConfidenceScore.