Additional information detected on the structural component.
Attributes
-
detected_break(type:Googly.CloudVision.Model.DetectedBreak.t()) - Detected start or end of a text segment. -
detected_languages(type:list(Googly.CloudVision.Model.DetectedLanguage.t())) - A list of detected languages together with confidence.
Summary
Types
@type t() :: %Googly.CloudVision.Model.TextProperty{ detected_break: Googly.CloudVision.Model.DetectedBreak.t() | nil, detected_languages: [Googly.CloudVision.Model.DetectedLanguage.t()] | nil }