Uses of Class
com.azure.ai.textanalytics.util.ClassifyDocumentPagedIterable
Packages that use ClassifyDocumentPagedIterable
Package
Description
Azure AI Language Service
is a cloud-based natural language processing (NLP) service offered by Microsoft Azure.
-
Uses of ClassifyDocumentPagedIterable in com.azure.ai.textanalytics
Methods in com.azure.ai.textanalytics that return types with arguments of type ClassifyDocumentPagedIterableModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<ClassifyDocumentOperationDetail,ClassifyDocumentPagedIterable> TextAnalyticsClient.beginMultiLabelClassify(Iterable<TextDocumentInput> documents, String projectName, String deploymentName, MultiLabelClassifyOptions options, com.azure.core.util.Context context) Returns a list of multi-label classification for the provided list ofdocumentwith provided request options.com.azure.core.util.polling.SyncPoller<ClassifyDocumentOperationDetail,ClassifyDocumentPagedIterable> TextAnalyticsClient.beginMultiLabelClassify(Iterable<String> documents, String projectName, String deploymentName) Returns a list of multi-label classification for the provided list ofdocument.com.azure.core.util.polling.SyncPoller<ClassifyDocumentOperationDetail,ClassifyDocumentPagedIterable> TextAnalyticsClient.beginMultiLabelClassify(Iterable<String> documents, String projectName, String deploymentName, String language, MultiLabelClassifyOptions options) Returns a list of multi-label classification for the provided list ofdocumentwith provided request options.com.azure.core.util.polling.SyncPoller<ClassifyDocumentOperationDetail,ClassifyDocumentPagedIterable> TextAnalyticsClient.beginSingleLabelClassify(Iterable<TextDocumentInput> documents, String projectName, String deploymentName, SingleLabelClassifyOptions options, com.azure.core.util.Context context) Returns a list of single-label classification for the provided list ofdocumentwith provided request options.com.azure.core.util.polling.SyncPoller<ClassifyDocumentOperationDetail,ClassifyDocumentPagedIterable> TextAnalyticsClient.beginSingleLabelClassify(Iterable<String> documents, String projectName, String deploymentName) Returns a list of single-label classification for the provided list ofdocument.com.azure.core.util.polling.SyncPoller<ClassifyDocumentOperationDetail,ClassifyDocumentPagedIterable> TextAnalyticsClient.beginSingleLabelClassify(Iterable<String> documents, String projectName, String deploymentName, String language, SingleLabelClassifyOptions options) Returns a list of single-label classification for the provided list ofdocumentwith provided request options.