GoogleApi.ContentWarehouse.V1.Model.NlpSaftSemanticNodeArc
Table of Contents ▼
Jump to a specific part of the page:
Description
An arc contained by a source node pointing to a destination node in a directed acyclic graph.
Attributes List
This module has the following attributes (case-insensitive ascending order):
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
, 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).
Type
@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
}
description: String.t() | nil,
implicit: boolean() | nil,
info: GoogleApi.ContentWarehouse.V1.Model.Proto2BridgeMessageSet.t() | nil,
semanticNode: integer() | nil,
type: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.NlpSaftSemanticNodeArc