Voting helps other researchers find interesting modules.
BlockType
integer()
nil
Box
GoogleApi.ContentWarehouse.V1.Model.GoodocBoundingBox.t
Label
GoogleApi.ContentWarehouse.V1.Model.GoodocLabel.t
OrientationLabel
GoogleApi.ContentWarehouse.V1.Model.GoodocOrientationLabel.t
Paragraph
list(GoogleApi.ContentWarehouse.V1.Model.GoodocParagraph.t)
RotatedBox
GoogleApi.ContentWarehouse.V1.Model.GoodocRotatedBoundingBox.t
TextConfidence
Unwrap a decoded JSON object into its complex fields.
@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 }
@spec decode(struct(), keyword()) :: struct()