RecognizeContentOptions.ReadingOrder Property
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.
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET