TextAnalyticsActionResult Class
- java.
lang. Object - com.
azure. ai. textanalytics. models. TextAnalyticsActionResult
- com.
public class TextAnalyticsActionResult
The TextAnalyticsActionResult model.
Constructor Summary
| Constructor | Description |
|---|---|
| TextAnalyticsActionResult() |
Constructs a |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
getActionName()
Get the customized action name. |
|
Offset |
getCompletedAt()
Gets the time when the action was completed. |
|
Text |
getError()
Gets the error of action. |
| boolean |
isError()
Gets the boolean value indicates if the action result is error or not. |
Methods inherited from java.lang.Object
Constructor Details
TextAnalyticsActionResult
public TextAnalyticsActionResult()
Constructs a TextAnalyticsActionResult model.
Method Details
getActionName
public String getActionName()
Get the customized action name.
Returns:
getCompletedAt
public OffsetDateTime getCompletedAt()
Gets the time when the action was completed.
Returns:
getError
public TextAnalyticsError getError()
Gets the error of action.
Returns:
isError
public boolean isError()
Gets the boolean value indicates if the action result is error or not.
Returns: