TextAnalyticsActions Class

  • java.lang.Object
    • com.azure.ai.textanalytics.models.TextAnalyticsActions

public final class TextAnalyticsActions

The TextAnalyticsActions model.

Constructor Summary

Constructor Description
TextAnalyticsActions()

Constructs a TextAnalyticsActions model.

Method Summary

Modifier and Type Method and Description
Iterable<AbstractiveSummaryAction> getAbstractiveSummaryActions()

Gets the list of AbstractiveSummaryAction to be executed.

Iterable<AnalyzeHealthcareEntitiesAction> getAnalyzeHealthcareEntitiesActions()

Gets the list of AnalyzeHealthcareEntitiesAction to be executed.

Iterable<AnalyzeSentimentAction> getAnalyzeSentimentActions()

Gets the list of AnalyzeSentimentAction to be executed.

String getDisplayName()

Gets the custom name for the actions.

Iterable<ExtractiveSummaryAction> getExtractiveSummaryActions()

Gets the list of ExtractiveSummaryAction to be executed.

Iterable<ExtractKeyPhrasesAction> getExtractKeyPhrasesActions()

Gets the list of ExtractKeyPhrasesAction to be executed.

Iterable<MultiLabelClassifyAction> getMultiLabelClassifyActions()

Gets the list of MultiLabelClassifyAction to be executed.

Iterable<RecognizeCustomEntitiesAction> getRecognizeCustomEntitiesActions()

Gets the list of RecognizeCustomEntitiesAction to be executed.

Iterable<RecognizeEntitiesAction> getRecognizeEntitiesActions()

Gets the list of RecognizeEntitiesAction to be executed.

Iterable<RecognizeLinkedEntitiesAction> getRecognizeLinkedEntitiesActions()

Gets the list of RecognizeLinkedEntitiesAction to be executed.

Iterable<RecognizePiiEntitiesAction> getRecognizePiiEntitiesActions()

Gets the list of RecognizePiiEntitiesAction to be executed.

Iterable<SingleLabelClassifyAction> getSingleLabelClassifyActions()

Gets the list of SingleLabelClassifyAction to be executed.

TextAnalyticsActions setAbstractiveSummaryActions(AbstractiveSummaryAction[] abstractiveSummaryActions)

Sets the list of AbstractiveSummaryAction to be executed.

TextAnalyticsActions setAnalyzeHealthcareEntitiesActions(AnalyzeHealthcareEntitiesAction[] analyzeHealthcareEntitiesActions)

Sets the list of AnalyzeHealthcareEntitiesAction to be executed.

TextAnalyticsActions setAnalyzeSentimentActions(AnalyzeSentimentAction[] analyzeSentimentActions)

Sets the list of AnalyzeSentimentAction to be executed.

TextAnalyticsActions setDisplayName(String displayName)

Sets the custom name for the actions.

TextAnalyticsActions setExtractiveSummaryActions(ExtractiveSummaryAction[] extractiveSummaryActions)

Sets the list of ExtractiveSummaryAction to be executed.

TextAnalyticsActions setExtractKeyPhrasesActions(ExtractKeyPhrasesAction[] extractKeyPhrasesActions)

Sets the list of ExtractKeyPhrasesAction to be executed.

TextAnalyticsActions setMultiLabelClassifyActions(MultiLabelClassifyAction[] multiLabelClassifyActions)

Sets the list of MultiLabelClassifyAction to be executed.

TextAnalyticsActions setRecognizeCustomEntitiesActions(RecognizeCustomEntitiesAction[] recognizeCustomEntitiesActions)

Sets the list of RecognizeCustomEntitiesAction to be executed.

TextAnalyticsActions setRecognizeEntitiesActions(RecognizeEntitiesAction[] recognizeEntitiesActions)

Sets the list of RecognizeEntitiesAction to be executed.

TextAnalyticsActions setRecognizeLinkedEntitiesActions(RecognizeLinkedEntitiesAction[] recognizeLinkedEntitiesActions)

Sets the list of RecognizeLinkedEntitiesAction to be executed.

TextAnalyticsActions setRecognizePiiEntitiesActions(RecognizePiiEntitiesAction[] recognizePiiEntitiesActions)

Sets the list of RecognizePiiEntitiesAction to be executed.

TextAnalyticsActions setSingleLabelClassifyActions(SingleLabelClassifyAction[] singleLabelClassifyActions)

Sets the list of SingleLabelClassifyAction to be executed.

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:

the list of AbstractiveSummaryAction to be executed.

getAnalyzeHealthcareEntitiesActions

public Iterable<AnalyzeHealthcareEntitiesAction> getAnalyzeHealthcareEntitiesActions()

Gets the list of AnalyzeHealthcareEntitiesAction to be executed.

Returns:

The list of AnalyzeHealthcareEntitiesAction to be executed.

getAnalyzeSentimentActions

public Iterable<AnalyzeSentimentAction> getAnalyzeSentimentActions()

Gets the list of AnalyzeSentimentAction to be executed.

Returns:

The list of AnalyzeSentimentAction to be executed.

getDisplayName

public String getDisplayName()

Gets the custom name for the actions.

Returns:

the custom name for the actions.

getExtractiveSummaryActions

public Iterable<ExtractiveSummaryAction> getExtractiveSummaryActions()

Gets the list of ExtractiveSummaryAction to be executed.

Returns:

the list of ExtractiveSummaryAction to be executed.

getExtractKeyPhrasesActions

public Iterable<ExtractKeyPhrasesAction> getExtractKeyPhrasesActions()

Gets the list of ExtractKeyPhrasesAction to be executed.

Returns:

The list of ExtractKeyPhrasesAction to be executed.

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:

the list of MultiLabelClassifyAction to be executed.

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:

the list of RecognizeCustomEntitiesAction to be executed.

getRecognizeEntitiesActions

public Iterable<RecognizeEntitiesAction> getRecognizeEntitiesActions()

Gets the list of RecognizeEntitiesAction to be executed.

Returns:

The list of RecognizeEntitiesAction to be executed.

getRecognizeLinkedEntitiesActions

public Iterable<RecognizeLinkedEntitiesAction> getRecognizeLinkedEntitiesActions()

Gets the list of RecognizeLinkedEntitiesAction to be executed.

Returns:

The list of RecognizeLinkedEntitiesAction to be executed.

getRecognizePiiEntitiesActions

public Iterable<RecognizePiiEntitiesAction> getRecognizePiiEntitiesActions()

Gets the list of RecognizePiiEntitiesAction to be executed.

Returns:

The list of RecognizePiiEntitiesAction to be executed.

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:

the list of SingleLabelClassifyAction to be executed.

setAbstractiveSummaryActions

public TextAnalyticsActions setAbstractiveSummaryActions(AbstractiveSummaryAction[] abstractiveSummaryActions)

Sets the list of AbstractiveSummaryAction to be executed.

Parameters:

abstractiveSummaryActions - The list of AbstractiveSummaryAction to be executed.

Returns:

The TextAnalyticsActions object itself.

setAnalyzeHealthcareEntitiesActions

public TextAnalyticsActions setAnalyzeHealthcareEntitiesActions(AnalyzeHealthcareEntitiesAction[] analyzeHealthcareEntitiesActions)

Sets the list of AnalyzeHealthcareEntitiesAction to be executed.

Parameters:

analyzeHealthcareEntitiesActions - The list of AnalyzeHealthcareEntitiesAction to be executed.

Returns:

The TextAnalyticsActions object itself.

setAnalyzeSentimentActions

public TextAnalyticsActions setAnalyzeSentimentActions(AnalyzeSentimentAction[] analyzeSentimentActions)

Sets the list of AnalyzeSentimentAction to be executed.

Parameters:

analyzeSentimentActions - The list of AnalyzeSentimentAction to be executed.

Returns:

The TextAnalyticsActions object itself.

setDisplayName

public TextAnalyticsActions setDisplayName(String displayName)

Sets the custom name for the actions.

Parameters:

displayName - The custom name for the actions.

Returns:

The TextAnalyticsActions object itself.

setExtractiveSummaryActions

public TextAnalyticsActions setExtractiveSummaryActions(ExtractiveSummaryAction[] extractiveSummaryActions)

Sets the list of ExtractiveSummaryAction to be executed.

Parameters:

extractiveSummaryActions - The list of ExtractiveSummaryAction to be executed.

Returns:

The TextAnalyticsActions object itself.

setExtractKeyPhrasesActions

public TextAnalyticsActions setExtractKeyPhrasesActions(ExtractKeyPhrasesAction[] extractKeyPhrasesActions)

Sets the list of ExtractKeyPhrasesAction to be executed.

Parameters:

extractKeyPhrasesActions - The list of ExtractKeyPhrasesAction to be executed.

Returns:

The 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:

multiLabelClassifyActions - The list of MultiLabelClassifyAction to be executed.

Returns:

The 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:

recognizeCustomEntitiesActions - The list of RecognizeCustomEntitiesAction to be executed.

Returns:

The TextAnalyticsActions object itself.

setRecognizeEntitiesActions

public TextAnalyticsActions setRecognizeEntitiesActions(RecognizeEntitiesAction[] recognizeEntitiesActions)

Sets the list of RecognizeEntitiesAction to be executed.

Parameters:

recognizeEntitiesActions - The list of RecognizeEntitiesAction to be executed.

Returns:

The TextAnalyticsActions object itself.

setRecognizeLinkedEntitiesActions

public TextAnalyticsActions setRecognizeLinkedEntitiesActions(RecognizeLinkedEntitiesAction[] recognizeLinkedEntitiesActions)

Sets the list of RecognizeLinkedEntitiesAction to be executed.

Parameters:

recognizeLinkedEntitiesActions - The list of RecognizeLinkedEntitiesAction to be executed.

Returns:

The TextAnalyticsActions object itself.

setRecognizePiiEntitiesActions

public TextAnalyticsActions setRecognizePiiEntitiesActions(RecognizePiiEntitiesAction[] recognizePiiEntitiesActions)

Sets the list of RecognizePiiEntitiesAction to be executed.

Parameters:

recognizePiiEntitiesActions - The list of RecognizePiiEntitiesAction to be executed.

Returns:

The 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:

singleLabelClassifyActions - The list of SingleLabelClassifyAction to be executed.

Returns:

The TextAnalyticsActions object itself.

Applies to