SearchModelFactory.DocumentIntelligenceLayoutSkillChunkingProperties Method
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.
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
The unit of the chunk.
Returns
A new DocumentIntelligenceLayoutSkillChunkingProperties instance for mocking.