1.0.0 (2024-12-16)
Features Added
- Added methods
getAnalyzeBatchResult
,listAnalyzeBatchResults
,deleteAnalyzeBatchResult
, anddeleteAnalyzeResult
toDocumentIntelligenceClient
andDocumentIntelligenceAsyncClient
. - Added class
AnalyzeBatchOperation
as output model forgetAnalyzeBatchResult
andlistAnalyzeBatchResults
methods. - Added constructor overloads for the
AnalyzeBatchDocumentsOptions
model that take required parameters. - Added constructor overloads for the
AnalyzeDocumentsOptions
model that take required parameters and BinaryData. - Added constructor overloads for the
ClassifyDocumentOptions
model that take required parameters and BinaryData. - Added property
modifiedOn
toDocumentModelDetails
and toDocumentClassifierDetails
. - Added enum value
SKIPPED
toDocumentIntelligenceOperationStatus
(formerOperationStatus
).
Breaking Changes
- Replaced the following
Request
classes with new correspondingOptions
classes:AnalyzeBatchDocumentsRequest
toAnalyzeBatchDocumentsOptions
.AnalyzeDocumentRequest
toAnalyzeDocumentOptions
.AuthorizeClassifierCopyRequest
toAuthorizeClassifierCopyOptions
.AuthorizeCopyRequest
toAuthorizeModelCopyOptions
.BuildDocumentClassifierRequest
toBuildClassifierOptions
.BuildDocumentModelRequest
toBuildDocumentModelOptions
.ClassifyDocumentRequest
toClassifyDocumentOptions
.ComposeDocumentModelRequest
toComposeModelOptions
.- Parameters of the
AnalyzeBatchDocuments
,AnalyzeDocument
, andClassifyDocument
methods have been moved into their correspondingOptions
class.
- Renamed all occurrences of properties
docType
anddocTypes
todocumentType
anddocumentTypes
, respectively. - Removed enum value
Generative
fromDocumentBuildMode
. - Renamed enum value
StyleFonts
toFontStyling
inDocumentAnalysisFeature
. - Renamed class
AnalyzeBatchOperationDetail
toAnalyzeBatchResultDetails
. - Renamed class
AnalyzeBatchOperation
toAnalyzeBatchOperationDetails
. - Renamed class
AnalyzeOperation
toAnalyzeOperationDetails
. - Renamed all occurrences of property
expirationDateTime
toexpiresOn
. - Renamed method
getResourceInfo
togetResourceDetails
inDocumentIntelligenceAdministrationClient
andDocumentIntelligenceAdministrationAsyncClient
. - Renamed class
ResourceDetails
toDocumentIntelligenceResourceDetails
. - Renamed type
ContentFormat
toDocumentContentFormat
. - Renamed class
OperationDetails
toDocumentIntelligenceOperationDetails
. - Renamed class
InnerError
toDocumentIntelligenceInnerError
. - Renamed class
CopyAuthorization
toModelCopyAuthorization
. - Renamed type
OperationStatus
toDocumentIntelligenceOperationStatus
. - Renamed property
Innererror
toinnerError
inDocumentIntelligenceError
. - Renamed property
InnerErrorObject
toinnerError
inDocumentIntelligenceInnerError
(former classInnerError
). - Removed enum value
COMPLETED
fromDocumentIntelligenceOperationStatus
(formerOperationStatus
).
Other Changes
Dependency Updates
- Upgraded
azure-core-http-netty
to version1.15.7
. - Upgraded
azure-core
to version1.54.1
.