MediaIndexRegion

GoogleApi.ContentWarehouse.V1.Model.MediaIndexRegion


Table of Contents ▼

Jump to a specific part of the page:

Description

Metadata associated with a region in an image. NEXT_ID: 14

Attributes List

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

View Attributes

Attributes

  1. boundingBox (type: GoogleApi.ContentWarehouse.V1.Model.MediaIndexBoundingbox, default: nil)
    - The bounding box corresponding to the region.
  2. entityFields (type: list(GoogleApi.ContentWarehouse.V1.Model.MediaIndexEntityField), default: nil)
    - Detected Entities found within this region.
  3. labels (type: GoogleApi.ContentWarehouse.V1.Model.MediaIndexSparseFloatVector, default: nil)
    - The labels associated with the region encoded as a SparseFloatVector to facilitate dot product computation during sorting. The columns are the fingerprints of the labels and the values are the corresponding confidence scores. The vector is L2 normalized.
  4. primiApparelFeaturesV2 (type: String.t, default: nil)
    - PRIMI Apparel Features v2 embedding and tokens.
  5. primiApparelTokensV2 (type: list(String.t), default: nil)
    -
  6. primiGenericFeaturesV25 (type: String.t, default: nil)
    - PRIMI Generic Features v2.5 embedding and tokens.
  7. primiGenericTokensV25 (type: list(String.t), default: nil)
    -
  8. starburstFeaturesV4 (type: String.t, default: nil)
    - Starburst v4 embedding and tokens.
  9. starburstFeaturesV5 (type: String.t, default: nil)
    - Starburst v5 embedding and tokens.
  10. starburstTokensV4 (type: list(String.t), default: nil)
    -
  11. starburstTokensV5 (type: list(String.t), default: nil)
    -
  12. starburstV4 (type: GoogleApi.ContentWarehouse.V1.Model.ImageContentStarburstVersionGroup, default: nil)
    -
  13. starburstV5 (type: GoogleApi.ContentWarehouse.V1.Model.ImageContentStarburstVersionGroup, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.MediaIndexRegion{
boundingBox: GoogleApi.ContentWarehouse.V1.Model.MediaIndexBoundingbox.t() | nil,
entityFields: [GoogleApi.ContentWarehouse.V1.Model.MediaIndexEntityField.t()] | nil,
labels: GoogleApi.ContentWarehouse.V1.Model.MediaIndexSparseFloatVector.t() | nil,
primiApparelFeaturesV2: String.t() | nil,
primiApparelTokensV2: [String.t()] | nil,
primiGenericFeaturesV25: String.t() | nil,
primiGenericTokensV25: [String.t()] | nil,
starburstFeaturesV4: String.t() | nil,
starburstFeaturesV5: String.t() | nil,
starburstTokensV4: [String.t()] | nil,
starburstTokensV5: [String.t()] | nil,
starburstV4: GoogleApi.ContentWarehouse.V1.Model.ImageContentStarburstVersionGroup.t() | nil,
starburstV5: GoogleApi.ContentWarehouse.V1.Model.ImageContentStarburstVersionGroup.t() | nil
}

Function

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

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