Documentation
Table of contents
Notice: This documentation is archived. For the latest product features and documentation, please visit Dynamsoft Capture Vision Documentation.

DLR_CharacterResult

Stores the character result.

class Dynamsoft.DLR.DLR_CharacterResult

Attributes

Attribute Type
CharacterH char
CharacterM char
CharacterL char
CharacterHConfidence int
CharacterMConfidence int
CharacterLConfidence int
Location Quadrilateral

 

CharacterH

The recognized character with highest confidence.

char CharacterH

 

CharacterM

The recognized character with middle confidence.

char CharacterM

 

CharacterL

The recognized character with lowest confidence.

char CharacterL

 

CharacterHConfidence

The confidence of the recognized character with the highest confidence.

int CharacterHConfidence

 

CharacterMConfidence

The confidence of the recognized character with the middle confidence.

int characterMConfidence

 

CharacterLConfidence

The confidence of the recognized character with the lowest confidence.

int CharacterLConfidence

 

Location

The location of current character.

Quadrilateral Location

Version 3.2.32

    • version 3.2.32
    • Version 2.x
      • Version 2.0.0
    • Version 1.x
      • Version 1.2.1
      • Version 1.2
      • Version 1.0
    Change +