The Text Data Recognition Result

interface TextDataRecognitionResult {
    confidence: number;
    text: string;
}

Properties

Properties

confidence: number

Confidence in the accuracy of the recognition (from 0 to 100)

text: string

The recognized text