public static interface Document.PageAnchor.PageRefOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getLayoutId()
Optional.
|
com.google.protobuf.ByteString |
getLayoutIdBytes()
Optional.
|
Document.PageAnchor.PageRef.LayoutType |
getLayoutType()
Optional.
|
int |
getLayoutTypeValue()
Optional.
|
long |
getPage()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getPage()
Required. Index into the [Document.pages][google.cloud.documentai.v1beta2.Document.pages] element
int64 page = 1 [(.google.api.field_behavior) = REQUIRED];int getLayoutTypeValue()
Optional. The type of the layout element that is being referenced. If not specified the whole page is assumed to be referenced.
.google.cloud.documentai.v1beta2.Document.PageAnchor.PageRef.LayoutType layout_type = 2 [(.google.api.field_behavior) = OPTIONAL];
Document.PageAnchor.PageRef.LayoutType getLayoutType()
Optional. The type of the layout element that is being referenced. If not specified the whole page is assumed to be referenced.
.google.cloud.documentai.v1beta2.Document.PageAnchor.PageRef.LayoutType layout_type = 2 [(.google.api.field_behavior) = OPTIONAL];
String getLayoutId()
Optional. The [Page.Layout.id][google.cloud.documentai.v1beta2.Document.Page.Layout.id] on the page that this element references. If [LayoutRef.type][] is specified this id must also be specified.
string layout_id = 3 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getLayoutIdBytes()
Optional. The [Page.Layout.id][google.cloud.documentai.v1beta2.Document.Page.Layout.id] on the page that this element references. If [LayoutRef.type][] is specified this id must also be specified.
string layout_id = 3 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2020 Google LLC. All rights reserved.