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

SalientTermSet is a collection of terms (unigrams and bigrams) with associated weights that can describe something. The "salient terms".

Attributes

  • docData (type: GoogleApi.ContentWarehouse.V1.Model.QualitySalientTermsDocData.t, default: nil) - doc_data contain additional salient-term-set-level data.
  • salientTerm (type: list(GoogleApi.ContentWarehouse.V1.Model.QualitySalientTermsSalientTerm.t), default: nil) - salient_term is the list of terms that are good descriptors, sorted in decreasing order of weight.
  • version (type: String.t, default: nil) - version is the Salient Terms version used to create the SalientTermSet. This is specific to web documents salient terms.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.QualitySalientTermsSalientTermSet{
  docData:
    GoogleApi.ContentWarehouse.V1.Model.QualitySalientTermsDocData.t() | nil,
  salientTerm:
    [GoogleApi.ContentWarehouse.V1.Model.QualitySalientTermsSalientTerm.t()]
    | nil,
  version: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.