Voting helps other researchers find interesting modules.
EndPoint
GoogleApi.ContentWarehouse.V1.Model.GoodocRoutePoint.t
nil
StartPoint
Weight
integer()
Word
list(GoogleApi.ContentWarehouse.V1.Model.GoodocWord.t)
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoodocParagraphRoute{ EndPoint: GoogleApi.ContentWarehouse.V1.Model.GoodocRoutePoint.t() | nil, StartPoint: GoogleApi.ContentWarehouse.V1.Model.GoodocRoutePoint.t() | nil, Weight: integer() | nil, Word: [GoogleApi.ContentWarehouse.V1.Model.GoodocWord.t()] | nil }
@spec decode(struct(), keyword()) :: struct()