GoogleCloudDocumentaiV1DocumentRevisionResponse

data class GoogleCloudDocumentaiV1DocumentRevisionResponse(val agent: String, val createTime: String, val humanReview: GoogleCloudDocumentaiV1DocumentRevisionHumanReviewResponse, val parent: List<Int>, val parentIds: List<String>, val processor: String)

Contains past or forward revisions of this document.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If the change was made by a person specify the name or id of that person.

Link copied to clipboard

The time that the revision was created, internally generated by doc proto storage at the time of create.

Link copied to clipboard

Human Review information of this revision.

Link copied to clipboard

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 the revisions field.

Link copied to clipboard

The revisions that this revision is based on. Must include all the ids that have anything to do with this revision - eg. there are provenance.parent.revision fields that index into this field.

Link copied to clipboard

If the annotation was made by processor identify the processor by its resource name.