Class: Google::Cloud::DiscoveryEngine::V1::Chunk::AnnotationMetadata

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#image_id::String (readonly)

Returns Output only. Image id is provided if the structured content is based on an image.

Returns:

  • (::String)

    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 
  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.

Returns:



151
152
153
154
# File 'proto_docs/google/cloud/discoveryengine/v1/chunk.rb', line 151

class 
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end