PostProcessSynchronousResult

Overview

The PostProcessSynchronousResult contains information about the PostProcessDocumentSet collection including the individual document name and the Base64 encrypted data.


{
    documentSet	
        PostProcessDocumentSetResult {
            documents	
                [
                nullable: true
                List of documents returned from post process operation

                PostProcessDocument {
                    description: Defines the documents for post process operations
                    documentID	
                        string
                        nullable: true
                        Defines the id of the document

                data	
                    PostProcessData {
                        base64	
                            string
                            nullable: true
                            Base64 data
                    }
                }]
            data	
                PostProcessData {
                    base64	
                        string
                        nullable: true
                        Base64 data
                }
            }
status	
            RequestStatus RequestStatus string
            Gets or Sets RequestStatus

            Enum:
            [ Incomplete, Sucessful, Failed, SuccessfulWithWarnings ]
statusDescription	
            string
            nullable: true
            Status description with details on the status.
}