Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ReadResult

Package version

The result of analysis using the prebuilt "read" model ("prebuilt-read").

This model produces only textual information: pages and languages.

Hierarchy

Index

Properties

apiVersion

The service API version used to produce this result.

content

content: string

A string representation of all textual and visual elements in the input, concatenated by reading order (the order in which the service "reads" or extracts the textual and visual content from the document).

languages

languages: DocumentLanguage[]

Extracted text languages.

modelId

modelId: string

The unique ID of the model that was used to produce this result.

pages

pages: DocumentPage[]

Pages extracted from the input document.

styles

styles: DocumentStyle[]

The text styles that were observed in the input.

For example, this contains information about regions of the input where handwritten text occurs.

Generated using TypeDoc