Class: Google::Apis::VisionV1::GoogleCloudVisionV1p5beta1TableTableRow

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

Overview

A row of table cells.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ GoogleCloudVisionV1p5beta1TableTableRow

Returns a new instance of GoogleCloudVisionV1p5beta1TableTableRow



10263
10264
10265
# File 'generated/google/apis/vision_v1/classes.rb', line 10263

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

Instance Attribute Details

#cellsArray<Google::Apis::VisionV1::GoogleCloudVisionV1p5beta1TableTableCell>

Cells that make up this row. Corresponds to the JSON property cells



10261
10262
10263
# File 'generated/google/apis/vision_v1/classes.rb', line 10261

def cells
  @cells
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10268
10269
10270
# File 'generated/google/apis/vision_v1/classes.rb', line 10268

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