View Source GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingAppAnnotation (google_api_content_warehouse v0.4.0)

The App annotator annotates potential app name in the parser's input and outputs the proto with the details about app(s).

Attributes

  • appInfo (type: list(GoogleApi.ContentWarehouse.V1.Model.QualityActionsAppInfo.t), 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingAppAnnotation{
  appInfo: [GoogleApi.ContentWarehouse.V1.Model.QualityActionsAppInfo.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.