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

RecognizeContentOptions.ReadingOrder Property

Definition

When set, specifies the order in which the recognized text lines are returned. As the sorting order depends on the detected text, it may change across images and OCR version updates. Thus, business logic should be built upon the actual line ___location instead of order.

public Azure.AI.FormRecognizer.FormReadingOrder? ReadingOrder { get; set; }
member this.ReadingOrder : Nullable<Azure.AI.FormRecognizer.FormReadingOrder> with get, set
Public Property ReadingOrder As Nullable(Of FormReadingOrder)

Property Value

Remarks

This property only has value for V2_1 and newer.

Applies to