Class: Google::Cloud::Vision::V1p3beta1::Word
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1p3beta1::Word
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vision/v1p3beta1/text_annotation.rb
Overview
A word representation.
Instance Attribute Summary collapse
-
#bounding_box ⇒ ::Google::Cloud::Vision::V1p3beta1::BoundingPoly
The bounding box for the word.
-
#confidence ⇒ ::Float
Confidence of the OCR results for the word.
-
#property ⇒ ::Google::Cloud::Vision::V1p3beta1::TextAnnotation::TextProperty
Additional information detected for the word.
-
#symbols ⇒ ::Array<::Google::Cloud::Vision::V1p3beta1::Symbol>
List of symbols in the word.
Instance Attribute Details
#bounding_box ⇒ ::Google::Cloud::Vision::V1p3beta1::BoundingPoly
247 248 249 250 |
# File 'proto_docs/google/cloud/vision/v1p3beta1/text_annotation.rb', line 247 class Word include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#confidence ⇒ ::Float
247 248 249 250 |
# File 'proto_docs/google/cloud/vision/v1p3beta1/text_annotation.rb', line 247 class Word include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#property ⇒ ::Google::Cloud::Vision::V1p3beta1::TextAnnotation::TextProperty
247 248 249 250 |
# File 'proto_docs/google/cloud/vision/v1p3beta1/text_annotation.rb', line 247 class Word include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#symbols ⇒ ::Array<::Google::Cloud::Vision::V1p3beta1::Symbol>
247 248 249 250 |
# File 'proto_docs/google/cloud/vision/v1p3beta1/text_annotation.rb', line 247 class Word include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |