class Google::Apis::VisionV1p1beta1::GoogleCloudVisionV1p3beta1TextAnnotationTextProperty
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::GoogleCloudVisionV1p3beta1TextAnnotationDetectedBreak]
detected_languages[RW]
A list of detected languages together with confidence. Corresponds to the JSON property `detectedLanguages` @return [Array<Google::Apis::VisionV1p1beta1::GoogleCloudVisionV1p3beta1TextAnnotationDetectedLanguage>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/vision_v1p1beta1/classes.rb, line 6472 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 6477 def update!(**args) @detected_break = args[:detected_break] if args.key?(:detected_break) @detected_languages = args[:detected_languages] if args.key?(:detected_languages) end