NlpSemanticParsingModelsShoppingAssistantProductClassification

GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsShoppingAssistantProductClassification


Table of Contents ▼

Jump to a specific part of the page:

Description

Whether the product being described fits into specific categories (e.g., "video games").

Attributes List

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

View Attributes

Attributes

  1. bookConfidence (type: number(), default: nil)
    - TODO(ppoudyal) Expand confidence to cases where the product phrase might be a book/movie/video_game but isn't just a title The score (between 0 - 1) measuring the confidence that product
  2. isVideoGame (type: boolean(), default: nil)
    - TODO(ppoudyal) Deprecate is_video_game once the score covers all cases covered by $VideoGameProductPhrase The product phrase contains a video game title.
  3. movieConfidence (type: number(), default: nil)
    - phrase mentions a book title The score (between 0 - 1) measuring the confidence that product
  4. videoGameConfidence (type: number(), default: nil)
    - phrase mentions a movie title The score (between 0 - 1) measuring the confidence that product

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsShoppingAssistantProductClassification{
bookConfidence: number() | nil,
isVideoGame: boolean() | nil,
movieConfidence: number() | nil,
videoGameConfidence: number() | nil
}

Function

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

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