Voting helps other researchers find interesting modules.
A logical entity in the abstract is just a group of links to the goodoc. Depending on the kind of item, a separate proto file should extend this to define the logical structure for that kind. For example. newspapers.proto defines the logical entity for newspapers. LogicalEntity is also used within some SemanticLabels, for example, for a table-of-contents link.
Metadata
String.t
nil
link
list(GoogleApi.ContentWarehouse.V1.Model.GoodocLogicalEntityLink.t)
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoodocLogicalEntity{ Metadata: String.t() | nil, link: [GoogleApi.ContentWarehouse.V1.Model.GoodocLogicalEntityLink.t()] | nil }
@spec decode(struct(), keyword()) :: struct()