Class: Google::Cloud::DocumentAI::V1beta3::Document::Annotations
- Inherits:
-
Object
- Object
- Google::Cloud::DocumentAI::V1beta3::Document::Annotations
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/documentai/v1beta3/document.rb
Overview
Represents the annotation of a block or a chunk.
Instance Attribute Summary collapse
-
#description ⇒ ::String
The description of the content with this annotation.
Instance Attribute Details
#description ⇒ ::String
Returns The description of the content with this annotation.
1090 1091 1092 1093 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 1090 class Annotations include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |