GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3DocumentPageVisualElement (google_api_document_ai v0.32.0) View Source
Detected non-text visual elements e.g. checkbox, signature etc. on the page.
Attributes
-
detectedLanguages
(type:list(GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3DocumentPageDetectedLanguage.t)
, default:nil
) - A list of detected languages together with confidence. -
layout
(type:GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3DocumentPageLayout.t
, default:nil
) - Layout for VisualElement. -
type
(type:String.t
, default:nil
) - Type of the VisualElement.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3DocumentPageVisualElement{ detectedLanguages: [ GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3DocumentPageDetectedLanguage.t() ] | nil, layout: GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3DocumentPageLayout.t() | nil, type: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.