DrishtiFeatureSetData

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):

View Attributes

Attributes

  1. 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).
  2. 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.
  3. 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
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.DrishtiFeatureSetData