GoogleApi.ContentWarehouse.V1.Model.GoodocSymbol
Table of Contents ▼
Jump to a specific part of the page:
Description
A single symbol representation
Attributes List
This module has the following attributes (case-insensitive ascending order):
View Attributes
Attributes
-
Box
(type:GoogleApi.ContentWarehouse.V1.Model.GoodocBoundingBox
, default:nil
)
- -
Code
(type:integer()
, default:nil
)
- The unicode character code in UTF-32 -
Label
(type:GoogleApi.ContentWarehouse.V1.Model.GoodocLabel
, default:nil
)
- -
RotatedBox
(type:GoogleApi.ContentWarehouse.V1.Model.GoodocRotatedBoundingBox
, default:nil
)
- If RotatedBox is set, Box must be set as well. See RotatedBoundingBox. -
symbolvariant
(type:list(GoogleApi.ContentWarehouse.V1.Model.GoodocSymbolSymbolVariant)
, default:nil
)
-
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoodocSymbol{
Box: GoogleApi.ContentWarehouse.V1.Model.GoodocBoundingBox.t() | nil,
Code: integer() | nil,
Label: GoogleApi.ContentWarehouse.V1.Model.GoodocLabel.t() | nil,
RotatedBox: GoogleApi.ContentWarehouse.V1.Model.GoodocRotatedBoundingBox.t() | nil,
symbolvariant: [GoogleApi.ContentWarehouse.V1.Model.GoodocSymbolSymbolVariant.t()] | nil
}
Box: GoogleApi.ContentWarehouse.V1.Model.GoodocBoundingBox.t() | nil,
Code: integer() | nil,
Label: GoogleApi.ContentWarehouse.V1.Model.GoodocLabel.t() | nil,
RotatedBox: GoogleApi.ContentWarehouse.V1.Model.GoodocRotatedBoundingBox.t() | nil,
symbolvariant: [GoogleApi.ContentWarehouse.V1.Model.GoodocSymbolSymbolVariant.t()] | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GoodocSymbol