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):
Attributes
-
BlockType
(type:integer()
, default:nil
)
- -
Box
(type:GoogleApi.ContentWarehouse.V1.Model.GoodocBoundingBox
, default:nil
)
- -
Label
(type:GoogleApi.ContentWarehouse.V1.Model.GoodocLabel
, default:nil
)
- -
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). -
Paragraph
(type:list(GoogleApi.ContentWarehouse.V1.Model.GoodocParagraph)
, default:nil
)
- -
RotatedBox
(type:GoogleApi.ContentWarehouse.V1.Model.GoodocRotatedBoundingBox
, default:nil
)
- If RotatedBox is set, Box must be set as well. See RotatedBoundingBox. -
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
}
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