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.
Charts { get; set; }Detected charts or diagrams.
Equations { get; set; }Detected equations.
FigureCaptions { get; set; }Detected figure captions.
Footers { get; set; }Detected footers.
Headers { get; set; }Detected headers.
Images { get; set; }Detected pictures/illustrations.
InlineFormulas { get; set; }Detected inline formulas.
Lists { get; set; }Detected lists.
Page { get; set; }Page number for multi-page images.
PageNumbers { get; set; }Detected page numbers.
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.
TableCaptions { get; set; }Detected table captions.
Tables { get; set; }Detected tables.
Titles { get; set; }Detected document or paragraph titles.

See Also