Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::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.
#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::Answer::CitationSource>
    Returns
    
  - (::Array<::Google::Cloud::DiscoveryEngine::V1beta::Answer::CitationSource>) — Citation sources for the attributed segment.
#sources=
def sources=(value) -> ::Array<::Google::Cloud::DiscoveryEngine::V1beta::Answer::CitationSource>
    Parameter
    
  - value (::Array<::Google::Cloud::DiscoveryEngine::V1beta::Answer::CitationSource>) — Citation sources for the attributed segment.
    Returns
    
  - (::Array<::Google::Cloud::DiscoveryEngine::V1beta::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).
#start_index=
def start_index=(value) -> ::Integer
    Parameter
    
  - value (::Integer) — Index indicates the start of the segment, measured in bytes (UTF-8 unicode).
    Returns
    
- (::Integer) — Index indicates the start of the segment, measured in bytes (UTF-8 unicode).