SearchModelFactory.DocumentIntelligenceLayoutSkillChunkingProperties Method

Definition

Controls the cardinality for chunking the content.

public static Azure.Search.Documents.Indexes.Models.DocumentIntelligenceLayoutSkillChunkingProperties DocumentIntelligenceLayoutSkillChunkingProperties(Azure.Search.Documents.Indexes.Models.DocumentIntelligenceLayoutSkillChunkingUnit? unit = default, int? maximumLength = default, int? overlapLength = default);
static member DocumentIntelligenceLayoutSkillChunkingProperties : Nullable<Azure.Search.Documents.Indexes.Models.DocumentIntelligenceLayoutSkillChunkingUnit> * Nullable<int> * Nullable<int> -> Azure.Search.Documents.Indexes.Models.DocumentIntelligenceLayoutSkillChunkingProperties
Public Shared Function DocumentIntelligenceLayoutSkillChunkingProperties (Optional unit As Nullable(Of DocumentIntelligenceLayoutSkillChunkingUnit) = Nothing, Optional maximumLength As Nullable(Of Integer) = Nothing, Optional overlapLength As Nullable(Of Integer) = Nothing) As DocumentIntelligenceLayoutSkillChunkingProperties

Parameters

maximumLength
Nullable<Int32>

The maximum chunk length in characters. Default is 500.

overlapLength
Nullable<Int32>

The length of overlap provided between two text chunks. Default is 0.

Returns

A new DocumentIntelligenceLayoutSkillChunkingProperties instance for mocking.

Applies to