Uses of Class
com.azure.ai.textanalytics.models.SingleLabelClassifyOptions
Packages that use SingleLabelClassifyOptions
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 SingleLabelClassifyOptions in com.azure.ai.textanalytics
Methods in com.azure.ai.textanalytics with parameters of type SingleLabelClassifyOptionsModifier and TypeMethodDescriptioncom.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, String language, SingleLabelClassifyOptions options) 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<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, String language, SingleLabelClassifyOptions options) Returns a list of single-label classification for the provided list ofdocumentwith provided request options. -
Uses of SingleLabelClassifyOptions in com.azure.ai.textanalytics.models
Methods in com.azure.ai.textanalytics.models that return SingleLabelClassifyOptionsModifier and TypeMethodDescriptionSingleLabelClassifyOptions.setDisplayName(String displayName) Sets display name of the operation.SingleLabelClassifyOptions.setIncludeStatistics(boolean includeStatistics) Set the value ofincludeStatistics.SingleLabelClassifyOptions.setServiceLogsDisabled(boolean disableServiceLogs) Sets the value ofdisableServiceLogs.