OcrSkill.LineEnding Property

Definition

Defines the sequence of characters to use between the lines of text recognized by the OCR skill. The default value is "space".

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

Property Value

Applies to