View Source GoogleApi.ContentWarehouse.V1.Model.LensDiscoveryStylePersonDetectionSignals (google_api_content_warehouse v0.4.0)

This message holds bounding boxes of detected people in the image. Next ID: 3

Attributes

  • detectedPersons (type: list(GoogleApi.ContentWarehouse.V1.Model.LensDiscoveryStylePersonDetectionSignalsDetectedPerson.t), default: nil) - Information of all detected people in the image, sorted by decreasing size of the bounding box. We store a maximum of 10 detected people.
  • version (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.LensDiscoveryStylePersonDetectionSignals{
    detectedPersons:
      [
        GoogleApi.ContentWarehouse.V1.Model.LensDiscoveryStylePersonDetectionSignalsDetectedPerson.t()
      ]
      | nil,
    version: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.