Uses of Class
com.azure.ai.documentintelligence.models.BuildDocumentClassifierOptions
Packages that use BuildDocumentClassifierOptions
Package
Description
Package containing the classes for DocumentIntelligence.
Package containing the data models for DocumentIntelligence.
-
Uses of BuildDocumentClassifierOptions in com.azure.ai.documentintelligence
Methods in com.azure.ai.documentintelligence with parameters of type BuildDocumentClassifierOptionsModifier and TypeMethodDescriptioncom.azure.core.util.polling.PollerFlux<DocumentClassifierBuildOperationDetails, DocumentClassifierDetails> DocumentIntelligenceAdministrationAsyncClient.beginBuildClassifier(BuildDocumentClassifierOptions buildRequest) Builds a custom document classifier.com.azure.core.util.polling.SyncPoller<DocumentClassifierBuildOperationDetails, DocumentClassifierDetails> DocumentIntelligenceAdministrationClient.beginBuildClassifier(BuildDocumentClassifierOptions buildRequest) Builds a custom document classifier. -
Uses of BuildDocumentClassifierOptions in com.azure.ai.documentintelligence.models
Methods in com.azure.ai.documentintelligence.models that return BuildDocumentClassifierOptionsModifier and TypeMethodDescriptionBuildDocumentClassifierOptions.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BuildDocumentClassifierOptions from the JsonReader.BuildDocumentClassifierOptions.setAllowOverwrite(Boolean allowOverwrite) Set the allowOverwrite property: Allow overwriting an existing classifier with the same name.BuildDocumentClassifierOptions.setBaseClassifierId(String baseClassifierId) Set the baseClassifierId property: Base classifierId on top of which to train the classifier.BuildDocumentClassifierOptions.setDescription(String description) Set the description property: Document classifier description.