Search Results for

    Show / Hide Table of Contents

    Class OCRPageDimensions

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

    Properties

    | Edit this page View Source

    Dpi

    Required. Dots per inch of the page-image

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

    Height

    Required. Height of the image in pixels

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

    Width

    Required. Width of the image in pixels

    Declaration
    [JsonProperty("width")]
    public int Width { get; set; }
    Property Value
    Type Description
    int

    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