GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefCategoryAnnotation
Table of Contents ▼
Jump to a specific part of the page:
Description
High level category annotations for documents and queries.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
browsyTopic
(type:GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefCategoryAnnotationBrowsyTopic
, default:nil
)
- Experimental scores to be used by Discover. -
debugString
(type:String.t
, default:nil
)
- Title of the category. Eg "Politics", "Technology". -
hitcat
(type:GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefCategoryAnnotationHitCatSource
, default:nil
)
- Sources asserting the category. In the future we may have one calibrated confidence score. -
mid
(type:String.t
, default:nil
)
- Mid representation of the category. Eg "/m/05qt0". WARNING: In UDR this field is not populated, use document_entity.entity.mid instead of document_entity.category.mid. -
shopping
(type:GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefCategoryAnnotationShoppingSignals
, default:nil
)
- Qprime asserting this category.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefCategoryAnnotation{
browsyTopic: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefCategoryAnnotationBrowsyTopic.t() | nil,
debugString: String.t() | nil,
hitcat: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefCategoryAnnotationHitCatSource.t() | nil,
mid: String.t() | nil,
shopping: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefCategoryAnnotationShoppingSignals.t() | nil
}
browsyTopic: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefCategoryAnnotationBrowsyTopic.t() | nil,
debugString: String.t() | nil,
hitcat: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefCategoryAnnotationHitCatSource.t() | nil,
mid: String.t() | nil,
shopping: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefCategoryAnnotationShoppingSignals.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefCategoryAnnotation