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

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.