Class: Google::Cloud::DiscoveryEngine::V1beta::GenerateGroundedContentResponse::Candidate::GroundingMetadata::ImageMetadata::Image

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1beta/grounded_generation_service.rb

Overview

Metadata about the image.

Instance Attribute Summary collapse

Instance Attribute Details

#height::Integer

Returns The height of the image in pixels.

Returns:

  • (::Integer)

    The height of the image in pixels.



500
501
502
503
# File 'proto_docs/google/cloud/discoveryengine/v1beta/grounded_generation_service.rb', line 500

class Image
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#uri::String

Returns The url of the image.

Returns:

  • (::String)

    The url of the image.



500
501
502
503
# File 'proto_docs/google/cloud/discoveryengine/v1beta/grounded_generation_service.rb', line 500

class Image
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#width::Integer

Returns The width of the image in pixels.

Returns:

  • (::Integer)

    The width of the image in pixels.



500
501
502
503
# File 'proto_docs/google/cloud/discoveryengine/v1beta/grounded_generation_service.rb', line 500

class Image
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end