GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingAppAnnotation
Table of Contents ▼
Jump to a specific part of the page:
Description
The App annotator annotates potential app name in the parser's input and outputs the proto with the details about app(s).
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
appInfo
(type:list(GoogleApi.ContentWarehouse.V1.Model.QualityActionsAppInfo)
, default:nil
)
- The app_info is to store specific information about installed/uninstalled apps annotated by app annotator servlet. It contains app name, package name, confidence, and source.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingAppAnnotation{
appInfo: [GoogleApi.ContentWarehouse.V1.Model.QualityActionsAppInfo.t()] | nil
}
appInfo: [GoogleApi.ContentWarehouse.V1.Model.QualityActionsAppInfo.t()] | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingAppAnnotation