QualitySalientTermsSalientTermSet

GoogleApi.ContentWarehouse.V1.Model.QualitySalientTermsSalientTermSet


Table of Contents ▼

Jump to a specific part of the page:

Description

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

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. docData (type: GoogleApi.ContentWarehouse.V1.Model.QualitySalientTermsDocData, default: nil)
    - doc_data contain additional salient-term-set-level data.
  2. salientTerm (type: list(GoogleApi.ContentWarehouse.V1.Model.QualitySalientTermsSalientTerm), default: nil)
    - salient_term is the list of terms that are good descriptors, sorted in decreasing order of weight.
  3. 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.

Type

@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
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.QualitySalientTermsSalientTermSet