Class: Google::Cloud::DiscoveryEngine::V1::Chunk::AnnotationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::Chunk::AnnotationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/chunk.rb
Overview
The annotation metadata includes structured content in the current chunk.
Instance Attribute Summary collapse
-
#image_id ⇒ ::String
readonly
Output only.
-
#structured_content ⇒ ::Google::Cloud::DiscoveryEngine::V1::Chunk::StructuredContent
readonly
Output only.
Instance Attribute Details
#image_id ⇒ ::String (readonly)
Returns Output only. Image id is provided if the structured content is based on an image.
151 152 153 154 |
# File 'proto_docs/google/cloud/discoveryengine/v1/chunk.rb', line 151 class AnnotationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#structured_content ⇒ ::Google::Cloud::DiscoveryEngine::V1::Chunk::StructuredContent (readonly)
Returns Output only. The structured content information.
151 152 153 154 |
# File 'proto_docs/google/cloud/discoveryengine/v1/chunk.rb', line 151 class AnnotationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |