Class AnalyzeActionsResult
java.lang.Object
com.azure.ai.textanalytics.models.AnalyzeActionsResult
The
AnalyzeActionsResult model.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.util.IterableStream<AbstractiveSummaryActionResult>Gets theabstractiveSummaryResultsproperty: the abstractive summarization actions results property.com.azure.core.util.IterableStream<AnalyzeHealthcareEntitiesActionResult>Gets theanalyzeHealthcareEntitiesActionResultsproperty: The Healthcare entities actions results property.com.azure.core.util.IterableStream<AnalyzeSentimentActionResult>Gets theanalyzeSentimentResultsproperty: The sentiment analysis actions results property.com.azure.core.util.IterableStream<ExtractiveSummaryActionResult>Gets theextractiveSummaryResultsproperty: the extractive summarization actions results property.com.azure.core.util.IterableStream<ExtractKeyPhrasesActionResult>Gets theextractKeyPhrasesResultsproperty: The key phrases extraction actions results property.com.azure.core.util.IterableStream<MultiLabelClassifyActionResult>Gets themultiLabelClassifyResultsproperty: the custom classify document multiple label classify actions results property.com.azure.core.util.IterableStream<RecognizeCustomEntitiesActionResult>Gets therecognizeCustomEntitiesResultsproperty: the custom recognize entities actions results property.com.azure.core.util.IterableStream<RecognizeEntitiesActionResult>Gets therecognizeEntitiesResultsproperty: The categorized entities recognition action results property.com.azure.core.util.IterableStream<RecognizeLinkedEntitiesActionResult>Gets therecognizeLinkedEntitiesResultsproperty: The linked entities recognition action results property.com.azure.core.util.IterableStream<RecognizePiiEntitiesActionResult>Gets therecognizePiiEntitiesResultsproperty: The PII entities recognition actions results property.com.azure.core.util.IterableStream<SingleLabelClassifyActionResult>Gets thesingleLabelClassifyResultsproperty: the custom classify document single label classify actions results property.
-
Constructor Details
-
AnalyzeActionsResult
public AnalyzeActionsResult()Constructs aAnalyzeActionsResultmodel.
-
-
Method Details
-
getRecognizeEntitiesResults
public com.azure.core.util.IterableStream<RecognizeEntitiesActionResult> getRecognizeEntitiesResults()Gets therecognizeEntitiesResultsproperty: The categorized entities recognition action results property.- Returns:
- The recognizeEntitiesResults value.
-
getRecognizeLinkedEntitiesResults
public com.azure.core.util.IterableStream<RecognizeLinkedEntitiesActionResult> getRecognizeLinkedEntitiesResults()Gets therecognizeLinkedEntitiesResultsproperty: The linked entities recognition action results property.- Returns:
- The recognizeLinkedEntitiesResults value.
-
getRecognizePiiEntitiesResults
public com.azure.core.util.IterableStream<RecognizePiiEntitiesActionResult> getRecognizePiiEntitiesResults()Gets therecognizePiiEntitiesResultsproperty: The PII entities recognition actions results property.- Returns:
- The recognizePiiEntitiesResults value.
-
getAnalyzeHealthcareEntitiesResults
public com.azure.core.util.IterableStream<AnalyzeHealthcareEntitiesActionResult> getAnalyzeHealthcareEntitiesResults()Gets theanalyzeHealthcareEntitiesActionResultsproperty: The Healthcare entities actions results property.- Returns:
- The analyzeHealthcareEntitiesActionResults value.
-
getExtractKeyPhrasesResults
public com.azure.core.util.IterableStream<ExtractKeyPhrasesActionResult> getExtractKeyPhrasesResults()Gets theextractKeyPhrasesResultsproperty: The key phrases extraction actions results property.- Returns:
- The extractKeyPhrasesResults value.
-
getAnalyzeSentimentResults
public com.azure.core.util.IterableStream<AnalyzeSentimentActionResult> getAnalyzeSentimentResults()Gets theanalyzeSentimentResultsproperty: The sentiment analysis actions results property.- Returns:
- The analyzeSentimentResults value.
-
getRecognizeCustomEntitiesResults
public com.azure.core.util.IterableStream<RecognizeCustomEntitiesActionResult> getRecognizeCustomEntitiesResults()Gets therecognizeCustomEntitiesResultsproperty: the custom recognize entities actions results property.- Returns:
- the recognizeCustomEntitiesResults value.
-
getSingleLabelClassifyResults
public com.azure.core.util.IterableStream<SingleLabelClassifyActionResult> getSingleLabelClassifyResults()Gets thesingleLabelClassifyResultsproperty: the custom classify document single label classify actions results property.- Returns:
- the singleLabelClassifyResults value.
-
getMultiLabelClassifyResults
public com.azure.core.util.IterableStream<MultiLabelClassifyActionResult> getMultiLabelClassifyResults()Gets themultiLabelClassifyResultsproperty: the custom classify document multiple label classify actions results property.- Returns:
- the multiLabelClassifyResults value.
-
getAbstractiveSummaryResults
public com.azure.core.util.IterableStream<AbstractiveSummaryActionResult> getAbstractiveSummaryResults()Gets theabstractiveSummaryResultsproperty: the abstractive summarization actions results property.- Returns:
- the abstractiveSummaryResults value.
-
getExtractiveSummaryResults
public com.azure.core.util.IterableStream<ExtractiveSummaryActionResult> getExtractiveSummaryResults()Gets theextractiveSummaryResultsproperty: the extractive summarization actions results property.- Returns:
- the extractiveSummaryResults value.
-