GoogleApi.ContentWarehouse.V1.Model.CommerceDatastoreDeepTag
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
Description
The basic message that contains a single decision output of go/deeptagger.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
confidence
(type:integer()
, default:nil
)
- The confidence of the tag, encoded to 14 bits (range [0, 16383]). Due to modeling details, a large number of tags become trustworthy with confidence greater than 0.001, so two bytes of precision are required. -
tag
(type:integer()
, default:nil
)
- A Deep Tag enum in uint32 form.
Type
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.CommerceDatastoreDeepTag