Language

DocumentContent.Chunks Property

Definition

List of document chunks. Only if chunkingStrategy is configured on the analyzer.

public System.Collections.Generic.IList<Azure.AI.ContentUnderstanding.DocumentChunk> Chunks { get; }
member this.Chunks : System.Collections.Generic.IList<Azure.AI.ContentUnderstanding.DocumentChunk>
Public ReadOnly Property Chunks As IList(Of DocumentChunk)

Property Value

Applies to