Class: Google::Cloud::DiscoveryEngine::V1::SearchRequest::ImageQuery
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::SearchRequest::ImageQuery
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/search_service.rb
Overview
Specifies the image query input.
Instance Attribute Summary collapse
-
#image_bytes ⇒ ::String
Base64 encoded image bytes.
Instance Attribute Details
#image_bytes ⇒ ::String
Returns Base64 encoded image bytes. Supported image formats: JPEG, PNG, and BMP.
217 218 219 220 |
# File 'proto_docs/google/cloud/discoveryengine/v1/search_service.rb', line 217 class ImageQuery include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |