Googly. CloudVision. Model. GoogleCloudVisionV1p2beta1TextAnnotationTextProperty
(googly_cloud_vision v0.1.0)
Copy Markdown
View Source
Additional information detected on the structural component.
Attributes
-
detected_break(type:Googly.CloudVision.Model.GoogleCloudVisionV1p2beta1TextAnnotationDetectedBreak.t()) - Detected start or end of a text segment. -
detected_languages(type:list(Googly.CloudVision.Model.GoogleCloudVisionV1p2beta1TextAnnotationDetectedLanguage.t())) - A list of detected languages together with confidence.
Summary
Types
@type t() :: %Googly.CloudVision.Model.GoogleCloudVisionV1p2beta1TextAnnotationTextProperty{ detected_break: Googly.CloudVision.Model.GoogleCloudVisionV1p2beta1TextAnnotationDetectedBreak.t() | nil, detected_languages: [ Googly.CloudVision.Model.GoogleCloudVisionV1p2beta1TextAnnotationDetectedLanguage.t() ] | nil }