CommerceDatastoreDeepTag

GoogleApi.ContentWarehouse.V1.Model.CommerceDatastoreDeepTag


Table of Contents ▼

Jump to a specific part of the page:

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):

View Attributes

Attributes

  1. 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.
  2. tag (type: integer(), default: nil)
    - A Deep Tag enum in uint32 form.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.CommerceDatastoreDeepTag{
confidence: integer() | nil,
tag: integer() | nil
}

Function

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

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