Uses of Class
com.azure.ai.documentintelligence.models.AuthorizeClassifierCopyOptions
Packages that use AuthorizeClassifierCopyOptions
Package
Description
Package containing the classes for DocumentIntelligence.
Package containing the data models for DocumentIntelligence.
-
Uses of AuthorizeClassifierCopyOptions in com.azure.ai.documentintelligence
Methods in com.azure.ai.documentintelligence with parameters of type AuthorizeClassifierCopyOptionsModifier and TypeMethodDescriptionDocumentIntelligenceAdministrationAsyncClient.authorizeClassifierCopy(AuthorizeClassifierCopyOptions authorizeCopyRequest) Generates authorization to copy a document classifier to this location with specified classifierId and optional description.DocumentIntelligenceAdministrationClient.authorizeClassifierCopy(AuthorizeClassifierCopyOptions authorizeCopyRequest) Generates authorization to copy a document classifier to this location with specified classifierId and optional description. -
Uses of AuthorizeClassifierCopyOptions in com.azure.ai.documentintelligence.models
Methods in com.azure.ai.documentintelligence.models that return AuthorizeClassifierCopyOptionsModifier and TypeMethodDescriptionAuthorizeClassifierCopyOptions.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AuthorizeClassifierCopyOptions from the JsonReader.AuthorizeClassifierCopyOptions.setDescription(String description) Set the description property: Document classifier description.Set the tags property: List of key-value tag attributes associated with the document classifier.