View Source GoogleApi.ContentWarehouse.V1.Model.NlpSaftSemanticNodeArc (google_api_content_warehouse v0.4.0)
An arc contained by a source node pointing to a destination node in a directed acyclic graph.
Attributes
-
description
(type:String.t
, default:nil
) - Human-readable description of this arc's type (for display purposes). -
implicit
(type:boolean()
, default:nil
) - Indicates the arc is for an implicit semantic relation between nodes, for example one that does not correspond to a grammatical relation in the text. -
info
(type:GoogleApi.ContentWarehouse.V1.Model.Proto2BridgeMessageSet.t
, default:nil
) - Application-specific information about this arc. -
semanticNode
(type:integer()
, default:nil
) - Index of the semantic node pointed to by this arc. -
type
(type:String.t
, default:nil
) - Arc type (akin to an edge label, or semantic operator).
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSaftSemanticNodeArc{ description: String.t() | nil, implicit: boolean() | nil, info: GoogleApi.ContentWarehouse.V1.Model.Proto2BridgeMessageSet.t() | nil, semanticNode: integer() | nil, type: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.