GoogleApi.ContentWarehouse.V1.Model.ImageContentStarburstVersionGroup
Table of Contents ▼
Jump to a specific part of the page:
Description
No description given.Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
descriptorFloat
(type:list(number())
, default:nil
)
- Raw dense float feature vector. -
descriptorFloatBeforeProjection
(type:list(number())
, default:nil
)
- Raw dense float feature vector prior to embedding. Only for Starburst V6. -
descriptorShort
(type:String.t
, default:nil
)
- Short descriptor for image content features, e.g. compressed bytes. This is the compressed version of descriptor_float below. It can be can be decompressed to descriptor_float with a tiny bit of compression error (in most cases it should be totally fine). -
enumVersion
(type:String.t
, default:nil
)
- -
minorVersion
(type:String.t
, default:nil
)
- -
starburstTokens
(type:list(integer())
, default:nil
)
- Starburst tokens. -
starburstTokensDistances
(type:list(number())
, default:nil
)
- Squared distance of the current embedding to each cluster center. Elements are aligned with starburst_tokens. -
version
(type:integer()
, default:nil
)
- The following integers are currently used: Starburst V1: 1 Starburst V2: 2 Starburst V3: 3 Starburst V4: 4 Starburst Visual V4: 1004 This field is deprecated. Please try to use the 'enum_version' in future.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ImageContentStarburstVersionGroup{
descriptorFloat: [number()] | nil,
descriptorFloatBeforeProjection: [number()] | nil,
descriptorShort: String.t() | nil,
enumVersion: String.t() | nil,
minorVersion: String.t() | nil,
starburstTokens: [integer()] | nil,
starburstTokensDistances: [number()] | nil,
version: integer() | nil
}
descriptorFloat: [number()] | nil,
descriptorFloatBeforeProjection: [number()] | nil,
descriptorShort: String.t() | nil,
enumVersion: String.t() | nil,
minorVersion: String.t() | nil,
starburstTokens: [integer()] | nil,
starburstTokensDistances: [number()] | nil,
version: integer() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.ImageContentStarburstVersionGroup