Uses of Class
com.azure.ai.documentintelligence.models.DocumentSpan

Packages that use DocumentSpan
Package
Description
Package containing the data models for DocumentIntelligence.
  • Uses of DocumentSpan in com.azure.ai.documentintelligence.models

    Modifier and Type
    Method
    Description
    DocumentSpan.fromJson(com.azure.json.JsonReader jsonReader)
    Reads an instance of DocumentSpan from the JsonReader.
    DocumentBarcode.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.
    Methods in com.azure.ai.documentintelligence.models that return types with arguments of type DocumentSpan
    Modifier and Type
    Method
    Description
    Document.getSpans()
    Get the spans property: Location of the document in the reading order concatenated content.
    DocumentCaption.getSpans()
    Get the spans property: Location of the caption in the reading order concatenated content.
    DocumentField.getSpans()
    Get the spans property: Location of the field in the reading order concatenated content.
    DocumentFigure.getSpans()
    Get the spans property: Location of the figure in the reading order concatenated content.
    DocumentFootnote.getSpans()
    Get the spans property: Location of the footnote 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.
    DocumentList.getSpans()
    Get the spans property: Location of the list in the reading order concatenated content.
    DocumentListItem.getSpans()
    Get the spans property: Location of the list item in the reading order concatenated content.
    DocumentPage.getSpans()
    Get the spans property: 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.
    DocumentSection.getSpans()
    Get the spans property: Location of the section 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.