Class TextAnalyticsActionResult

    • Constructor Detail

      • TextAnalyticsActionResult

        public TextAnalyticsActionResult()
    • Method Detail

      • 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.