你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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.OcrLineEnding? LineEnding { get; set; }
member this.LineEnding : Nullable<Azure.Search.Documents.Indexes.Models.OcrLineEnding> with get, set
Public Property LineEnding As Nullable(Of OcrLineEnding)

Property Value

Applies to