Class: Google::Cloud::DiscoveryEngine::V1::SearchResponse::Summary::CitationSource

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1/search_service.rb

Overview

Citation source.

Instance Attribute Summary collapse

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.

Returns:

  • (::Integer)

    Document reference index from SummaryWithMetadata.references. It is 0-indexed and the value will be zero if the reference_index is not set explicitly.



874
875
876
877
# File 'proto_docs/google/cloud/discoveryengine/v1/search_service.rb', line 874

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