PhotosVisionObjectrecQuantizedFeatureVector

GoogleApi.ContentWarehouse.V1.Model.PhotosVisionObjectrecQuantizedFeatureVector


Table of Contents ▼

Jump to a specific part of the page:

Description

Quantized/compressed feature vector (8 bit per value). Can be decoded by multiplying data_factor to each data byte.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. data (type: String.t, default: nil)
    -
  2. dataFactor (type: number(), default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.PhotosVisionObjectrecQuantizedFeatureVector{
data: String.t() | nil,
dataFactor: number() | nil
}

Function

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

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