public sealed class Revision : IMessage<Document.Types.Revision>, IEquatable<Document.Types.Revision>, IDeepCloneable<Document.Types.Revision>, IBufferMessage, IMessage
Contains past or forward revisions of this document.
Implements
IMessage<Document.Types.Revision>, IEquatable<Document.Types.Revision>, IDeepCloneable<Document.Types.Revision>, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Beta3Assembly
Google.Cloud.DocumentAI.V1Beta3.dll
Constructors
Revision()
public Revision()
Revision(Document.Types.Revision)
public Revision(Document.Types.Revision other)
Parameter | |
---|---|
Name | Description |
other | Document.Types.Revision |
Properties
Agent
public string Agent { get; set; }
If the change was made by a person specify the name or id of that person.
Property Value | |
---|---|
Type | Description |
String |
CreateTime
public Timestamp CreateTime { get; set; }
The time that the revision was created.
Property Value | |
---|---|
Type | Description |
Timestamp |
HumanReview
public Document.Types.Revision.Types.HumanReview HumanReview { get; set; }
Human Review information of this revision.
Property Value | |
---|---|
Type | Description |
Document.Types.Revision.Types.HumanReview |
Id
public string Id { get; set; }
Id of the revision. Unique within the context of the document.
Property Value | |
---|---|
Type | Description |
String |
Parent
public RepeatedField<int> Parent { get; }
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.
Property Value | |
---|---|
Type | Description |
RepeatedField<Int32> |
Processor
public string Processor { get; set; }
If the annotation was made by processor identify the processor by its resource name.
Property Value | |
---|---|
Type | Description |
String |
SourceCase
public Document.Types.Revision.SourceOneofCase SourceCase { get; }
Property Value | |
---|---|
Type | Description |
Document.Types.Revision.SourceOneofCase |