Class ExtractiveSummaryOperationDetail
java.lang.Object
com.azure.ai.textanalytics.models.ExtractiveSummaryOperationDetail
The
ExtractiveSummaryOperationDetail model.-
Constructor Summary
ConstructorsConstructorDescriptionConstructs aExtractiveSummaryOperationDetailmodel. -
Method Summary
Modifier and TypeMethodDescriptionGets the created time of an action.Gets the displayName property of theExtractiveSummaryOperationDetail.Gets the expiration time of an action.Gets the last updated time of an action.Gets the operationId property of theExtractiveSummaryOperationDetail.
-
Constructor Details
-
ExtractiveSummaryOperationDetail
public ExtractiveSummaryOperationDetail()Constructs aExtractiveSummaryOperationDetailmodel.
-
-
Method Details
-
getOperationId
Gets the operationId property of theExtractiveSummaryOperationDetail.- Returns:
- The operationId property of the
ExtractiveSummaryOperationDetail.
-
getDisplayName
Gets the displayName property of theExtractiveSummaryOperationDetail.- Returns:
- The displayName property of the
ExtractiveSummaryOperationDetail.
-
getCreatedAt
Gets the created time of an action.- Returns:
- The created time of an action.
-
getExpiresAt
Gets the expiration time of an action.- Returns:
- The expiration time of an action.
-
getLastModifiedAt
Gets the last updated time of an action.- Returns:
- The last updated time of an action.
-