Class: Google::Cloud::Vision::V1::TextAnnotation::TextProperty
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1::TextAnnotation::TextProperty
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/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.
97 98 99 100 |
# File 'proto_docs/google/cloud/vision/v1/text_annotation.rb', line 97 class TextProperty include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#detected_languages ⇒ ::Array<::Google::Cloud::Vision::V1::TextAnnotation::DetectedLanguage>
Returns A list of detected languages together with confidence.
97 98 99 100 |
# File 'proto_docs/google/cloud/vision/v1/text_annotation.rb', line 97 class TextProperty include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |