Class: Google::Cloud::DiscoveryEngine::V1beta::SearchRequest::ImageQuery

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

Overview

Specifies the image query input.

Instance Attribute Summary collapse

Instance Attribute Details

#image_bytes::String

Returns Base64 encoded image bytes. Supported image formats: JPEG, PNG, and BMP.

Returns:

  • (::String)

    Base64 encoded image bytes. Supported image formats: JPEG, PNG, and BMP.



204
205
206
207
# File 'proto_docs/google/cloud/discoveryengine/v1beta/search_service.rb', line 204

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