Uses of Class
com.azure.ai.formrecognizer.training.models.AccountProperties
Package
Description
Package containing form recognizer training clients for Azure Form Recognizer.
-
Uses of AccountProperties in com.azure.ai.formrecognizer.training
Modifier and TypeMethodDescriptionFormTrainingClient.getAccountProperties()
Get account information of the form recognizer account.Modifier and TypeMethodDescriptionFormTrainingAsyncClient.getAccountProperties()
Get account information of the form recognizer account.Mono<com.azure.core.http.rest.Response<AccountProperties>>
FormTrainingAsyncClient.getAccountPropertiesWithResponse()
Get account information of the form recognizer account with an Http response.com.azure.core.http.rest.Response<AccountProperties>
FormTrainingClient.getAccountPropertiesWithResponse
(com.azure.core.util.Context context) Get account information of the form recognizer account with an Http response and a specifiedContext
.