GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3DocumentRevision (google_api_document_ai v0.9.0) View Source
Contains past or forward revisions of this document.
Attributes
-
agent
(type:String.t
, default:nil
) - If the change was made by a person specify the name or id of that person. -
createTime
(type:DateTime.t
, default:nil
) - The time that the revision was created. -
humanReview
(type:GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3DocumentRevisionHumanReview.t
, default:nil
) - Human Review information of this revision. -
id
(type:String.t
, default:nil
) - Id of the revision. Unique within the context of the document. -
parent
(type:list(integer())
, default:nil
) - The revisions that this revision is based on. This can include one or more parent (when documents are merged.) This field represents the index into therevisions
field. -
processor
(type:String.t
, default:nil
) - If the annotation was made by processor identify the processor by its resource name.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3DocumentRevision{ agent: String.t(), createTime: DateTime.t(), humanReview: GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3DocumentRevisionHumanReview.t(), id: String.t(), parent: [integer()], processor: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.