class Google::Apis::VisionV1p1beta1::TextProperty
Additional information detected on the structural component.
Attributes
detected_break[RW]
Detected start or end of a structural component. Corresponds to the JSON property `detectedBreak` @return [Google::Apis::VisionV1p1beta1::DetectedBreak]
detected_languages[RW]
A list of detected languages together with confidence. Corresponds to the JSON property `detectedLanguages` @return [Array<Google::Apis::VisionV1p1beta1::DetectedLanguage>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/vision_v1p1beta1/classes.rb, line 9619 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/vision_v1p1beta1/classes.rb, line 9624 def update!(**args) @detected_break = args[:detected_break] if args.key?(:detected_break) @detected_languages = args[:detected_languages] if args.key?(:detected_languages) end