Uses of Class
com.azure.ai.textanalytics.util.ClassifyDocumentPagedFlux
Packages that use ClassifyDocumentPagedFlux
Package
Description
Azure AI Language Service
is a cloud-based natural language processing (NLP) service offered by Microsoft Azure.
Package containing Azure Text Analytics collection types that contain the results for batch operations.
-
Uses of ClassifyDocumentPagedFlux in com.azure.ai.textanalytics
Methods in com.azure.ai.textanalytics that return types with arguments of type ClassifyDocumentPagedFluxModifier and TypeMethodDescriptioncom.azure.core.util.polling.PollerFlux<ClassifyDocumentOperationDetail,ClassifyDocumentPagedFlux> TextAnalyticsAsyncClient.beginMultiLabelClassify(Iterable<TextDocumentInput> documents, String projectName, String deploymentName, MultiLabelClassifyOptions options) Returns a list of multi-label classification for the provided list ofdocumentwith provided request options.com.azure.core.util.polling.PollerFlux<ClassifyDocumentOperationDetail,ClassifyDocumentPagedFlux> TextAnalyticsAsyncClient.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.PollerFlux<ClassifyDocumentOperationDetail,ClassifyDocumentPagedFlux> TextAnalyticsAsyncClient.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.PollerFlux<ClassifyDocumentOperationDetail,ClassifyDocumentPagedFlux> TextAnalyticsAsyncClient.beginSingleLabelClassify(Iterable<TextDocumentInput> documents, String projectName, String deploymentName, SingleLabelClassifyOptions options) Returns a list of single-label classification for the provided list ofdocumentwith provided request options.com.azure.core.util.polling.PollerFlux<ClassifyDocumentOperationDetail,ClassifyDocumentPagedFlux> TextAnalyticsAsyncClient.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.PollerFlux<ClassifyDocumentOperationDetail,ClassifyDocumentPagedFlux> TextAnalyticsAsyncClient.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. -
Uses of ClassifyDocumentPagedFlux in com.azure.ai.textanalytics.util
Constructors in com.azure.ai.textanalytics.util with parameters of type ClassifyDocumentPagedFluxModifierConstructorDescriptionCreates instance givenClassifyDocumentPagedIterable.