Class AnalyzeResult
java.lang.Object
com.azure.ai.formrecognizer.documentanalysis.models.AnalyzeResult
Model representing the document analysis result.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the content property: Concatenate string representation of all textual and visual elements in reading order.Get the documents property: Extracted documents.Get the keyValuePairs property: Extracted key-value pairs.Get the detected languages.Get the modelId property: Model ID used to produce this result.getPages()
Get the pages property: Analyzed pages.Get the paragraphs property: Extracted paragraphs.Get the Service version used to create this document classifier.Get the styles property: Extracted font styles.Get the tables property: Extracted tables.
-
Constructor Details
-
AnalyzeResult
public AnalyzeResult()
-
-
Method Details
-
getParagraphs
Get the paragraphs property: Extracted paragraphs.- Returns:
- the paragraphs value.
-
getModelId
Get the modelId property: Model ID used to produce this result.- Returns:
- the modelId value.
-
getContent
Get the content property: Concatenate string representation of all textual and visual elements in reading order.- Returns:
- the content value.
-
getPages
Get the pages property: Analyzed pages.- Returns:
- the pages value.
-
getTables
Get the tables property: Extracted tables.- Returns:
- the tables value.
-
getKeyValuePairs
Get the keyValuePairs property: Extracted key-value pairs.- Returns:
- the keyValuePairs value.
-
getStyles
Get the styles property: Extracted font styles.- Returns:
- the styles value.
-
getDocuments
Get the documents property: Extracted documents.- Returns:
- the documents value.
-
getLanguages
Get the detected languages.- Returns:
- the languages value.
-
getServiceVersion
Get the Service version used to create this document classifier.- Returns:
- the serviceVersion value.
-