Search Results for

    Show / Hide Table of Contents

    Class OCRImageObject

    Inheritance
    object
    OCRImageObject
    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 OCRImageObject

    Properties

    | Edit this page View Source

    BottomRightX

    Optional. X coordinate of bottom-right corner of the extracted image

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

    BottomRightY

    Optional. Y coordinate of bottom-right corner of the extracted image

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

    Id

    Required. Image ID for extracted image in a page

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

    ImageAnnotation

    Optional. Annotation of the extracted image in json str

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

    ImageBase64

    Optional. Base64 string of the extracted image

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

    TopLeftX

    Optional. X coordinate of top-left corner of the extracted image

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

    TopLeftY

    Optional. Y coordinate of top-left corner of the extracted image

    Declaration
    [JsonProperty("top_left_y")]
    public int? TopLeftY { 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