Class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1TextAnnotationTextProperty

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/vision_v1p2beta1/classes.rb,
generated/google/apis/vision_v1p2beta1/representations.rb,
generated/google/apis/vision_v1p2beta1/representations.rb

Overview

Additional information detected on the structural component.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudVisionV1p2beta1TextAnnotationTextProperty

Returns a new instance of GoogleCloudVisionV1p2beta1TextAnnotationTextProperty.



4599
4600
4601
# File 'generated/google/apis/vision_v1p2beta1/classes.rb', line 4599

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#detected_breakGoogle::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1TextAnnotationDetectedBreak

Detected start or end of a structural component. Corresponds to the JSON property detectedBreak



4592
4593
4594
# File 'generated/google/apis/vision_v1p2beta1/classes.rb', line 4592

def detected_break
  @detected_break
end

#detected_languagesArray<Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1TextAnnotationDetectedLanguage>

A list of detected languages together with confidence. Corresponds to the JSON property detectedLanguages



4597
4598
4599
# File 'generated/google/apis/vision_v1p2beta1/classes.rb', line 4597

def detected_languages
  @detected_languages
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4604
4605
4606
4607
# File 'generated/google/apis/vision_v1p2beta1/classes.rb', line 4604

def update!(**args)
  @detected_break = args[:detected_break] if args.key?(:detected_break)
  @detected_languages = args[:detected_languages] if args.key?(:detected_languages)
end