Uses of Class
com.azure.ai.documentintelligence.models.AuthorizeCopyRequest
Package
Description
Package containing the classes for DocumentIntelligence.
Package containing the data models for DocumentIntelligence.
-
Uses of AuthorizeCopyRequest in com.azure.ai.documentintelligence
Modifier and TypeMethodDescriptionDocumentIntelligenceAdministrationAsyncClient.authorizeModelCopy
(AuthorizeCopyRequest authorizeCopyRequest) Generates authorization to copy a document model to this location with specified modelId and optional description.DocumentIntelligenceAdministrationClient.authorizeModelCopy
(AuthorizeCopyRequest authorizeCopyRequest) Generates authorization to copy a document model to this location with specified modelId and optional description. -
Uses of AuthorizeCopyRequest in com.azure.ai.documentintelligence.models
Modifier and TypeMethodDescriptionstatic AuthorizeCopyRequest
AuthorizeCopyRequest.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of AuthorizeCopyRequest from the JsonReader.AuthorizeCopyRequest.setDescription
(String description) Set the description property: Document model description.Set the tags property: List of key-value tag attributes associated with the document model.