ImageQualitySensitiveMediaOrPeopleEntities

GoogleApi.ContentWarehouse.V1.Model.ImageQualitySensitiveMediaOrPeopleEntities


Table of Contents ▼

Jump to a specific part of the page:

Description

Goldmine annotation in the CDoc to store the hrid of the 5 entities with higher topicality in the document. Used by the Skin Tone Twiddler to determine if the result set shows mostly one specific KG entity. go/result-set-signal

Attributes List

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

View Attributes

Attributes

  1. mediaEntitiesId (type: list(String.t), default: nil)
    - Similar to above, but for media entities (movie name, fictional character, musical band)
  2. peopleEntitiesId (type: list(String.t), default: nil)
    - hrid of the 5 people entities with higher topicality in the document

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ImageQualitySensitiveMediaOrPeopleEntities{
mediaEntitiesId: [String.t()] | nil,
peopleEntitiesId: [String.t()] | nil
}

Function

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

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