google_api_document_ai v0.3.0 GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta2DocumentPageBlock View Source
A block has a set of lines (collected into paragraphs) that have a common line-spacing and orientation.
Attributes
-
detectedLanguages
(type:list(GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage.t)
, default:nil
) - A list of detected languages together with confidence. -
layout
(type:GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta2DocumentPageLayout.t
, default:nil
) - Layout for Block.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta2DocumentPageBlock{ detectedLanguages: [ GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage.t() ], layout: GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta2DocumentPageLayout.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.