Structure containing both the normalized type of the extracted information and the text associated with it. These are extracted as Type and Value respectively.

interface IdentityDocumentField {
    Type?: AnalyzeIDDetections;
    ValueDetection?: AnalyzeIDDetections;
}

Properties

Used to contain the information detected by an AnalyzeID operation.

ValueDetection?: AnalyzeIDDetections

Used to contain the information detected by an AnalyzeID operation.