DocumentChunk Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A chunk of document content, defined by one or more spans in the markdown.
public class DocumentChunk : System.ClientModel.Primitives.IJsonModel<Azure.AI.ContentUnderstanding.DocumentChunk>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.ContentUnderstanding.DocumentChunk>
type DocumentChunk = class
interface IJsonModel<DocumentChunk>
interface IPersistableModel<DocumentChunk>
Public Class DocumentChunk
Implements IJsonModel(Of DocumentChunk), IPersistableModel(Of DocumentChunk)
- Inheritance
-
DocumentChunk
- Implements
Properties
| Name | Description |
|---|---|
| Source |
Encoded source expression describing the visual bounding polygons of the chunk's content on the page. Derived from the union of layout objects (paragraphs, tables, figures) that compose the chunk. |
| Spans |
List of spans defining the chunk's position(s) in the markdown content. |