ImageRegionsImageRegions

GoogleApi.ContentWarehouse.V1.Model.ImageRegionsImageRegions


Table of Contents ▼

Jump to a specific part of the page:

Description

An image with regions within it. NEXT_ID: 11

Attributes List

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

View Attributes

Attributes

  1. finalPornScore (type: number(), default: nil)
    - The final_porn_score for the image.
  2. finalViolenceScore (type: number(), default: nil)
    - The final_violence_score for the image.
  3. flowOutput (type: GoogleApi.ContentWarehouse.V1.Model.ImageContentFlowProtoProd, default: nil)
    - The output of various features generated by the Flow framework, most importantly data from Starburst (go/starburst).
  4. has300kThumb (type: boolean(), default: nil)
    - True if the image has a 300k thumb.
  5. hasNavboost (type: boolean(), default: nil)
    - True if the image has navboost.
  6. isIuInappropriate (type: boolean(), default: nil)
    - True if the image is iu-inappropriate.
  7. pedoScore (type: number(), default: nil)
    - The pedo_score of the image.
  8. precomputedRestricts (type: GoogleApi.ContentWarehouse.V1.Model.PrecomputedRestricts, default: nil)
    - The precomputed restricts for the image.
  9. racyScore (type: number(), default: nil)
    - The racy_score of the image.
  10. region (type: list(GoogleApi.ContentWarehouse.V1.Model.ImageRegionsImageRegion), default: nil)
    - The list of regions.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ImageRegionsImageRegions{
finalPornScore: number() | nil,
finalViolenceScore: number() | nil,
flowOutput: GoogleApi.ContentWarehouse.V1.Model.ImageContentFlowProtoProd.t() | nil,
has300kThumb: boolean() | nil,
hasNavboost: boolean() | nil,
isIuInappropriate: boolean() | nil,
pedoScore: number() | nil,
precomputedRestricts: GoogleApi.ContentWarehouse.V1.Model.PrecomputedRestricts.t() | nil,
racyScore: number() | nil,
region: [GoogleApi.ContentWarehouse.V1.Model.ImageRegionsImageRegion.t()] | nil
}

Function

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

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