Voting helps other researchers find interesting modules.
A word representation
Baseline
integer()
nil
Box
GoogleApi.ContentWarehouse.V1.Model.GoodocBoundingBox.t
Capline
CompactSymbolBoxes
GoogleApi.ContentWarehouse.V1.Model.GoodocBoxPartitions.t
Confidence
IsFromDictionary
boolean()
IsIdentifier
IsLastInSentence
IsNumeric
Label
GoogleApi.ContentWarehouse.V1.Model.GoodocLabel.t
Penalty
RotatedBox
GoogleApi.ContentWarehouse.V1.Model.GoodocRotatedBoundingBox.t
Symbol
list(GoogleApi.ContentWarehouse.V1.Model.GoodocSymbol.t)
alternates
GoogleApi.ContentWarehouse.V1.Model.GoodocWordAlternates.t
text
String.t
writingDirection
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoodocWord{ Baseline: integer() | nil, Box: GoogleApi.ContentWarehouse.V1.Model.GoodocBoundingBox.t() | nil, Capline: integer() | nil, CompactSymbolBoxes: GoogleApi.ContentWarehouse.V1.Model.GoodocBoxPartitions.t() | nil, Confidence: integer() | nil, IsFromDictionary: boolean() | nil, IsIdentifier: boolean() | nil, IsLastInSentence: boolean() | nil, IsNumeric: boolean() | nil, Label: GoogleApi.ContentWarehouse.V1.Model.GoodocLabel.t() | nil, Penalty: integer() | nil, RotatedBox: GoogleApi.ContentWarehouse.V1.Model.GoodocRotatedBoundingBox.t() | nil, Symbol: [GoogleApi.ContentWarehouse.V1.Model.GoodocSymbol.t()] | nil, alternates: GoogleApi.ContentWarehouse.V1.Model.GoodocWordAlternates.t() | nil, text: String.t() | nil, writingDirection: String.t() | nil }
@spec decode(struct(), keyword()) :: struct()