Class: Google::Cloud::GeminiDataAnalytics::V1::Citation
- Inherits:
-
Object
- Object
- Google::Cloud::GeminiDataAnalytics::V1::Citation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/geminidataanalytics/v1/context.rb
Overview
Source attributions for content.
Instance Attribute Summary collapse
-
#anchors ⇒ ::Array<::Google::Cloud::GeminiDataAnalytics::V1::CitationAnchor>
readonly
Output only.
-
#sources ⇒ ::Array<::Google::Cloud::GeminiDataAnalytics::V1::CitationSource>
readonly
Output only.
Instance Attribute Details
#anchors ⇒ ::Array<::Google::Cloud::GeminiDataAnalytics::V1::CitationAnchor> (readonly)
Returns Output only. List of the anchors of the citations.
381 382 383 384 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1/context.rb', line 381 class Citation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sources ⇒ ::Array<::Google::Cloud::GeminiDataAnalytics::V1::CitationSource> (readonly)
Returns Output only. List of the sources being cited.
381 382 383 384 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1/context.rb', line 381 class Citation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |