Used to contain the information detected by an AnalyzeID operation.

interface AnalyzeIDDetections {
    Confidence?: number;
    NormalizedValue?: NormalizedValue;
    Text: undefined | string;
}

Properties

Confidence?: number

The confidence score of the detected text.

NormalizedValue?: NormalizedValue

Only returned for dates, returns the type of value detected and the date written in a more machine readable way.

Text: undefined | string

Text of either the normalized field or value associated with it.