Struct TesseractResult
This structure is primary used for PInvoke
public struct TesseractResult
- Inherited Members
Fields
Confident
The mean confidence of the current object at the given level. The number should be interpreted as a percent probability. (0.0f-100.0f)
public float Confident
Field Value
Length
The length
public int Length
Field Value
Region
The region
public Rectangle Region