class Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestImageQuery
Specifies the image query input.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @image_bytes = args[:image_bytes] if args.key?(:image_bytes) end