Uses of Class
com.azure.ai.formrecognizer.documentanalysis.models.DocumentSpan
Package
Description
Package containing the data models for FormRecognizerClient.
-
Uses of DocumentSpan in com.azure.ai.formrecognizer.documentanalysis.models
Modifier and TypeMethodDescriptionDocumentBarcode.getSpan()
Get the span property: Location of the barcode in the reading order concatenated content.DocumentFormula.getSpan()
Get the span property: Location of the formula in the reading order concatenated content.DocumentSelectionMark.getSpan()
Get the span property: Location of the selection mark in the reading order concatenated content.DocumentWord.getSpan()
Get the span property: Location of the word in the reading order concatenated content.Modifier and TypeMethodDescriptionAnalyzedDocument.getSpans()
Get the spans property: Location of the document in the reading order concatenated content.DocumentKeyValueElement.getSpans()
Get the spans property: Location of the key-value element in the reading order concatenated content.DocumentLanguage.getSpans()
Get the spans property: Location of the text elements in the concatenated content the language applies to.DocumentLine.getSpans()
Get the spans property: Location of the line in the reading order concatenated content.DocumentPage.getSpans()
Get the location of the page in the reading order concatenated content.DocumentParagraph.getSpans()
Get the spans property: Location of the paragraph in the reading order concatenated content.DocumentStyle.getSpans()
Get the spans property: Location of the text elements in the concatenated content the style applies to.DocumentTable.getSpans()
Get the spans property: Location of the table in the reading order concatenated content.DocumentTableCell.getSpans()
Get the spans property: Location of the table cell in the reading order concatenated content.TypedDocumentField.getSpans()
Get the location of the field in the reading order concatenated content.