Class: Google::Cloud::DiscoveryEngine::V1::GenerateGroundedContentResponse::Candidate::GroundingMetadata::ImageMetadata::WebsiteInfo
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::GenerateGroundedContentResponse::Candidate::GroundingMetadata::ImageMetadata::WebsiteInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/grounded_generation_service.rb
Overview
Metadata about the website that the image is from.
Instance Attribute Summary collapse
-
#title ⇒ ::String
The title of the website.
-
#uri ⇒ ::String
The url of the website.
Instance Attribute Details
#title ⇒ ::String
Returns The title of the website.
447 448 449 450 |
# File 'proto_docs/google/cloud/discoveryengine/v1/grounded_generation_service.rb', line 447 class WebsiteInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uri ⇒ ::String
Returns The url of the website.
447 448 449 450 |
# File 'proto_docs/google/cloud/discoveryengine/v1/grounded_generation_service.rb', line 447 class WebsiteInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |