Class GoogleCloudDiscoveryengineV1alphaSearchRequestImageQuery
Specifies the image query input.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaSearchRequestImageQuery : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ImageBytes
Base64 encoded image bytes. Supported image formats: JPEG, PNG, and BMP.
Declaration
[JsonProperty("imageBytes")]
public virtual string ImageBytes { get; set; }
Property Value
Type | Description |
---|---|
string |