3.3.0b1 (2023-04-13)
This version of the client library defaults to the service API version 2023-02-28-preview
.
Features Added
- Added
features
keyword argument onbegin_analyze_document()
andbegin_analyze_document_from_url()
. - Added
query_fields
keyword argument onbegin_analyze_document()
andbegin_analyze_document_from_url()
. - Added
AnalysisFeature
enum with optional document analysis feature to enable. - Added
file_list
keyword argument onbegin_build_document_model()
. - Added the following optional properties on
DocumentStyle
class:similar_font_family
,font_style
,font_weight
,color
,background_color
. - Added support for custom document classification on
DocumentModelAdministrationClient
:begin_build_document_classifier
,
list_document_classifiers
,get_document_classifier
, anddelete_document_classifier
. - Added support for classifying documents on
DocumentAnalysisClient
:begin_classify_document
andbegin_classify_document_from_url
. - Added
ClassifierDocumentTypeDetails
to use withbegin_build_document_classifier()
. - Added model
QuotaDetails
and propertycustom_neural_document_model_builds
onResourceDetails
. - Added kind
documentClassifierBuild
toOperationSummary
andOperationDetails
. - Added property
expires_on
toDocumentModelDetails
andDocumentModelSummary
. - Added kind
formulaBlock
toDocumentParagraph
. - Added property
common_name
toDocumentKeyValuePair
. - Added property
code
toCurrencyValue
. - Added properties
unit
,city_district
,state_district
,suburb
,house
, andlevel
toAddressValue
. - Added "boolean"
value_type
andbool
value
toDocumentField
. - Added properties
annotations
,images
,formulas
, andbarcodes
toDocumentPage
. - Added models
DocumentAnnotation
,DocumentImage
,DocumentFormula
, andDocumentBarcode
.