DrishtiQuantizedByteDenseFeatureData

GoogleApi.ContentWarehouse.V1.Model.DrishtiQuantizedByteDenseFeatureData


Table of Contents ▼

Jump to a specific part of the page:

Description

Proto message to store quantized dense feature data.

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)
    - If extra is present it must be of the same length as value.
  2. generalExtra (type: GoogleApi.ContentWarehouse.V1.Model.DrishtiFeatureExtra, default: nil)
    -
  3. value (type: String.t, default: nil)
    - Quantized values for the feature.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.DrishtiQuantizedByteDenseFeatureData{
extra: [GoogleApi.ContentWarehouse.V1.Model.DrishtiFeatureExtra.t()] | nil,
generalExtra: GoogleApi.ContentWarehouse.V1.Model.DrishtiFeatureExtra.t() | nil,
value: String.t() | nil
}

Function

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

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