Class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p5beta1TableTableRow
- Inherits:
-
Object
- Object
- Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p5beta1TableTableRow
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/vision_v1p2beta1/classes.rb,
generated/google/apis/vision_v1p2beta1/representations.rb,
generated/google/apis/vision_v1p2beta1/representations.rb
Overview
A row of table cells.
Instance Attribute Summary collapse
-
#cells ⇒ Array<Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p5beta1TableTableCell>
Cells that make up this row.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudVisionV1p5beta1TableTableRow
constructor
A new instance of GoogleCloudVisionV1p5beta1TableTableRow.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GoogleCloudVisionV1p5beta1TableTableRow
Returns a new instance of GoogleCloudVisionV1p5beta1TableTableRow
10676 10677 10678 |
# File 'generated/google/apis/vision_v1p2beta1/classes.rb', line 10676 def initialize(**args) update!(**args) end |
Instance Attribute Details
#cells ⇒ Array<Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p5beta1TableTableCell>
Cells that make up this row.
Corresponds to the JSON property cells
10674 10675 10676 |
# File 'generated/google/apis/vision_v1p2beta1/classes.rb', line 10674 def cells @cells end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10681 10682 10683 |
# File 'generated/google/apis/vision_v1p2beta1/classes.rb', line 10681 def update!(**args) @cells = args[:cells] if args.key?(:cells) end |