RecognizeCustomEntitiesOperationDetail Class
- java.
lang. Object - com.
azure. ai. textanalytics. models. RecognizeCustomEntitiesOperationDetail
- com.
public final class RecognizeCustomEntitiesOperationDetail
The RecognizeCustomEntitiesOperationDetail model.
Constructor Summary
| Constructor | Description |
|---|---|
| RecognizeCustomEntitiesOperationDetail() |
Constructs a |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Offset |
getCreatedAt()
Gets the created time of an action. |
| String |
getDisplayName()
Gets the display |
|
Offset |
getExpiresAt()
Gets the expiration time of an action. |
|
Offset |
getLastModifiedAt()
Gets the last updated time of an action. |
| String |
getOperationId()
Gets the operation |
Methods inherited from java.lang.Object
Constructor Details
RecognizeCustomEntitiesOperationDetail
public RecognizeCustomEntitiesOperationDetail()
Constructs a RecognizeCustomEntitiesOperationDetail model.
Method Details
getCreatedAt
public OffsetDateTime getCreatedAt()
Gets the created time of an action.
Returns:
getDisplayName
public String getDisplayName()
Gets the displayName property of the RecognizeCustomEntitiesOperationDetail.
Returns:
RecognizeCustomEntitiesOperationDetail.getExpiresAt
public OffsetDateTime getExpiresAt()
Gets the expiration time of an action.
Returns:
getLastModifiedAt
public OffsetDateTime getLastModifiedAt()
Gets the last updated time of an action.
Returns:
getOperationId
public String getOperationId()
Gets the operationId property of the RecognizeCustomEntitiesOperationDetail.
Returns:
RecognizeCustomEntitiesOperationDetail.