SearchModelFactory.ContentUnderstandingSkillChunkingProperties 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.ContentUnderstandingSkillChunkingProperties ContentUnderstandingSkillChunkingProperties(Azure.Search.Documents.Indexes.Models.ContentUnderstandingSkillChunkingUnit? unit = default, int? maximumLength = default, int? overlapLength = default);
static member ContentUnderstandingSkillChunkingProperties : Nullable<Azure.Search.Documents.Indexes.Models.ContentUnderstandingSkillChunkingUnit> * Nullable<int> * Nullable<int> -> Azure.Search.Documents.Indexes.Models.ContentUnderstandingSkillChunkingProperties
Public Shared Function ContentUnderstandingSkillChunkingProperties (Optional unit As Nullable(Of ContentUnderstandingSkillChunkingUnit) = Nothing, Optional maximumLength As Nullable(Of Integer) = Nothing, Optional overlapLength As Nullable(Of Integer) = Nothing) As ContentUnderstandingSkillChunkingProperties
Parameters
The unit of the chunk.
Returns
A new ContentUnderstandingSkillChunkingProperties instance for mocking.