Package com.google.genai.types
Class ImageSearch
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.ImageSearch
Image search for grounding and related configurations.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.google.genai.JsonSerializable
MAX_READ_LENGTH_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ImageSearch.Builderbuilder()Instantiates a builder for ImageSearch.static ImageSearchDeserializes a JSON string to a ImageSearch object.abstract ImageSearch.BuilderCreates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
fromJsonNode, fromJsonString, objectMapper, setMaxReadLength, stringToJsonNode, toJson, toJsonNode, toJsonString
-
Constructor Details
-
ImageSearch
public ImageSearch()
-
-
Method Details
-
builder
Instantiates a builder for ImageSearch. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a ImageSearch object.
-