Class TextAnalyticsActions
java.lang.Object
com.azure.ai.textanalytics.models.TextAnalyticsActions
The
TextAnalyticsActions model.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the list ofAbstractiveSummaryActionto be executed.Gets the list ofAnalyzeHealthcareEntitiesActionto be executed.Gets the list ofAnalyzeSentimentActionto be executed.Gets the custom name for the actions.Gets the list ofExtractiveSummaryActionto be executed.Gets the list ofExtractKeyPhrasesActionto be executed.Gets the list ofMultiLabelClassifyActionto be executed.Gets the list ofRecognizeCustomEntitiesActionto be executed.Gets the list ofRecognizeEntitiesActionto be executed.Gets the list ofRecognizeLinkedEntitiesActionto be executed.Gets the list ofRecognizePiiEntitiesActionto be executed.Gets the list ofSingleLabelClassifyActionto be executed.setAbstractiveSummaryActions(AbstractiveSummaryAction... abstractiveSummaryActions) Sets the list ofAbstractiveSummaryActionto be executed.setAnalyzeHealthcareEntitiesActions(AnalyzeHealthcareEntitiesAction... analyzeHealthcareEntitiesActions) Sets the list ofAnalyzeHealthcareEntitiesActionto be executed.setAnalyzeSentimentActions(AnalyzeSentimentAction... analyzeSentimentActions) Sets the list ofAnalyzeSentimentActionto be executed.setDisplayName(String displayName) Sets the custom name for the actions.setExtractiveSummaryActions(ExtractiveSummaryAction... extractiveSummaryActions) Sets the list ofExtractiveSummaryActionto be executed.setExtractKeyPhrasesActions(ExtractKeyPhrasesAction... extractKeyPhrasesActions) Sets the list ofExtractKeyPhrasesActionto be executed.setMultiLabelClassifyActions(MultiLabelClassifyAction... multiLabelClassifyActions) Sets the list ofMultiLabelClassifyActionto be executed.setRecognizeCustomEntitiesActions(RecognizeCustomEntitiesAction... recognizeCustomEntitiesActions) Sets the list ofRecognizeCustomEntitiesActionto be executed.setRecognizeEntitiesActions(RecognizeEntitiesAction... recognizeEntitiesActions) Sets the list ofRecognizeEntitiesActionto be executed.setRecognizeLinkedEntitiesActions(RecognizeLinkedEntitiesAction... recognizeLinkedEntitiesActions) Sets the list ofRecognizeLinkedEntitiesActionto be executed.setRecognizePiiEntitiesActions(RecognizePiiEntitiesAction... recognizePiiEntitiesActions) Sets the list ofRecognizePiiEntitiesActionto be executed.setSingleLabelClassifyActions(SingleLabelClassifyAction... singleLabelClassifyActions) Sets the list ofSingleLabelClassifyActionto be executed.
-
Constructor Details
-
TextAnalyticsActions
public TextAnalyticsActions()Constructs aTextAnalyticsActionsmodel.
-
-
Method Details
-
getDisplayName
Gets the custom name for the actions.- Returns:
- the custom name for the actions.
-
setDisplayName
Sets the custom name for the actions.- Parameters:
displayName- The custom name for the actions.- Returns:
- The
TextAnalyticsActionsobject itself.
-
getRecognizeEntitiesActions
Gets the list ofRecognizeEntitiesActionto be executed.- Returns:
- The list of
RecognizeEntitiesActionto be executed.
-
setRecognizeEntitiesActions
public TextAnalyticsActions setRecognizeEntitiesActions(RecognizeEntitiesAction... recognizeEntitiesActions) Sets the list ofRecognizeEntitiesActionto be executed.- Parameters:
recognizeEntitiesActions- The list ofRecognizeEntitiesActionto be executed.- Returns:
- The
TextAnalyticsActionsobject itself.
-
getRecognizeLinkedEntitiesActions
Gets the list ofRecognizeLinkedEntitiesActionto be executed.- Returns:
- The list of
RecognizeLinkedEntitiesActionto be executed.
-
setRecognizeLinkedEntitiesActions
public TextAnalyticsActions setRecognizeLinkedEntitiesActions(RecognizeLinkedEntitiesAction... recognizeLinkedEntitiesActions) Sets the list ofRecognizeLinkedEntitiesActionto be executed.- Parameters:
recognizeLinkedEntitiesActions- The list ofRecognizeLinkedEntitiesActionto be executed.- Returns:
- The
TextAnalyticsActionsobject itself.
-
getRecognizePiiEntitiesActions
Gets the list ofRecognizePiiEntitiesActionto be executed.- Returns:
- The list of
RecognizePiiEntitiesActionto be executed.
-
setRecognizePiiEntitiesActions
public TextAnalyticsActions setRecognizePiiEntitiesActions(RecognizePiiEntitiesAction... recognizePiiEntitiesActions) Sets the list ofRecognizePiiEntitiesActionto be executed.- Parameters:
recognizePiiEntitiesActions- The list ofRecognizePiiEntitiesActionto be executed.- Returns:
- The
TextAnalyticsActionsobject itself.
-
getAnalyzeHealthcareEntitiesActions
Gets the list ofAnalyzeHealthcareEntitiesActionto be executed.- Returns:
- The list of
AnalyzeHealthcareEntitiesActionto be executed.
-
setAnalyzeHealthcareEntitiesActions
public TextAnalyticsActions setAnalyzeHealthcareEntitiesActions(AnalyzeHealthcareEntitiesAction... analyzeHealthcareEntitiesActions) Sets the list ofAnalyzeHealthcareEntitiesActionto be executed.- Parameters:
analyzeHealthcareEntitiesActions- The list ofAnalyzeHealthcareEntitiesActionto be executed.- Returns:
- The
TextAnalyticsActionsobject itself.
-
getExtractKeyPhrasesActions
Gets the list ofExtractKeyPhrasesActionto be executed.- Returns:
- The list of
ExtractKeyPhrasesActionto be executed.
-
setExtractKeyPhrasesActions
public TextAnalyticsActions setExtractKeyPhrasesActions(ExtractKeyPhrasesAction... extractKeyPhrasesActions) Sets the list ofExtractKeyPhrasesActionto be executed.- Parameters:
extractKeyPhrasesActions- The list ofExtractKeyPhrasesActionto be executed.- Returns:
- The
TextAnalyticsActionsobject itself.
-
getAnalyzeSentimentActions
Gets the list ofAnalyzeSentimentActionto be executed.- Returns:
- The list of
AnalyzeSentimentActionto be executed.
-
setAnalyzeSentimentActions
public TextAnalyticsActions setAnalyzeSentimentActions(AnalyzeSentimentAction... analyzeSentimentActions) Sets the list ofAnalyzeSentimentActionto be executed.- Parameters:
analyzeSentimentActions- The list ofAnalyzeSentimentActionto be executed.- Returns:
- The
TextAnalyticsActionsobject itself.
-
getRecognizeCustomEntitiesActions
Gets the list ofRecognizeCustomEntitiesActionto be executed. See the service documentation for regional support of custom entities recognition: Custom NER- Returns:
- the list of
RecognizeCustomEntitiesActionto be executed.
-
setRecognizeCustomEntitiesActions
public TextAnalyticsActions setRecognizeCustomEntitiesActions(RecognizeCustomEntitiesAction... recognizeCustomEntitiesActions) Sets the list ofRecognizeCustomEntitiesActionto be executed. See the service documentation for regional support of custom entities recognition: Custom NER- Parameters:
recognizeCustomEntitiesActions- The list ofRecognizeCustomEntitiesActionto be executed.- Returns:
- The
TextAnalyticsActionsobject itself.
-
getSingleLabelClassifyActions
Gets the list ofSingleLabelClassifyActionto be executed. See the service documentation for regional support of custom single classification: Custom NER- Returns:
- the list of
SingleLabelClassifyActionto be executed.
-
setSingleLabelClassifyActions
public TextAnalyticsActions setSingleLabelClassifyActions(SingleLabelClassifyAction... singleLabelClassifyActions) Sets the list ofSingleLabelClassifyActionto be executed. See the service documentation for regional support of custom single classification: Custom NER- Parameters:
singleLabelClassifyActions- The list ofSingleLabelClassifyActionto be executed.- Returns:
- The
TextAnalyticsActionsobject itself.
-
getMultiLabelClassifyActions
Gets the list ofMultiLabelClassifyActionto be executed. See the service documentation for regional support of custom multi classification: Custom NER- Returns:
- the list of
MultiLabelClassifyActionto be executed.
-
setMultiLabelClassifyActions
public TextAnalyticsActions setMultiLabelClassifyActions(MultiLabelClassifyAction... multiLabelClassifyActions) Sets the list ofMultiLabelClassifyActionto be executed. See the service documentation for regional support of custom multi classification: Custom NER- Parameters:
multiLabelClassifyActions- The list ofMultiLabelClassifyActionto be executed.- Returns:
- The
TextAnalyticsActionsobject itself.
-
getAbstractiveSummaryActions
Gets the list ofAbstractiveSummaryActionto be executed.- Returns:
- the list of
AbstractiveSummaryActionto be executed.
-
setAbstractiveSummaryActions
public TextAnalyticsActions setAbstractiveSummaryActions(AbstractiveSummaryAction... abstractiveSummaryActions) Sets the list ofAbstractiveSummaryActionto be executed.- Parameters:
abstractiveSummaryActions- The list ofAbstractiveSummaryActionto be executed.- Returns:
- The
TextAnalyticsActionsobject itself.
-
getExtractiveSummaryActions
Gets the list ofExtractiveSummaryActionto be executed.- Returns:
- the list of
ExtractiveSummaryActionto be executed.
-
setExtractiveSummaryActions
public TextAnalyticsActions setExtractiveSummaryActions(ExtractiveSummaryAction... extractiveSummaryActions) Sets the list ofExtractiveSummaryActionto be executed.- Parameters:
extractiveSummaryActions- The list ofExtractiveSummaryActionto be executed.- Returns:
- The
TextAnalyticsActionsobject itself.
-