Voting helps other researchers find interesting modules.
passage
String.t
nil
predictions
list(String.t)
target
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchGenerativePredictionFeatures{ passage: String.t() | nil, predictions: [String.t()] | nil, target: String.t() | nil }
@spec decode(struct(), keyword()) :: struct()