DocumentModelComposeOperationDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get Operation response object.
public class DocumentModelComposeOperationDetails : Azure.AI.DocumentIntelligence.OperationDetails, System.ClientModel.Primitives.IJsonModel<Azure.AI.DocumentIntelligence.DocumentModelComposeOperationDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.DocumentIntelligence.DocumentModelComposeOperationDetails>
type DocumentModelComposeOperationDetails = class
inherit OperationDetails
interface IJsonModel<DocumentModelComposeOperationDetails>
interface IPersistableModel<DocumentModelComposeOperationDetails>
Public Class DocumentModelComposeOperationDetails
Inherits OperationDetails
Implements IJsonModel(Of DocumentModelComposeOperationDetails), IPersistableModel(Of DocumentModelComposeOperationDetails)
- Inheritance
- Implements
Properties
ApiVersion |
API version used to create this operation. (Inherited from OperationDetails) |
CreatedOn |
Date and time (UTC) when the operation was created. (Inherited from OperationDetails) |
Error |
Encountered error. (Inherited from OperationDetails) |
LastUpdatedOn |
Date and time (UTC) when the status was last updated. (Inherited from OperationDetails) |
OperationId |
Operation ID. (Inherited from OperationDetails) |
PercentCompleted |
Operation progress (0-100). (Inherited from OperationDetails) |
ResourceLocation |
URL of the resource targeted by this operation. (Inherited from OperationDetails) |
Result |
Operation result upon success. |
Status |
Operation status. notStarted, running, completed, or failed. (Inherited from OperationDetails) |
Tags |
List of key-value tag attributes associated with the document model. (Inherited from OperationDetails) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET