Class TextAnalyticsActionResult

java.lang.Object
com.azure.ai.textanalytics.models.TextAnalyticsActionResult
Direct Known Subclasses:
AbstractiveSummaryActionResult, AnalyzeHealthcareEntitiesActionResult, AnalyzeSentimentActionResult, ExtractiveSummaryActionResult, ExtractKeyPhrasesActionResult, MultiLabelClassifyActionResult, RecognizeCustomEntitiesActionResult, RecognizeEntitiesActionResult, RecognizeLinkedEntitiesActionResult, RecognizePiiEntitiesActionResult, SingleLabelClassifyActionResult

public class TextAnalyticsActionResult extends Object
The TextAnalyticsActionResult model.
  • Constructor Details

    • TextAnalyticsActionResult

      public TextAnalyticsActionResult()
      Constructs a TextAnalyticsActionResult model.
  • Method Details

    • getActionName

      public String getActionName()
      Get the customized action name.
      Returns:
      the name of action.
    • getCompletedAt

      public OffsetDateTime getCompletedAt()
      Gets the time when the action was completed.
      Returns:
      The time when the action was completed.
    • getError

      public TextAnalyticsError getError()
      Gets the error of action.
      Returns:
      The error of action.
    • isError

      public boolean isError()
      Gets the boolean value indicates if the action result is error or not.
      Returns:
      A boolean indicates if the action result is error or not.