Class: Google::Cloud::DiscoveryEngine::V1::GenerateGroundedContentResponse::Candidate::GroundingMetadata::ImageMetadata::WebsiteInfo

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#title::String

Returns The title of the website.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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