LensDiscoveryStylePersonDetectionSignals

GoogleApi.ContentWarehouse.V1.Model.LensDiscoveryStylePersonDetectionSignals


Table of Contents ▼

Jump to a specific part of the page:

Description

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

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. detectedPersons (type: list(GoogleApi.ContentWarehouse.V1.Model.LensDiscoveryStylePersonDetectionSignalsDetectedPerson), 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.
  2. version (type: String.t, default: nil)
    -

Type

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

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.LensDiscoveryStylePersonDetectionSignals