View Source GoogleApi.ContentWarehouse.V1.Model.NlpSaftDocumentTopic (google_api_content_warehouse v0.3.0)

Document topic(s).

Attributes

  • name (type: String.t, default: nil) - Topic name or identifier.
  • score (type: number(), default: nil) - Topic score.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSaftDocumentTopic{
  name: String.t() | nil,
  score: number() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.