Interface DocumentImageClassification
public interface DocumentImageClassification
An object that identifies a document type within the image, along with a confidence level for
that document type.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Dedicated Builder -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Getting builderThe likelihood that the analyzed image contains the assigned document type.The document type that the analyzed image most likely contains.
-
Method Details
-
getDocType
String getDocType()The document type that the analyzed image most likely contains.- Returns:
- docType
-
getConfidence
Float getConfidence()The likelihood that the analyzed image contains the assigned document type. 1 is the maximum value, representing the highest likelihood that the analyzed image contains the assigned document type, and 0 is the minimum value, representing the lowest likelihood that the analyzed image contains the assigned document type.- Returns:
- confidence
-
builder
Getting builder- Returns:
- New Builder instance
-