Class: Google::Apis::DlpV2::GooglePrivacyDlpV2BoundingBox

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

Overview

Bounding box encompassing detected text within an image.

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) ⇒ GooglePrivacyDlpV2BoundingBox

Returns a new instance of GooglePrivacyDlpV2BoundingBox

[View source]

366
367
368
# File 'generated/google/apis/dlp_v2/classes.rb', line 366

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

Instance Attribute Details

#heightFixnum

Height of the bounding box in pixels. Corresponds to the JSON property height

Returns:

  • (Fixnum)

349
350
351
# File 'generated/google/apis/dlp_v2/classes.rb', line 349

def height
  @height
end

#leftFixnum

Left coordinate of the bounding box. (0,0) is upper left. Corresponds to the JSON property left

Returns:

  • (Fixnum)

354
355
356
# File 'generated/google/apis/dlp_v2/classes.rb', line 354

def left
  @left
end

#topFixnum

Top coordinate of the bounding box. (0,0) is upper left. Corresponds to the JSON property top

Returns:

  • (Fixnum)

359
360
361
# File 'generated/google/apis/dlp_v2/classes.rb', line 359

def top
  @top
end

#widthFixnum

Width of the bounding box in pixels. Corresponds to the JSON property width

Returns:

  • (Fixnum)

364
365
366
# File 'generated/google/apis/dlp_v2/classes.rb', line 364

def width
  @width
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object

[View source]

371
372
373
374
375
376
# File 'generated/google/apis/dlp_v2/classes.rb', line 371

def update!(**args)
  @height = args[:height] if args.key?(:height)
  @left = args[:left] if args.key?(:left)
  @top = args[:top] if args.key?(:top)
  @width = args[:width] if args.key?(:width)
end
x

Warning: This is not the latest release.



Privacy · Terms