AnalyzeResult Class
- java.
lang. Object - com.
azure. ai. formrecognizer. documentanalysis. models. AnalyzeResult
- com.
public final class AnalyzeResult
Model representing the document analysis result.
Constructor Summary
Constructor | Description |
---|---|
AnalyzeResult() |
Creates a new instance of Analyze |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
getContent()
Get the content property: Concatenate string representation of all textual and visual elements in reading order. |
List<Analyzed |
getDocuments()
Get the documents property: Extracted documents. |
List<Document |
getKeyValuePairs()
Get the key |
List<Document |
getLanguages()
Get the detected languages. |
String |
getModelId()
Get the model |
List<Document |
getPages()
Get the pages property: Analyzed pages. |
List<Document |
getParagraphs()
Get the paragraphs property: Extracted paragraphs. |
String |
getServiceVersion()
Get the Service version used to create this document classifier. |
List<Document |
getStyles()
Get the styles property: Extracted font styles. |
List<Document |
getTables()
Get the tables property: Extracted tables. |
Methods inherited from java.lang.Object
Constructor Details
AnalyzeResult
public AnalyzeResult()
Creates a new instance of AnalyzeResult.
Method Details
getContent
public String getContent()
Get the content property: Concatenate string representation of all textual and visual elements in reading order.
Returns:
getDocuments
public List
Get the documents property: Extracted documents.
Returns:
getKeyValuePairs
public List
Get the keyValuePairs property: Extracted key-value pairs.
Returns:
getLanguages
public List
Get the detected languages.
Returns:
getModelId
public String getModelId()
Get the modelId property: Model ID used to produce this result.
Returns:
getPages
public List
Get the pages property: Analyzed pages.
Returns:
getParagraphs
public List
Get the paragraphs property: Extracted paragraphs.
Returns:
getServiceVersion
public String getServiceVersion()
Get the Service version used to create this document classifier.
Returns:
getStyles
public List
Get the styles property: Extracted font styles.
Returns:
getTables
public List
Get the tables property: Extracted tables.
Returns:
Applies to
Azure SDK for Java