DocumentSectionOutput interface
An object representing a section in the document.
Properties
elements | Child elements of the section. |
spans | Location of the section in the reading order concatenated content. |
Property Details
elements
Child elements of the section.
elements?: string[]
Property Value
string[]
spans
Location of the section in the reading order concatenated content.
spans: DocumentSpanOutput[]
Property Value
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript