AnalyzedDocument Class
An object describing the location and semantic content of a document.
- Inheritance
-
builtins.objectAnalyzedDocument
AnalyzedDocument(**kwargs: Any)
from_dict |
Converts a dict in the shape of a AnalyzedDocument to the model itself. |
to_dict |
Returns a dict representation of AnalyzedDocument. |
Converts a dict in the shape of a AnalyzedDocument to the model itself.
from_dict(data: Dict) -> AnalyzedDocument
Parameters
Name | Description |
---|---|
data
Required
|
A dictionary in the shape of AnalyzedDocument. |
Returns
Type | Description |
---|---|
AnalyzedDocument |
Returns a dict representation of AnalyzedDocument.
to_dict() -> Dict
Returns
Type | Description |
---|---|
dict |
Bounding regions covering the document.
bounding_regions: List[BoundingRegion] | None
Confidence of correctly extracting the document.
confidence: float
The type of document that was analyzed.
doc_type: str
A dictionary of named field values.
fields: Dict[str, DocumentField] | None
The location of the document in the reading order concatenated content.
spans: List[DocumentSpan]
Comentários do Azure SDK for Python
O Azure SDK for Python é um projeto código aberto. Selecione um link para fornecer comentários: