View Source GoogleApi.ContentWarehouse.V1.Model.ImageRegionsImageRegions (google_api_content_warehouse v0.3.0)
An image with regions within it. NEXT_ID: 11
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.t, 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. -
hasNavboost(type:boolean(), default:nil) - True if the image has navboost. -
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.t, 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.t), default:nil) - The list of regions.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@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 }
Functions
Unwrap a decoded JSON object into its complex fields.