Class: Google::Cloud::Vision::V1::TextAnnotation::TextProperty
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1::TextAnnotation::TextProperty
- Defined in:
- lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/text_annotation.rb
Overview
Additional information detected on the structural component.
Instance Attribute Summary collapse
-
#detected_break ⇒ Google::Cloud::Vision::V1::TextAnnotation::DetectedBreak
Detected start or end of a text segment.
-
#detected_languages ⇒ Array<Google::Cloud::Vision::V1::TextAnnotation::DetectedLanguage>
A list of detected languages together with confidence.
Instance Attribute Details
#detected_break ⇒ Google::Cloud::Vision::V1::TextAnnotation::DetectedBreak
Returns Detected start or end of a text segment.
82 |
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/text_annotation.rb', line 82 class TextProperty; end |
#detected_languages ⇒ Array<Google::Cloud::Vision::V1::TextAnnotation::DetectedLanguage>
Returns A list of detected languages together with confidence.
82 |
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/text_annotation.rb', line 82 class TextProperty; end |