Delen via


DocumentLine.GetWords Method

Definition

Returns the list of DocumentWord that compose this line.

public System.Collections.Generic.IReadOnlyList<Azure.AI.FormRecognizer.DocumentAnalysis.DocumentWord> GetWords ();
member this.GetWords : unit -> System.Collections.Generic.IReadOnlyList<Azure.AI.FormRecognizer.DocumentAnalysis.DocumentWord>
Public Function GetWords () As IReadOnlyList(Of DocumentWord)

Returns

The list of DocumentWord that compose this line.

Applies to