Search Results for

    Show / Hide Table of Contents

    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 Source

    ErrorMessages

    Declaration
    public IList<string> ErrorMessages { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<System.String>
    | Improve this Doc View Source

    ErrorOccured

    Declaration
    public bool ErrorOccured { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    RegionResults

    Declaration
    public IList<OCRRegionResult> RegionResults { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<OCRRegionResult>
    | Improve this Doc View Source

    Text

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx