AdditionalInfo

@Serializable
data class AdditionalInfo(val frontProcessingStatus: VerifyProcessingStatus?, val backProcessingStatus: VerifyProcessingStatus?, val recognitionMode: RecognitionMode, val firstSideAdditionalProcessingInfo: AdditionalProcessingInfo?, val secondSideAdditionalProcessingInfo: AdditionalProcessingInfo?)

Contains additional information about the document extraction process.

Holds supplemental details about how the document was processed, including the processing status for the front and back sides of the document, as well as the recognition mode used.

Constructors

Link copied to clipboard
constructor(frontProcessingStatus: VerifyProcessingStatus?, backProcessingStatus: VerifyProcessingStatus?, recognitionMode: RecognitionMode, firstSideAdditionalProcessingInfo: AdditionalProcessingInfo?, secondSideAdditionalProcessingInfo: AdditionalProcessingInfo?)

Properties

Link copied to clipboard

The VerifyProcessingStatus of the extraction performed on the back side of the document. Can be null if no process was done on the back of the document.

Link copied to clipboard

Additional processing information for the first side of the document. Can be null if no process was done on the front of the document.

Link copied to clipboard

The VerifyProcessingStatus of the extraction performed on the front side of the document. Can be null if no process was done on the front of the document.

Link copied to clipboard

The RecognitionMode used during the document extraction process.

Link copied to clipboard

Additional processing information for the second side of the document. Can be null if no process was done on the front of the document.