GoodocSymbol

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

  1. Box (type: GoogleApi.ContentWarehouse.V1.Model.GoodocBoundingBox, default: nil)
    -
  2. Code (type: integer(), default: nil)
    - The unicode character code in UTF-32
  3. Label (type: GoogleApi.ContentWarehouse.V1.Model.GoodocLabel, default: nil)
    -
  4. RotatedBox (type: GoogleApi.ContentWarehouse.V1.Model.GoodocRotatedBoundingBox, default: nil)
    - If RotatedBox is set, Box must be set as well. See RotatedBoundingBox.
  5. 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
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GoodocSymbol