google_api_vision v0.2.0 GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p1beta1Page View Source
Detected page from OCR.
Attributes
- blocks ([GoogleCloudVisionV1p1beta1Block]): List of blocks of text, images etc on this page. Defaults to:
null
. - confidence (float()): Confidence of the OCR results on the page. Range [0, 1]. Defaults to:
null
. - height (integer()): Page height. For PDFs the unit is points. For images (including TIFFs) the unit is pixels. Defaults to:
null
. - property (GoogleCloudVisionV1p1beta1TextAnnotationTextProperty): Additional information detected on the page. Defaults to:
null
. - width (integer()): Page width. For PDFs the unit is points. For images (including TIFFs) the unit is pixels. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t() :: %GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p1beta1Page{ blocks: [GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p1beta1Block.t()], confidence: any(), height: any(), property: GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p1beta1TextAnnotationTextProperty.t(), width: any() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.