SplitSkill.Unit Property

Definition

Only applies if textSplitMode is set to pages. There are two possible values. The choice of the values will decide the length (maximumPageLength and pageOverlapLength) measurement. The default is 'characters', which means the length will be measured by character.

public Azure.Search.Documents.Indexes.Models.SplitSkillUnit? Unit { get; set; }
member this.Unit : Nullable<Azure.Search.Documents.Indexes.Models.SplitSkillUnit> with get, set
Public Property Unit As Nullable(Of SplitSkillUnit)

Property Value

Applies to