CorpusSelectionInfo

GoogleApi.ContentWarehouse.V1.Model.CorpusSelectionInfo


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

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

View Attributes

Attributes

  1. corpus (type: String.t, default: nil)
    -
  2. corpusScore (type: number(), default: nil)
    - Corpus specific score for an image
  3. isSelectedForIndexing (type: boolean(), default: nil)
    - Whether an image was selected for indexing.
  4. referrerDocid (type: list(String.t), default: nil)
    - Set of referrers indexed with the image.
  5. referrerUrls (type: list(String.t), default: nil)
    - Set of referrer urls indexed with the image.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.CorpusSelectionInfo{
corpus: String.t() | nil,
corpusScore: number() | nil,
isSelectedForIndexing: boolean() | nil,
referrerDocid: [String.t()] | nil,
referrerUrls: [String.t()] | nil
}

Function

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

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