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.FormRecognizer.DocumentAnalysis.OperationDetails
	type DocumentModelComposeOperationDetails = class
    inherit OperationDetails
	Public Class DocumentModelComposeOperationDetails
Inherits OperationDetails
		- Inheritance
 
Properties
| CreatedOn | 
		 Date and time (UTC) when the operation was created. (Inherited from OperationDetails) | 
        	
| Error | 
		 Gets the error that occurred during the operation. The value is   | 
        	
| Kind | 
		 Type of operation. (Inherited from OperationDetails) | 
        	
| LastUpdatedOn | 
		 Date and time (UTC) when the operation was last updated. (Inherited from OperationDetails) | 
        	
| OperationId | 
		 Operation ID. (Inherited from OperationDetails) | 
        	
| PercentCompleted | 
		 Operation progress (0-100). (Inherited from OperationDetails) | 
        	
| ResourceLocation | 
		 URI of the resource targeted by this operation. (Inherited from OperationDetails) | 
        	
| Result | 
		 Operation result upon success.  | 
        	
| ServiceVersion | 
		 Service version used to create this operation. (Inherited from OperationDetails) | 
        	
| Status | 
		 Operation status. (Inherited from OperationDetails) | 
        	
| Tags | 
		 List of key-value tag attributes associated with the document model. (Inherited from OperationDetails) |