GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryAnimatedImagePerdocData
Table of Contents ▼
Jump to a specific part of the page:
Description
Additional animated image data stored in perdoc (ImageData); will only be stored for animated images.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
aggregatedPornScores
(type:GoogleApi.ContentWarehouse.V1.Model.ImageSafesearchContentBrainPornAnnotation
, default:nil
)
- Aggregated porn scores for animated images. Aggregated using max sampling rate / max duration. Note the plan is to fold these scores into existing summarized scores, for cases where these scores are available. See tracking bug b/63580795. -
durationMs
(type:integer()
, default:nil
)
- Total duration of animation, in ms.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryAnimatedImagePerdocData{
aggregatedPornScores: GoogleApi.ContentWarehouse.V1.Model.ImageSafesearchContentBrainPornAnnotation.t() | nil,
durationMs: integer() | nil
}
aggregatedPornScores: GoogleApi.ContentWarehouse.V1.Model.ImageSafesearchContentBrainPornAnnotation.t() | nil,
durationMs: integer() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryAnimatedImagePerdocData