Class: Google::Cloud::DocumentAI::V1::Document::Page::Paragraph
- Inherits:
-
Object
- Object
- Google::Cloud::DocumentAI::V1::Document::Page::Paragraph
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/documentai/v1/document.rb
Overview
A collection of lines that a human would perceive as a paragraph.
Instance Attribute Summary collapse
-
#detected_languages ⇒ ::Array<::Google::Cloud::DocumentAI::V1::Document::Page::DetectedLanguage>
A list of detected languages together with confidence.
- #layout ⇒ ::Google::Cloud::DocumentAI::V1::Document::Page::Layout
-
#provenance ⇒ ::Google::Cloud::DocumentAI::V1::Document::Provenance
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
Instance Attribute Details
#detected_languages ⇒ ::Array<::Google::Cloud::DocumentAI::V1::Document::Page::DetectedLanguage>
Returns A list of detected languages together with confidence.
360 361 362 363 |
# File 'proto_docs/google/cloud/documentai/v1/document.rb', line 360 class Paragraph include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#layout ⇒ ::Google::Cloud::DocumentAI::V1::Document::Page::Layout
360 361 362 363 |
# File 'proto_docs/google/cloud/documentai/v1/document.rb', line 360 class Paragraph include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#provenance ⇒ ::Google::Cloud::DocumentAI::V1::Document::Provenance
Deprecated.
This field is deprecated and may be removed in the next major version update.
Returns The history of this annotation.
360 361 362 363 |
# File 'proto_docs/google/cloud/documentai/v1/document.rb', line 360 class Paragraph include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |