Googly. CloudVision. Model. GoogleCloudVisionV1p1beta1TextAnnotation
(googly_cloud_vision v0.1.0)
Copy Markdown
View Source
TextAnnotation contains a structured representation of OCR extracted text. The hierarchy of an OCR extracted text structure is like this: TextAnnotation -> Page -> Block -> Paragraph -> Word -> Symbol Each structural component, starting from Page, may further have their own properties. Properties describe detected languages, breaks etc.. Please refer to the TextAnnotation.TextProperty message definition below for more detail.
Attributes
-
pages(type:list(Googly.CloudVision.Model.GoogleCloudVisionV1p1beta1Page.t())) - List of pages detected by OCR. -
text(type:String.t()) - UTF-8 text detected on the pages.
Summary
Types
@type t() :: %Googly.CloudVision.Model.GoogleCloudVisionV1p1beta1TextAnnotation{ pages: [Googly.CloudVision.Model.GoogleCloudVisionV1p1beta1Page.t()] | nil, text: String.t() | nil }