Class: Google::Cloud::DiscoveryEngine::V1::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/v1/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.



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

#uri::String

Returns The url of the image.

Returns:

  • (::String)

    The url of the image.



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

#width::Integer

Returns The width of the image in pixels.

Returns:

  • (::Integer)

    The width 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