GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta1DocumentPageAnchorPageRef (google_api_document_ai v0.9.0) View Source
Represents a weak reference to a page element within a document.
Attributes
-
boundingPoly(type:GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta1BoundingPoly.t, default:nil) - Optional. Identifies the bounding polygon of a layout element on the page. -
layoutId(type:String.t, default:nil) - Optional. Deprecated. Use PageRef.bounding_poly instead. -
layoutType(type:String.t, default:nil) - Optional. The type of the layout element that is being referenced if any. -
page(type:String.t, default:nil) - Required. Index into the Document.pages element, for example using Document.pages to locate the related page element.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() ::
%GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta1DocumentPageAnchorPageRef{
boundingPoly:
GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta1BoundingPoly.t(),
layoutId: String.t(),
layoutType: String.t(),
page: String.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.