GoodocDocumentPageBlock

GoogleApi.ContentWarehouse.V1.Model.GoodocDocumentPageBlock


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. BlockType (type: integer(), default: nil)
    -
  2. Box (type: GoogleApi.ContentWarehouse.V1.Model.GoodocBoundingBox, default: nil)
    -
  3. Label (type: GoogleApi.ContentWarehouse.V1.Model.GoodocLabel, default: nil)
    -
  4. OrientationLabel (type: GoogleApi.ContentWarehouse.V1.Model.GoodocOrientationLabel, default: nil)
    - Which way is upright for this block, and what is the reading order (applicable if there is text here).
  5. Paragraph (type: list(GoogleApi.ContentWarehouse.V1.Model.GoodocParagraph), default: nil)
    -
  6. RotatedBox (type: GoogleApi.ContentWarehouse.V1.Model.GoodocRotatedBoundingBox, default: nil)
    - If RotatedBox is set, Box must be set as well. See RotatedBoundingBox.
  7. TextConfidence (type: integer(), default: nil)
    - Block text recognition confidence. Range depends on the algorithm but should be consistent in a given volume. 0 is bad, 100 is good.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoodocDocumentPageBlock{
BlockType: integer() | nil,
Box: GoogleApi.ContentWarehouse.V1.Model.GoodocBoundingBox.t() | nil,
Label: GoogleApi.ContentWarehouse.V1.Model.GoodocLabel.t() | nil,
OrientationLabel: GoogleApi.ContentWarehouse.V1.Model.GoodocOrientationLabel.t() | nil,
Paragraph: [GoogleApi.ContentWarehouse.V1.Model.GoodocParagraph.t()] | nil,
RotatedBox: GoogleApi.ContentWarehouse.V1.Model.GoodocRotatedBoundingBox.t() | nil,
TextConfidence: integer() | nil
}

Function

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

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