RepositoryWebrefFreebaseType

GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefFreebaseType


Table of Contents ▼

Jump to a specific part of the page:

Description

The Freebase type information.

Attributes List

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

View Attributes

Attributes

  1. provenance (type: list(String.t), default: nil)
    - Optional - for inferred types the principal source of information.
  2. score (type: number(), default: nil)
    - Optional score. Not present in KG directly but e.g. in WPCat.
  3. typeFprint (type: String.t, default: nil)
    - Fingerprint of type hrid http://cs/google3/repository/webref/universal/base/kg-schema.h;rcl=543911652;l=51
  4. typeName (type: String.t, default: nil)
    - e.g.: "/business/industry", "/book/book_subject", "/people/person"... HRID of the type. May be missing for optimisation reasons in Refcon, but is present for Qref/Webref. At least one of type_name or type_fprint will be present at all times

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefFreebaseType{
provenance: [String.t()] | nil,
score: number() | nil,
typeFprint: String.t() | nil,
typeName: String.t() | nil
}

Function

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

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