public static interface Document.RevisionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAgent()
If the change was made by a person specify the name or id of that
person.
|
com.google.protobuf.ByteString |
getAgentBytes()
If the change was made by a person specify the name or id of that
person.
|
com.google.protobuf.Timestamp |
getCreateTime()
The time that the revision was created.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
The time that the revision was created.
|
Document.Revision.HumanReview |
getHumanReview()
Human Review information of this revision.
|
Document.Revision.HumanReviewOrBuilder |
getHumanReviewOrBuilder()
Human Review information of this revision.
|
String |
getId()
Id of the revision.
|
com.google.protobuf.ByteString |
getIdBytes()
Id of the revision.
|
int |
getParent(int index)
The revisions that this revision is based on.
|
int |
getParentCount()
The revisions that this revision is based on.
|
List<Integer> |
getParentList()
The revisions that this revision is based on.
|
String |
getProcessor()
If the annotation was made by processor identify the processor by its
resource name.
|
com.google.protobuf.ByteString |
getProcessorBytes()
If the annotation was made by processor identify the processor by its
resource name.
|
Document.Revision.SourceCase |
getSourceCase() |
boolean |
hasCreateTime()
The time that the revision was created.
|
boolean |
hasHumanReview()
Human Review information of this revision.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getAgent()
If the change was made by a person specify the name or id of that person.
string agent = 4;com.google.protobuf.ByteString getAgentBytes()
If the change was made by a person specify the name or id of that person.
string agent = 4;String getProcessor()
If the annotation was made by processor identify the processor by its resource name.
string processor = 5;com.google.protobuf.ByteString getProcessorBytes()
If the annotation was made by processor identify the processor by its resource name.
string processor = 5;String getId()
Id of the revision. Unique within the context of the document.
string id = 1;com.google.protobuf.ByteString getIdBytes()
Id of the revision. Unique within the context of the document.
string id = 1;List<Integer> getParentList()
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.
repeated int32 parent = 2;int getParentCount()
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.
repeated int32 parent = 2;int getParent(int index)
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.
repeated int32 parent = 2;index - The index of the element to return.boolean hasCreateTime()
The time that the revision was created.
.google.protobuf.Timestamp create_time = 3;com.google.protobuf.Timestamp getCreateTime()
The time that the revision was created.
.google.protobuf.Timestamp create_time = 3;com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
The time that the revision was created.
.google.protobuf.Timestamp create_time = 3;boolean hasHumanReview()
Human Review information of this revision.
.google.cloud.documentai.v1beta3.Document.Revision.HumanReview human_review = 6;Document.Revision.HumanReview getHumanReview()
Human Review information of this revision.
.google.cloud.documentai.v1beta3.Document.Revision.HumanReview human_review = 6;Document.Revision.HumanReviewOrBuilder getHumanReviewOrBuilder()
Human Review information of this revision.
.google.cloud.documentai.v1beta3.Document.Revision.HumanReview human_review = 6;Document.Revision.SourceCase getSourceCase()
Copyright © 2020 Google LLC. All rights reserved.