View Source GoogleApi.ContentWarehouse.V1.Model.DrishtiQuantizedByteDenseFeatureData (google_api_content_warehouse v0.4.0)

Proto message to store quantized dense feature data.

Attributes

  • extra (type: list(GoogleApi.ContentWarehouse.V1.Model.DrishtiFeatureExtra.t), default: nil) - If extra is present it must be of the same length as value.
  • generalExtra (type: GoogleApi.ContentWarehouse.V1.Model.DrishtiFeatureExtra.t, default: nil) -
  • value (type: String.t, default: nil) - Quantized values for the feature.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@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
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.