Reference documentation and code samples for the Discovery Engine V1 API class Google::Cloud::DiscoveryEngine::V1::Answer::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. Measured in bytes (UTF-8 unicode). If there are multi-byte characters,such as non-ASCII characters, the index measurement is longer than the string length.
#end_index=
def end_index=(value) -> ::Integer
Parameter
- value (::Integer) — End of the attributed segment, exclusive. Measured in bytes (UTF-8 unicode). If there are multi-byte characters,such as non-ASCII characters, the index measurement is longer than the string length.
Returns
- (::Integer) — End of the attributed segment, exclusive. Measured in bytes (UTF-8 unicode). If there are multi-byte characters,such as non-ASCII characters, the index measurement is longer than the string length.
#sources
def sources() -> ::Array<::Google::Cloud::DiscoveryEngine::V1::Answer::CitationSource>
Returns
- (::Array<::Google::Cloud::DiscoveryEngine::V1::Answer::CitationSource>) — Citation sources for the attributed segment.
#sources=
def sources=(value) -> ::Array<::Google::Cloud::DiscoveryEngine::V1::Answer::CitationSource>
Parameter
- value (::Array<::Google::Cloud::DiscoveryEngine::V1::Answer::CitationSource>) — Citation sources for the attributed segment.
Returns
- (::Array<::Google::Cloud::DiscoveryEngine::V1::Answer::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 (UTF-8 unicode). If there are multi-byte characters,such as non-ASCII characters, the index measurement is longer than the string length.
#start_index=
def start_index=(value) -> ::Integer
Parameter
- value (::Integer) — Index indicates the start of the segment, measured in bytes (UTF-8 unicode). If there are multi-byte characters,such as non-ASCII characters, the index measurement is longer than the string length.
Returns
- (::Integer) — Index indicates the start of the segment, measured in bytes (UTF-8 unicode). If there are multi-byte characters,such as non-ASCII characters, the index measurement is longer than the string length.