1.0.0-beta.4 (2024-08-14)
Features Added
- Added support for the Analyze Batch Documents API with the LRO method
beginAnalyzeBatchDocuments
toDocumentIntelligenceClient
andDocumentIntelligenceAsyncClient
. - Added support for method
getAnalyzeResultPdfWithResponse
andgetAnalyzeResultPdf
toDocumentIntelligenceClient
andDocumentIntelligenceAsyncClient
. - Added support for method
getAnalyzeResultFiguresWithResponse
andgetAnalyzeResultFigures
toDocumentIntelligenceClient
andDocumentIntelligenceAsyncClient
. - Added a model
AnalyzeOutputOption
to specify other kinds of output: eitherPdf
andFigures
. - Added property
Id
toDocumentFigure
model. - Added support for the Copy Classifier API with method
authorizeClassifierCopy
andauthorizeClassifierCopyWithResponse
to
DocumentIntelligenceAdministrationClient
andDocumentIntelligenceAdministrationAsyncClient
. - Added method
copyClassifierTo
toDocumentIntelligenceAdministrationClient
andDocumentIntelligenceAdministrationAsyncClient
. - Added new enum type to
DocumentBuildMode
:GENERATIVE
. - Added property
Warnings
toAnalyzeResult
model. - Added properties
ClassifierId
,Split
, andTrainingHours
toDocumentModelDetails
model. - Added properties
ConfidenceThreshold
,Features
,MaxDocumentsToAnalyze
,ModelId
, andQueryFields
toDocumentTypeDetails
model. - Added properties
AllowOverwrite
andMaxTrainingHours
toBuildDocumentModelContent
model. - Added parameter
pages
toClassifyDocument
overloads inDocumentIntelligenceClient
andDocumentIntelligenceAsyncClient
. - Added properties
ClassifierId
,DocTypes
, andSplit
toComposeDocumentModelRequest
. - Added property
AllowOverwrite
toBuildDocumentClassifierRequest
. - Added property
operationId
toAnalyzeResultOperation
.
Breaking Changes
DocumentIntelligenceClient
andDocumentIntelligenceAdministrationClient
now target service API version2024-07-31-preview
. Support for2024-02-29-preview
has been removed.- Removed support for extracting lists from analyzed documents:
- Removed models
DocumentList
andDocumentListItem
. - Removed property
Lists
fromAnalyzeResult
.
- Removed models
- Changes to the Compose Document API:
- Removed model
ComponentDocumentModelDetails
. - Removed property
ComponentModels
fromComposeDocumentModelRequest
. ComposeDocumentModelRequest
now requires a map ofDocumentTypeDetails
and a classifier ID.
- Removed model
- Removed model
QuotaDetails
. - Removed property
CustomNeuralDocumentModelBuilds
fromResourceDetails.
- Removed required property
fieldSchema
and fromDocumentTypeDetails
and made it settable. DocumentFieldType
is now a required property on the constructor ofDocumentFieldSchema
.-