Voting helps other researchers find interesting modules.
Proto holding values for user reported thumbnails. Next id: 12
denseFeatures
list(number())
nil
duration
integer()
humanLabel
GoogleApi.ContentWarehouse.V1.Model.DrishtiVesperUserReportHumanLabel.t
impressions
needHumanLabel
boolean()
rawHumanLabels
list(GoogleApi.ContentWarehouse.V1.Model.DrishtiVesperUserReportHumanLabel.t)
reportScore
GoogleApi.ContentWarehouse.V1.Model.DrishtiVesperUserReportModelScore.t
reportType
String.t
score
useCase
volume
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.DrishtiVesperUserReportUserReportedThumbnail{ denseFeatures: [number()] | nil, duration: integer() | nil, humanLabel: GoogleApi.ContentWarehouse.V1.Model.DrishtiVesperUserReportHumanLabel.t() | nil, impressions: integer() | nil, needHumanLabel: boolean() | nil, rawHumanLabels: [ GoogleApi.ContentWarehouse.V1.Model.DrishtiVesperUserReportHumanLabel.t() ] | nil, reportScore: GoogleApi.ContentWarehouse.V1.Model.DrishtiVesperUserReportModelScore.t() | nil, reportType: String.t() | nil, score: GoogleApi.ContentWarehouse.V1.Model.DrishtiVesperUserReportModelScore.t() | nil, useCase: String.t() | nil, volume: integer() | nil }
@spec decode(struct(), keyword()) :: struct()