View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BoundingBox (google_api_dlp v0.46.0)

Bounding box encompassing detected text within an image.

Attributes

  • height (type: integer(), default: nil) - Height of the bounding box in pixels.
  • left (type: integer(), default: nil) - Left coordinate of the bounding box. (0,0) is upper left.
  • top (type: integer(), default: nil) - Top coordinate of the bounding box. (0,0) is upper left.
  • width (type: integer(), default: nil) - Width of the bounding box in pixels.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BoundingBox{
  height: integer() | nil,
  left: integer() | nil,
  top: integer() | nil,
  width: integer() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.