Class: Google::Cloud::DiscoveryEngine::V1beta::SearchResponse::Summary::CitationSource
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::SearchResponse::Summary::CitationSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/search_service.rb
Overview
Citation source.
Instance Attribute Summary collapse
-
#reference_index ⇒ ::Integer
Document reference index from SummaryWithMetadata.references.
Instance Attribute Details
#reference_index ⇒ ::Integer
Returns Document reference index from SummaryWithMetadata.references. It is 0-indexed and the value will be zero if the reference_index is not set explicitly.
1059 1060 1061 1062 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/search_service.rb', line 1059 class CitationSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |