PhotosVisionObjectrecGlobalFeature

GoogleApi.ContentWarehouse.V1.Model.PhotosVisionObjectrecGlobalFeature


Table of Contents ▼

Jump to a specific part of the page:

Description

Global feature for the image.

Attributes List

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

View Attributes

Attributes

  1. additionalInfo (type: String.t, default: nil)
    - Optional info provided by the feature extractor.
  2. featureVector (type: GoogleApi.ContentWarehouse.V1.Model.PhotosVisionObjectrecFeatureVector, default: nil)
    -
  3. quantizedFeatureVector (type: GoogleApi.ContentWarehouse.V1.Model.PhotosVisionObjectrecQuantizedFeatureVector, default: nil)
    -
  4. tag (type: String.t, default: nil)
    - Tag for this global feature. E.g., "DELG", "SBv4" or "DELG_region1".
  5. version (type: String.t, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.PhotosVisionObjectrecGlobalFeature{
additionalInfo: String.t() | nil,
featureVector: GoogleApi.ContentWarehouse.V1.Model.PhotosVisionObjectrecFeatureVector.t() | nil,
quantizedFeatureVector: GoogleApi.ContentWarehouse.V1.Model.PhotosVisionObjectrecQuantizedFeatureVector.t() | nil,
tag: String.t() | nil,
version: String.t() | nil
}

Function

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

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