API Reference

Class

OcrRegion

Namespace OfficeIMO.Ocr
Assembly OfficeIMO.Ocr
Modifiers sealed

Axis-aligned region attached to an OCR request or recognized span.

Inheritance

  • Object
  • OcrRegion

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

public OcrRegion() #

Properties

public Double X { get; set; } #

Horizontal origin.

public Double Y { get; set; } #

Vertical origin.

public Double Width { get; set; } #

Region width.

public Double Height { get; set; } #

Region height.