Uses of Class
com.azure.ai.documentintelligence.models.DocumentClassifierCopyToOperationDetails
Packages that use DocumentClassifierCopyToOperationDetails
Package
Description
Package containing the classes for DocumentIntelligence.
Package containing the data models for DocumentIntelligence.
-
Uses of DocumentClassifierCopyToOperationDetails in com.azure.ai.documentintelligence
Methods in com.azure.ai.documentintelligence that return types with arguments of type DocumentClassifierCopyToOperationDetailsModifier and TypeMethodDescriptioncom.azure.core.util.polling.PollerFlux<DocumentClassifierCopyToOperationDetails, DocumentClassifierDetails> DocumentIntelligenceAdministrationAsyncClient.beginCopyClassifierTo(String classifierId, ClassifierCopyAuthorization copyToRequest) Copies document classifier to the target resource, region, and classifierId.com.azure.core.util.polling.SyncPoller<DocumentClassifierCopyToOperationDetails, DocumentClassifierDetails> DocumentIntelligenceAdministrationClient.beginCopyClassifierTo(String classifierId, ClassifierCopyAuthorization copyToRequest) Copies document classifier to the target resource, region, and classifierId. -
Uses of DocumentClassifierCopyToOperationDetails in com.azure.ai.documentintelligence.models
Methods in com.azure.ai.documentintelligence.models that return DocumentClassifierCopyToOperationDetailsModifier and TypeMethodDescriptionDocumentClassifierCopyToOperationDetails.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DocumentClassifierCopyToOperationDetails from the JsonReader.