Class OCRResult
Inheritance
System.Object
OCRResult
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.DocumentProcessing
Assembly: Simplic.DocumentProcessing.dll
Syntax
public class OCRResult
Properties
| Improve this Doc View SourceErrorMessages
Declaration
public IList<string> ErrorMessages { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.String> |
ErrorOccured
Declaration
public bool ErrorOccured { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
RegionResults
Declaration
public IList<OCRRegionResult> RegionResults { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<OCRRegionResult> |
Text
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |