View Source GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefCategoryInfo (google_api_content_warehouse v0.3.0)
All informations about category types of the entity.
Attributes
-
allTypes
(type:list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefFreebaseType.t)
, default:nil
) - Contains all types relevant for this entity, along with their provenances and confidences. This field basically replicates information above in a unified way, so that Refcon scroing can make better use of it. If present, Refcon scoring will use all_types, and ignore other fields like freebase_type. Note: there is some basic conflict resolution applied when all_types are computed (implemented in type-extractor.cc, IsLikelyConflictingFreebase). -
freebaseType
(type:list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefFreebaseType.t)
, default:nil
) - -
kgCollection
(type:list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefKGCollection.t)
, default:nil
) - -
oysterType
(type:GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefOysterType.t
, default:nil
) - -
salientCategory
(type:list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefFatcatCategory.t)
, default:nil
) - verticals4 categories that cooccur with this entity, aggregated over D2E. See where we read from CompactDocClassification in http://google3/repository/webref/preprocessing/fatcat-categories.cc. -
wikipediaCategory
(type:list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefWikipediaCategory.t)
, default:nil
) - -
wpCategory
(type:list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefFreebaseType.t)
, default:nil
) - WPCat CategotyResult classification.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefCategoryInfo{ allTypes: [GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefFreebaseType.t()] | nil, freebaseType: [GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefFreebaseType.t()] | nil, kgCollection: [GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefKGCollection.t()] | nil, oysterType: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefOysterType.t() | nil, salientCategory: [GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefFatcatCategory.t()] | nil, wikipediaCategory: [GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefWikipediaCategory.t()] | nil, wpCategory: [GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefFreebaseType.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.