Class: Google::Cloud::DiscoveryEngine::V1beta::SearchResponse::Summary::Citation
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::SearchResponse::Summary::Citation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/search_service.rb
Overview
Citation info for a segment.
Instance Attribute Summary collapse
-
#end_index ⇒ ::Integer
End of the attributed segment, exclusive.
-
#sources ⇒ ::Array<::Google::Cloud::DiscoveryEngine::V1beta::SearchResponse::Summary::CitationSource>
Citation sources for the attributed segment.
-
#start_index ⇒ ::Integer
Index indicates the start of the segment, measured in bytes/unicode.
Instance Attribute Details
#end_index ⇒ ::Integer
Returns End of the attributed segment, exclusive.
1384 1385 1386 1387 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/search_service.rb', line 1384 class Citation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sources ⇒ ::Array<::Google::Cloud::DiscoveryEngine::V1beta::SearchResponse::Summary::CitationSource>
Returns Citation sources for the attributed segment.
1384 1385 1386 1387 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/search_service.rb', line 1384 class Citation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_index ⇒ ::Integer
Returns Index indicates the start of the segment, measured in bytes/unicode.
1384 1385 1386 1387 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/search_service.rb', line 1384 class Citation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |