AccountInfo Class

Info regarding models under the Form Recognizer resource.

Inheritance
builtins.object
AccountInfo

Constructor

AccountInfo(**kwargs)

Variables

document_model_count
int

Number of custom models in the current resource.

document_model_limit
int

Maximum number of custom models supported in the current resource.

Methods

from_dict

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

to_dict

Returns a dict representation of AccountInfo.

from_dict

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

from_dict(data: dict) -> azure.ai.formrecognizer._models.AccountInfo

Parameters

data
dict
Required

A dictionary in the shape of AccountInfo.

data
Required

Returns

AccountInfo

Return type

to_dict

Returns a dict representation of AccountInfo.

to_dict() -> dict

Returns

dict

Return type