GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsShoppingAssistantProductClassification
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
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):
Attributes
-
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 -
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. -
movieConfidence
(type:number()
, default:nil
)
- phrase mentions a book title The score (between 0 - 1) measuring the confidence that product -
videoGameConfidence
(type:number()
, default:nil
)
- phrase mentions a movie title The score (between 0 - 1) measuring the confidence that product
Type
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsShoppingAssistantProductClassification