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
- (::Array<::Google::Cloud::DiscoveryEngine::V1beta::SearchResponse::Summary::CitationSource>) — Citation sources for the attributed segment.
#sources=
def sources=(value) -> ::Array<::Google::Cloud::DiscoveryEngine::V1beta::SearchResponse::Summary::CitationSource>
Parameter
- value (::Array<::Google::Cloud::DiscoveryEngine::V1beta::SearchResponse::Summary::CitationSource>) — Citation sources for the attributed segment.
Returns
- (::Array<::Google::Cloud::DiscoveryEngine::V1beta::SearchResponse::Summary::CitationSource>) — Citation sources for the attributed segment.
#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.