Class MedicalCertificatePatientInfoField
- java.lang.Object
-
- io.scanbot.sdk.medicalcertificate.MedicalCertificatePatientInfoField
-
public class MedicalCertificatePatientInfoField extends java.lang.ObjectPatient information field.
-
-
Constructor Summary
Constructors Constructor Description MedicalCertificatePatientInfoField(MedicalCertificatePatientInfoFieldType type, java.lang.String value, double recognitionConfidence)Constructs MedicalCertificatePatientInfoField with the given params.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetRecognitionConfidence()Getter for recognitionConfidence field.MedicalCertificatePatientInfoFieldTypegetType()Getter for type field.java.lang.StringgetValue()Getter for value field.
-
-
-
Constructor Detail
-
MedicalCertificatePatientInfoField
public MedicalCertificatePatientInfoField(MedicalCertificatePatientInfoFieldType type, java.lang.String value, double recognitionConfidence)
Constructs MedicalCertificatePatientInfoField with the given params.- Parameters:
type- Field type.value- Field value.recognitionConfidence- Confidence in the recognized value.
-
-
Method Detail
-
getType
public MedicalCertificatePatientInfoFieldType getType()
Getter for type field. See constructor documentation for more information about the field.- Returns:
- type
-
getValue
public java.lang.String getValue()
Getter for value field. See constructor documentation for more information about the field.- Returns:
- value
-
getRecognitionConfidence
public double getRecognitionConfidence()
Getter for recognitionConfidence field. See constructor documentation for more information about the field.- Returns:
- recognitionConfidence
-
-