Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::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
#site_display_name
def site_display_name() -> ::String
Returns
- (::String) — The display name of the website.
#site_display_name=
def site_display_name=(value) -> ::String
Parameter
- value (::String) — The display name of the website.
Returns
- (::String) — The display name of the website.
#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.