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):
Attributes
-
additionalInfo
(type:String.t
, default:nil
)
- Optional info provided by the feature extractor. -
featureVector
(type:GoogleApi.ContentWarehouse.V1.Model.PhotosVisionObjectrecFeatureVector
, default:nil
)
- -
quantizedFeatureVector
(type:GoogleApi.ContentWarehouse.V1.Model.PhotosVisionObjectrecQuantizedFeatureVector
, default:nil
)
- -
tag
(type:String.t
, default:nil
)
- Tag for this global feature. E.g., "DELG", "SBv4" or "DELG_region1". -
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
}
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