Discovery Engine V1BETA API - Class Google::Cloud::DiscoveryEngine::V1beta::SearchResponse::Summary::Citation (v0.11.0)

Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::SearchResponse::Summary::Citation.

Citation info for a segment.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#end_index

def end_index() -> ::Integer
Returns
  • (::Integer) — End of the attributed segment, exclusive.

#end_index=

def end_index=(value) -> ::Integer
Parameter
  • value (::Integer) — End of the attributed segment, exclusive.
Returns
  • (::Integer) — End of the attributed segment, exclusive.

#sources

def sources() -> ::Array<::Google::Cloud::DiscoveryEngine::V1beta::SearchResponse::Summary::CitationSource>
Returns

#sources=

def sources=(value) -> ::Array<::Google::Cloud::DiscoveryEngine::V1beta::SearchResponse::Summary::CitationSource>
Parameter
Returns

#start_index

def start_index() -> ::Integer
Returns
  • (::Integer) — Index indicates the start of the segment, measured in bytes/unicode.

#start_index=

def start_index=(value) -> ::Integer
Parameter
  • value (::Integer) — Index indicates the start of the segment, measured in bytes/unicode.
Returns
  • (::Integer) — Index indicates the start of the segment, measured in bytes/unicode.