google_api_dlp v0.32.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BoundingBox View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BoundingBox{
  height: integer(),
  left: integer(),
  top: integer(),
  width: integer()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.