Search Results for

    Show / Hide Table of Contents

    Class OCRRegionResult

    Inheritance
    System.Object
    OCRRegionResult
    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 OCRRegionResult

    Properties

    | Improve this Doc View Source

    Height

    Declaration
    public int Height { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Left

    Declaration
    public int Left { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    OptionName

    Declaration
    public string OptionName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Page

    Declaration
    public int Page { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Text

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Top

    Declaration
    public int Top { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Width

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