public sealed class SearchRequest.Types.ImageQuery : IMessage<SearchRequest.Types.ImageQuery>, IEquatable<SearchRequest.Types.ImageQuery>, IDeepCloneable<SearchRequest.Types.ImageQuery>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class SearchRequest.Types.ImageQuery.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `SearchRequest.Types.ImageQuery` class in the Discovery Engine v1beta API specifies the image query input for search requests."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for managing image queries."],["The class has constructors for creating `ImageQuery` objects, either as empty instances or by copying an existing `ImageQuery`."],["It has properties `HasImageBytes` to check if the image data is set, `ImageBytes` to hold the Base64 encoded image data, and `ImageCase` to identify the type of image data."],["The supported image formats for the query input are JPEG, PNG, and BMP."]]],[]]