java.lang.Object
com.azure.ai.formrecognizer.documentanalysis.models.AnalyzeResult

public final class AnalyzeResult extends Object
Document analysis result.
  • Constructor Details

    • AnalyzeResult

      public AnalyzeResult()
  • Method Details

    • getParagraphs

      public List<DocumentParagraph> getParagraphs()
      Get the paragraphs property: Extracted paragraphs.
      Returns:
      the paragraphs value.
    • getModelId

      public String getModelId()
      Get the modelId property: Model ID used to produce this result.
      Returns:
      the modelId value.
    • getContent

      public String getContent()
      Get the content property: Concatenate string representation of all textual and visual elements in reading order.
      Returns:
      the content value.
    • getPages

      public List<DocumentPage> getPages()
      Get the pages property: Analyzed pages.
      Returns:
      the pages value.
    • getTables

      public List<DocumentTable> getTables()
      Get the tables property: Extracted tables.
      Returns:
      the tables value.
    • getKeyValuePairs

      public List<DocumentKeyValuePair> getKeyValuePairs()
      Get the keyValuePairs property: Extracted key-value pairs.
      Returns:
      the keyValuePairs value.
    • getStyles

      public List<DocumentStyle> getStyles()
      Get the styles property: Extracted font styles.
      Returns:
      the styles value.
    • getDocuments

      public List<AnalyzedDocument> getDocuments()
      Get the documents property: Extracted documents.
      Returns:
      the documents value.
    • getLanguages

      public List<DocumentLanguage> getLanguages()
      Get the detected languages.
      Returns:
      the languages value.