GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefCategoryInfo
Table of Contents ▼
Jump to a specific part of the page:
Description
All informations about category types of the entity.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
allTypes
(type:list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefFreebaseType)
, 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)
, default:nil
)
- -
kgCollection
(type:list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefKGCollection)
, default:nil
)
- -
oysterType
(type:GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefOysterType
, default:nil
)
- -
salientCategory
(type:list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefFatcatCategory)
, 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)
, default:nil
)
- -
wpCategory
(type:list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefFreebaseType)
, default:nil
)
- WPCat CategotyResult classification.
Type
@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
}
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
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefCategoryInfo