Class: Google::Cloud::Vision::V1::Word
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1::Word
- Defined in:
- lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/text_annotation.rb
Overview
A word representation.
Instance Attribute Summary collapse
-
#bounding_box ⇒ Google::Cloud::Vision::V1::BoundingPoly
The bounding box for the word.
-
#property ⇒ Google::Cloud::Vision::V1::TextAnnotation::TextProperty
Additional information detected for the word.
-
#symbols ⇒ Array<Google::Cloud::Vision::V1::Symbol>
List of symbols in the word.
Instance Attribute Details
#bounding_box ⇒ Google::Cloud::Vision::V1::BoundingPoly
201 |
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/text_annotation.rb', line 201 class Word; end |
#property ⇒ Google::Cloud::Vision::V1::TextAnnotation::TextProperty
201 |
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/text_annotation.rb', line 201 class Word; end |
#symbols ⇒ Array<Google::Cloud::Vision::V1::Symbol>
201 |
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/text_annotation.rb', line 201 class Word; end |