Search Results for

    Show / Hide Table of Contents

    Class DocumentPage

    Inheritance
    object
    DocumentPage
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.Microsoft.Azure.DocumentIntelligence
    Assembly: Glitch9.AIDevKit.Provider.Microsoft.Azure.dll
    Syntax
    public class DocumentPage

    Properties

    | Edit this page View Source

    Angle

    Declaration
    [JsonProperty("angle")]
    public float Angle { get; set; }
    Property Value
    Type Description
    float
    | Edit this page View Source

    Height

    Declaration
    [JsonProperty("height")]
    public float Height { get; set; }
    Property Value
    Type Description
    float
    | Edit this page View Source

    Lines

    Declaration
    [JsonProperty("lines")]
    public DocumentLine[] Lines { get; set; }
    Property Value
    Type Description
    DocumentLine[]
    | Edit this page View Source

    PageNumber

    Declaration
    [JsonProperty("pageNumber")]
    public int PageNumber { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    SelectionMarks

    Declaration
    [JsonProperty("selectionMarks")]
    public DocumentSelectionMark[] SelectionMarks { get; set; }
    Property Value
    Type Description
    DocumentSelectionMark[]
    | Edit this page View Source

    Spans

    Declaration
    [JsonProperty("spans")]
    public DocumentSpan[] Spans { get; set; }
    Property Value
    Type Description
    DocumentSpan[]
    | Edit this page View Source

    Unit

    Declaration
    [JsonProperty("unit")]
    public string Unit { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Width

    Declaration
    [JsonProperty("width")]
    public float Width { get; set; }
    Property Value
    Type Description
    float
    | Edit this page View Source

    Words

    Declaration
    [JsonProperty("words")]
    public DocumentWord[] Words { get; set; }
    Property Value
    Type Description
    DocumentWord[]

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation