GoogleApi.ContentWarehouse.V1.Model.DrishtiFeatureSetData
Table of Contents ▼
Jump to a specific part of the page:
Description
No description given.Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
extra
(type:list(GoogleApi.ContentWarehouse.V1.Model.DrishtiFeatureExtra)
, default:nil
)
- Extra information for this particular FeatureSetData (example timestamp of this frame in the video). (Almost never used). -
feature
(type:list(GoogleApi.ContentWarehouse.V1.Model.DrishtiFeatureSetDataFeatureSetElement)
, default:nil
)
- The following can have multiple FeatureSetElement(s) Each of these FeatureSetElement correspond to the various feature groups. One concrete example is the way these features are generated - example audio, video or OCR. -
label
(type:list(GoogleApi.ContentWarehouse.V1.Model.DrishtiLabelSetElement)
, default:nil
)
- Labels for this particular FeatureSetData. (Almost never used). Only interesting when you have (for example) frame level labels.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.DrishtiFeatureSetData{
extra: [GoogleApi.ContentWarehouse.V1.Model.DrishtiFeatureExtra.t()] | nil,
feature: [ GoogleApi.ContentWarehouse.V1.Model.DrishtiFeatureSetDataFeatureSetElement.t() ] | nil,
label: [GoogleApi.ContentWarehouse.V1.Model.DrishtiLabelSetElement.t()] | nil
}
extra: [GoogleApi.ContentWarehouse.V1.Model.DrishtiFeatureExtra.t()] | nil,
feature: [ GoogleApi.ContentWarehouse.V1.Model.DrishtiFeatureSetDataFeatureSetElement.t() ] | nil,
label: [GoogleApi.ContentWarehouse.V1.Model.DrishtiLabelSetElement.t()] | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.DrishtiFeatureSetData