Class MedicalCertificatePatientInfoBox
- java.lang.Object
-
- io.scanbot.sdk.medicalcertificate.MedicalCertificatePatientInfoBox
-
public class MedicalCertificatePatientInfoBox extends java.lang.ObjectPatient information box.
-
-
Constructor Summary
Constructors Constructor Description MedicalCertificatePatientInfoBox(java.util.List<PointF> quad, java.util.List<MedicalCertificatePatientInfoField> fields)Constructs MedicalCertificatePatientInfoBox with default parameters.MedicalCertificatePatientInfoBox(java.util.List<PointF> quad, java.util.List<MedicalCertificatePatientInfoField> fields, boolean hasContents)Constructs MedicalCertificatePatientInfoBox with the given params.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<MedicalCertificatePatientInfoField>getFields()Getter for fields field.booleangetHasContents()Getter for hasContents field.java.util.List<PointF>getQuad()Getter for quad field.
-
-
-
Constructor Detail
-
MedicalCertificatePatientInfoBox
public MedicalCertificatePatientInfoBox(java.util.List<PointF> quad, java.util.List<MedicalCertificatePatientInfoField> fields, boolean hasContents)
Constructs MedicalCertificatePatientInfoBox with the given params.- Parameters:
quad- Four corners of the patient info box.fields- Vector of found fields.hasContents- Whether the patient info box has contents. Default is false
-
MedicalCertificatePatientInfoBox
public MedicalCertificatePatientInfoBox(java.util.List<PointF> quad, java.util.List<MedicalCertificatePatientInfoField> fields)
Constructs MedicalCertificatePatientInfoBox with default parameters.- Parameters:
quad- Four corners of the patient info box.fields- Vector of found fields.
-
-
Method Detail
-
getQuad
public java.util.List<PointF> getQuad()
Getter for quad field. See constructor documentation for more information about the field.- Returns:
- quad
-
getFields
public java.util.List<MedicalCertificatePatientInfoField> getFields()
Getter for fields field. See constructor documentation for more information about the field.- Returns:
- fields
-
getHasContents
public boolean getHasContents()
Getter for hasContents field. See constructor documentation for more information about the field.- Returns:
- hasContents
-
-