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):
Attributes
-
finalPornScore(type:number(), default:nil)
- The final_porn_score for the image. -
finalViolenceScore(type:number(), default:nil)
- The final_violence_score for the image. -
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). -
has300kThumb(type:boolean(), default:nil)
- True if the image has a 300k thumb. -
isIuInappropriate(type:boolean(), default:nil)
- True if the image is iu-inappropriate. -
pedoScore(type:number(), default:nil)
- The pedo_score of the image. -
precomputedRestricts(type:GoogleApi.ContentWarehouse.V1.Model.PrecomputedRestricts, default:nil)
- The precomputed restricts for the image. -
racyScore(type:number(), default:nil)
- The racy_score of the image. -
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
}
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
