你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ResourceDetails Class

Details regarding the Form Recognizer resource.

New in version 2023-07-31: The neural_document_model_quota property.

Constructor

ResourceDetails(**kwargs: Any)

Methods

from_dict

Converts a dict in the shape of a ResourceDetails to the model itself.

to_dict

Returns a dict representation of ResourceDetails.

from_dict

Converts a dict in the shape of a ResourceDetails to the model itself.

from_dict(data: Dict) -> ResourceDetails

Parameters

Name Description
data
Required

A dictionary in the shape of ResourceDetails.

Returns

Type Description

ResourceDetails

to_dict

Returns a dict representation of ResourceDetails.

to_dict() -> Dict

Returns

Type Description

dict

Attributes

custom_document_models

Details regarding the custom models under the Form Recognizer resource.

custom_document_models: CustomDocumentModelsDetails

neural_document_model_quota

Quota details regarding the custom neural document model builds under the Form Recognizer resource.

neural_document_model_quota: QuotaDetails | None