GoogleApi.ContentWarehouse.V1.Model.SafesearchVideoContentSignalsMultiLabelClassificationInfo
Table of Contents ▼
Jump to a specific part of the page:
Description
Information about multi-label classification result (the scores and whether frame features were used).
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
frameFeaturesPresent
(type:boolean()
, default:nil
)
- -
output
(type:GoogleApi.ContentWarehouse.V1.Model.SafesearchVideoContentSignalsMultiLabelOutput
, default:nil
)
-
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SafesearchVideoContentSignalsMultiLabelClassificationInfo{
frameFeaturesPresent: boolean() | nil,
output: GoogleApi.ContentWarehouse.V1.Model.SafesearchVideoContentSignalsMultiLabelOutput.t() | nil
}
frameFeaturesPresent: boolean() | nil,
output: GoogleApi.ContentWarehouse.V1.Model.SafesearchVideoContentSignalsMultiLabelOutput.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.SafesearchVideoContentSignalsMultiLabelClassificationInfo