Uses of Class
com.azure.ai.textanalytics.models.MultiLabelClassifyOptions
Packages that use MultiLabelClassifyOptions
Package
Description
Azure AI Language Service
is a cloud-based natural language processing (NLP) service offered by Microsoft Azure.
Package containing the data models for MicrosoftCognitiveLanguageServiceTextAnalysis.
-
Uses of MultiLabelClassifyOptions in com.azure.ai.textanalytics
Methods in com.azure.ai.textanalytics with parameters of type MultiLabelClassifyOptionsModifier 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, 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.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, String language, MultiLabelClassifyOptions options) Returns a list of multi-label classification for the provided list ofdocumentwith provided request options. -
Uses of MultiLabelClassifyOptions in com.azure.ai.textanalytics.models
Methods in com.azure.ai.textanalytics.models that return MultiLabelClassifyOptionsModifier and TypeMethodDescriptionMultiLabelClassifyOptions.setDisplayName(String displayName) Sets display name of the operation.MultiLabelClassifyOptions.setIncludeStatistics(boolean includeStatistics) Set the value ofincludeStatistics.MultiLabelClassifyOptions.setServiceLogsDisabled(boolean disableServiceLogs) Sets the value ofdisableServiceLogs.