Class: Google::Cloud::DiscoveryEngine::V1beta::SearchResponse::Summary::Reference::ChunkContent
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::SearchResponse::Summary::Reference::ChunkContent
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/search_service.rb
Overview
Chunk content.
Instance Attribute Summary collapse
-
#blob_attachment_indexes ⇒ ::Array<::Integer>
readonly
Output only.
-
#content ⇒ ::String
Chunk textual content.
-
#page_identifier ⇒ ::String
Page identifier.
Instance Attribute Details
#blob_attachment_indexes ⇒ ::Array<::Integer> (readonly)
Returns Output only. Stores indexes of blobattachments linked to this chunk.
1897 1898 1899 1900 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/search_service.rb', line 1897 class ChunkContent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#content ⇒ ::String
Returns Chunk textual content.
1897 1898 1899 1900 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/search_service.rb', line 1897 class ChunkContent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_identifier ⇒ ::String
Returns Page identifier.
1897 1898 1899 1900 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/search_service.rb', line 1897 class ChunkContent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |