View Source GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefCategoryAnnotation (google_api_content_warehouse v0.4.0)
High level category annotations for documents and queries.
Attributes
-   browsyTopic(type:GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefCategoryAnnotationBrowsyTopic.t, 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.t, 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.t, default:nil) - Qprime asserting this category.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@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 }
Functions
Unwrap a decoded JSON object into its complex fields.