Class: Google::Cloud::DiscoveryEngine::V1::GenerateGroundedContentResponse::Candidate::GroundingMetadata::ImageMetadata::Image
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::GenerateGroundedContentResponse::Candidate::GroundingMetadata::ImageMetadata::Image
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/grounded_generation_service.rb
Overview
Metadata about the image.
Instance Attribute Summary collapse
-
#height ⇒ ::Integer
The height of the image in pixels.
-
#uri ⇒ ::String
The url of the image.
-
#width ⇒ ::Integer
The width of the image in pixels.
Instance Attribute Details
#height ⇒ ::Integer
Returns The height of the image in pixels.
462 463 464 465 |
# File 'proto_docs/google/cloud/discoveryengine/v1/grounded_generation_service.rb', line 462 class Image include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |