LayoutOutput

LayoutOutput class

Information on detected content areas in the image.

public class LayoutOutput

Constructors

NameDescription
LayoutOutput()The default constructor.

Properties

NameDescription
Captions { get; set; }Detected captions.
Equations { get; set; }Detected equations.
Headers { get; set; }Detected headers.
Images { get; set; }Detected pictures/illustrations.
Lists { get; set; }Detected lists.
Page { get; set; }Page number for multi-page images.
Paragraphs { get; set; }Detected paragraphs.
Source { get; set; }The full path to the file or URL, if applicable. Empty for images provided as a stream, byte array, or Base64.
Tables { get; set; }Detected tables.

See Also