Class GoogleCloudDocumentaiV1DocumentRevision
Contains past or forward revisions of this document.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1DocumentRevision : IDirectResponseSchema
Properties
Agent
If the change was made by a person specify the name or id of that person.
Declaration
[JsonProperty("agent")]
public virtual string Agent { get; set; }
Property Value
Type | Description |
---|---|
string |
CreateTime
object representation of CreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
CreateTimeDateTimeOffset
DateTimeOffset representation of CreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
CreateTimeRaw
The time that the revision was created, internally generated by doc proto storage at the time of create.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HumanReview
Human Review information of this revision.
Declaration
[JsonProperty("humanReview")]
public virtual GoogleCloudDocumentaiV1DocumentRevisionHumanReview HumanReview { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1DocumentRevisionHumanReview |
Id
Id of the revision, internally generated by doc proto storage. Unique within the context of the document.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
Parent
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.
Declaration
[JsonProperty("parent")]
public virtual IList<int?> Parent { get; set; }
Property Value
Type | Description |
---|---|
IList<int?> |
ParentIds
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.
Declaration
[JsonProperty("parentIds")]
public virtual IList<string> ParentIds { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Processor
If the annotation was made by processor identify the processor by its resource name.
Declaration
[JsonProperty("processor")]
public virtual string Processor { get; set; }
Property Value
Type | Description |
---|---|
string |