TextAnalyticsActions Class
- java.
lang. Object - com.
azure. ai. textanalytics. models. TextAnalyticsActions
- com.
public final class TextAnalyticsActions
The TextAnalyticsActions model.
Constructor Summary
| Constructor | Description |
|---|---|
| TextAnalyticsActions() |
Constructs a |
Method Summary
Methods inherited from java.lang.Object
Constructor Details
TextAnalyticsActions
public TextAnalyticsActions()
Constructs a TextAnalyticsActions model.
Method Details
getAbstractiveSummaryActions
public Iterable<AbstractiveSummaryAction> getAbstractiveSummaryActions()
Gets the list of AbstractiveSummaryAction to be executed.
Returns:
getAnalyzeHealthcareEntitiesActions
public Iterable<AnalyzeHealthcareEntitiesAction> getAnalyzeHealthcareEntitiesActions()
Gets the list of AnalyzeHealthcareEntitiesAction to be executed.
Returns:
getAnalyzeSentimentActions
public Iterable<AnalyzeSentimentAction> getAnalyzeSentimentActions()
Gets the list of AnalyzeSentimentAction to be executed.
Returns:
getDisplayName
public String getDisplayName()
Gets the custom name for the actions.
Returns:
getExtractiveSummaryActions
public Iterable<ExtractiveSummaryAction> getExtractiveSummaryActions()
Gets the list of ExtractiveSummaryAction to be executed.
Returns:
getExtractKeyPhrasesActions
public Iterable<ExtractKeyPhrasesAction> getExtractKeyPhrasesActions()
Gets the list of ExtractKeyPhrasesAction to be executed.
Returns:
getMultiLabelClassifyActions
public Iterable<MultiLabelClassifyAction> getMultiLabelClassifyActions()
Gets the list of MultiLabelClassifyAction to be executed. See the service documentation for regional support of custom multi classification: Custom NER
Returns:
getRecognizeCustomEntitiesActions
public Iterable<RecognizeCustomEntitiesAction> getRecognizeCustomEntitiesActions()
Gets the list of RecognizeCustomEntitiesAction to be executed. See the service documentation for regional support of custom entities recognition: Custom NER
Returns:
getRecognizeEntitiesActions
public Iterable<RecognizeEntitiesAction> getRecognizeEntitiesActions()
Gets the list of RecognizeEntitiesAction to be executed.
Returns:
getRecognizeLinkedEntitiesActions
public Iterable<RecognizeLinkedEntitiesAction> getRecognizeLinkedEntitiesActions()
Gets the list of RecognizeLinkedEntitiesAction to be executed.
Returns:
getRecognizePiiEntitiesActions
public Iterable<RecognizePiiEntitiesAction> getRecognizePiiEntitiesActions()
Gets the list of RecognizePiiEntitiesAction to be executed.
Returns:
getSingleLabelClassifyActions
public Iterable<SingleLabelClassifyAction> getSingleLabelClassifyActions()
Gets the list of SingleLabelClassifyAction to be executed. See the service documentation for regional support of custom single classification: Custom NER
Returns:
setAbstractiveSummaryActions
public TextAnalyticsActions setAbstractiveSummaryActions(AbstractiveSummaryAction[] abstractiveSummaryActions)
Sets the list of AbstractiveSummaryAction to be executed.
Parameters:
Returns:
TextAnalyticsActions object itself.setAnalyzeHealthcareEntitiesActions
public TextAnalyticsActions setAnalyzeHealthcareEntitiesActions(AnalyzeHealthcareEntitiesAction[] analyzeHealthcareEntitiesActions)
Sets the list of AnalyzeHealthcareEntitiesAction to be executed.
Parameters:
Returns:
TextAnalyticsActions object itself.setAnalyzeSentimentActions
public TextAnalyticsActions setAnalyzeSentimentActions(AnalyzeSentimentAction[] analyzeSentimentActions)
Sets the list of AnalyzeSentimentAction to be executed.
Parameters:
Returns:
TextAnalyticsActions object itself.setDisplayName
public TextAnalyticsActions setDisplayName(String displayName)
Sets the custom name for the actions.
Parameters:
Returns:
TextAnalyticsActions object itself.setExtractiveSummaryActions
public TextAnalyticsActions setExtractiveSummaryActions(ExtractiveSummaryAction[] extractiveSummaryActions)
Sets the list of ExtractiveSummaryAction to be executed.
Parameters:
Returns:
TextAnalyticsActions object itself.setExtractKeyPhrasesActions
public TextAnalyticsActions setExtractKeyPhrasesActions(ExtractKeyPhrasesAction[] extractKeyPhrasesActions)
Sets the list of ExtractKeyPhrasesAction to be executed.
Parameters:
Returns:
TextAnalyticsActions object itself.setMultiLabelClassifyActions
public TextAnalyticsActions setMultiLabelClassifyActions(MultiLabelClassifyAction[] multiLabelClassifyActions)
Sets the list of MultiLabelClassifyAction to be executed. See the service documentation for regional support of custom multi classification: Custom NER
Parameters:
Returns:
TextAnalyticsActions object itself.setRecognizeCustomEntitiesActions
public TextAnalyticsActions setRecognizeCustomEntitiesActions(RecognizeCustomEntitiesAction[] recognizeCustomEntitiesActions)
Sets the list of RecognizeCustomEntitiesAction to be executed. See the service documentation for regional support of custom entities recognition: Custom NER
Parameters:
Returns:
TextAnalyticsActions object itself.setRecognizeEntitiesActions
public TextAnalyticsActions setRecognizeEntitiesActions(RecognizeEntitiesAction[] recognizeEntitiesActions)
Sets the list of RecognizeEntitiesAction to be executed.
Parameters:
Returns:
TextAnalyticsActions object itself.setRecognizeLinkedEntitiesActions
public TextAnalyticsActions setRecognizeLinkedEntitiesActions(RecognizeLinkedEntitiesAction[] recognizeLinkedEntitiesActions)
Sets the list of RecognizeLinkedEntitiesAction to be executed.
Parameters:
Returns:
TextAnalyticsActions object itself.setRecognizePiiEntitiesActions
public TextAnalyticsActions setRecognizePiiEntitiesActions(RecognizePiiEntitiesAction[] recognizePiiEntitiesActions)
Sets the list of RecognizePiiEntitiesAction to be executed.
Parameters:
Returns:
TextAnalyticsActions object itself.setSingleLabelClassifyActions
public TextAnalyticsActions setSingleLabelClassifyActions(SingleLabelClassifyAction[] singleLabelClassifyActions)
Sets the list of SingleLabelClassifyAction to be executed. See the service documentation for regional support of custom single classification: Custom NER
Parameters:
Returns:
TextAnalyticsActions object itself.