GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaNewsInfo
Table of Contents ▼
Jump to a specific part of the page:
Description
No description given.Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
docid
(type:String.t
, default:nil
)
- The docid of the news result from News360 backend. -
newsContentType
(type:String.t
, default:nil
)
- Indicates how the type of the news result. -
publicationTime
(type:GoogleApi.ContentWarehouse.V1.Model.AssistantApiTimestamp
, default:nil
)
- Publication time of the news, in seconds (unix epoch). -
publisher
(type:String.t
, default:nil
)
- The publisher of the news.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaNewsInfo{
docid: String.t() | nil,
newsContentType: String.t() | nil,
publicationTime: GoogleApi.ContentWarehouse.V1.Model.AssistantApiTimestamp.t() | nil,
publisher: String.t() | nil
}
docid: String.t() | nil,
newsContentType: String.t() | nil,
publicationTime: GoogleApi.ContentWarehouse.V1.Model.AssistantApiTimestamp.t() | nil,
publisher: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaNewsInfo