Uses of Class
com.azure.ai.formrecognizer.training.models.AccountProperties
Packages that use AccountProperties
Package
Description
Package containing form recognizer training clients for Azure Form Recognizer.
-
Uses of AccountProperties in com.azure.ai.formrecognizer.training
Methods in com.azure.ai.formrecognizer.training that return AccountPropertiesModifier and TypeMethodDescriptionFormTrainingClient.getAccountProperties()Get account information of the form recognizer account.Methods in com.azure.ai.formrecognizer.training that return types with arguments of type AccountPropertiesModifier 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.