View Source GoogleApi.ContentWarehouse.V1.Model.GoodocLogicalEntity (google_api_content_warehouse v0.4.0)
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.
Attributes
-
Metadata
(type:String.t
, default:nil
) - -
link
(type:list(GoogleApi.ContentWarehouse.V1.Model.GoodocLogicalEntityLink.t)
, default:nil
) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoodocLogicalEntity{ Metadata: String.t() | nil, link: [GoogleApi.ContentWarehouse.V1.Model.GoodocLogicalEntityLink.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.