Discovery Engine V1 API - Class Google::Cloud::DiscoveryEngine::V1::GenerateGroundedContentResponse::Candidate::GroundingMetadata::ImageMetadata::WebsiteInfo (v2.1.0)

Reference documentation and code samples for the Discovery Engine V1 API class Google::Cloud::DiscoveryEngine::V1::GenerateGroundedContentResponse::Candidate::GroundingMetadata::ImageMetadata::WebsiteInfo.

Metadata about the website that the image is from.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#title

def title() -> ::String
Returns
  • (::String) — The title of the website.

#title=

def title=(value) -> ::String
Parameter
  • value (::String) — The title of the website.
Returns
  • (::String) — The title of the website.

#uri

def uri() -> ::String
Returns
  • (::String) — The url of the website.

#uri=

def uri=(value) -> ::String
Parameter
  • value (::String) — The url of the website.
Returns
  • (::String) — The url of the website.