Uses of Class
com.azure.ai.textanalytics.models.MultiLabelClassifyAction
Packages that use MultiLabelClassifyAction
Package
Description
Package containing the data models for MicrosoftCognitiveLanguageServiceTextAnalysis.
-
Uses of MultiLabelClassifyAction in com.azure.ai.textanalytics.models
Methods in com.azure.ai.textanalytics.models that return MultiLabelClassifyActionModifier and TypeMethodDescriptionMultiLabelClassifyAction.setActionName(String actionName) Set the custom name for the action.MultiLabelClassifyAction.setServiceLogsDisabled(boolean disableServiceLogs) Sets the value ofdisableServiceLogs.Methods in com.azure.ai.textanalytics.models that return types with arguments of type MultiLabelClassifyActionModifier and TypeMethodDescriptionTextAnalyticsActions.getMultiLabelClassifyActions()Gets the list ofMultiLabelClassifyActionto be executed.Methods in com.azure.ai.textanalytics.models with parameters of type MultiLabelClassifyActionModifier and TypeMethodDescriptionTextAnalyticsActions.setMultiLabelClassifyActions(MultiLabelClassifyAction... multiLabelClassifyActions) Sets the list ofMultiLabelClassifyActionto be executed.