Class TextAnalyticsActionResult

java.lang.Object
com.azure.ai.textanalytics.models.TextAnalyticsActionResult
Direct Known Subclasses:
AnalyzeHealthcareEntitiesActionResult, AnalyzeSentimentActionResult, ExtractKeyPhrasesActionResult, ExtractSummaryActionResult, MultiCategoryClassifyActionResult, RecognizeCustomEntitiesActionResult, RecognizeEntitiesActionResult, RecognizeLinkedEntitiesActionResult, RecognizePiiEntitiesActionResult, SingleCategoryClassifyActionResult

public class TextAnalyticsActionResult extends Object
  • Constructor Details

    • TextAnalyticsActionResult

      public TextAnalyticsActionResult()
  • 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.