Class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta1DocumentDocumentLayout

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/documentai_v1beta3/classes.rb,
lib/google/apis/documentai_v1beta3/representations.rb,
lib/google/apis/documentai_v1beta3/representations.rb

Overview

Represents the parsed layout of a document as a collection of blocks that the document is divided into.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDocumentaiV1beta1DocumentDocumentLayout

Returns a new instance of GoogleCloudDocumentaiV1beta1DocumentDocumentLayout.



2331
2332
2333
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 2331

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#blocksArray<Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta1DocumentDocumentLayoutDocumentLayoutBlock>

List of blocks in the document. Corresponds to the JSON property blocks



2329
2330
2331
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 2329

def blocks
  @blocks
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2336
2337
2338
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 2336

def update!(**args)
  @blocks = args[:blocks] if args.key?(:blocks)
end