1.0.0-beta.2 (2024-03-05)
Features Added
- Added property
BaseClassifierId
toBuildDocumentClassifierContent
. - Added property
BaseClassifierId
toDocumentClassifierDetails
. - Added property
Warnings
toDocumentModelDetails
. - Added property
Warnings
toDocumentClassifierDetails
. - Added property
SelectionGroup
toDocumentFieldType
. - Added property
ValueSelectionGroup
toDocumentField
. - Added member
Completed
toOperationDetails
.
Breaking Changes
DocumentIntelligenceClient
andDocumentIntelligenceAdministrationClient
now target service API version2024-02-29-preview
. Support for2023-10-31-preview
has been removed.- Renamed class
AIDocumentIntelligenceModelFactory
toDocumentIntelligenceModelFactory
. - Renamed class
AzureAIDocumentIntelligenceClientOptions
toDocumentIntelligenceClientOptions
. - Renamed class
AIDocumentIntelligenceClientBuilderExtensions
toDocumentIntelligenceClientBuilderExtensions
. - In
DocumentField
:- Renamed property
ValueArray
toValueList
. - Renamed property
ValueInteger
toValueLong
. - Renamed property
ValueNumber
toValueDouble
. - Renamed property
ValueObject
toValueDictionary
.
- Renamed property
- In
DocumentFieldType
:- Renamed property
Array
toList
. - Renamed property
Integer
toLong
. - Renamed property
Number
toDouble
. - Renamed property
Object
toDictionary
.
- Renamed property
- Renamed class
FontStyle
toDocumentFontStyle
. - Renamed class
FontWeight
toDocumentFontWeight
. - In
DocumentClassifierDetails
, renamed propertiesCreatedDateTime
andExpirationDateTime
toCreatedOn
andExpiresOn
, respectively. - In
DocumentModelDetails
, renamed propertiesCreatedDateTime
andExpirationDateTime
toCreatedOn
andExpiresOn
, respectively. - In
OperationDetails
, renamed propertiesCreatedDateTime
andLastUpdatedDateTime
toCreatedOn
andLastUpdatedOn
, respectively. - In
QuotaDetails
, renamed propertyQuotaResetDateTime
toQuotaResetsOn
. - In
DocumentBarcodeKind
:- Renamed property
EAN13
toEan13
. - Renamed property
EAN8
toEan8
. - Renamed property
ITF
toItf
. - Renamed property
MicroQRCode
toMicroQrCode
. - Renamed property
PDF417
toPdf417
. - Renamed property
QRCode
toQrCode
. - Renamed property
UPCA
toUpca
. - Renamed property
UPCE
toUpce
.
- Renamed property