public class DisabilityCertificateInfoBox
Structure to contain full information about found box
@JvmField @NotNull public DCInfoBoxType rectType
Box type
@JvmField @NotNull public DCInfoBoxSubtype subType
Box subtype
@JvmField public boolean hasContents
If box is a checkbox,
this field shows whether the checkbox is checked. Not used otherwise
@JvmField public double contentsValidationConfidenceValue
Contents validation confidence value
public static io.scanbot.dcscanner.model.DisabilityCertificateInfoBox.Companion Companion
public DisabilityCertificateInfoBox(@NotNull
DCInfoBoxType rectType,
@NotNull
DCInfoBoxSubtype subType,
boolean hasContents,
double contentsValidationConfidenceValue)
Structure to contain full information about found box
rectType - Box typesubType - Box subtypehasContents - If box is a checkbox, this field shows whether the checkbox is checked. Not used otherwisecontentsValidationConfidenceValue - Contents validation confidence valuepublic DisabilityCertificateInfoBox(int rectType,
int subType,
boolean hasContents,
double contentsValidationConfidenceValue)