Class ImageSearch
Image search for grounding and related configurations.
public record ImageSearch : IEquatable<ImageSearch>
- Inheritance
-
ImageSearch
- Implements
- Inherited Members
Methods
FromJson(string, JsonSerializerOptions?)
Deserializes a JSON string to a ImageSearch object.
public static ImageSearch? FromJson(string jsonString, JsonSerializerOptions? options = null)
Parameters
jsonStringstringThe JSON string to deserialize.
optionsJsonSerializerOptionsOptional JsonSerializerOptions.
Returns
- ImageSearch
The deserialized ImageSearch object, or null if deserialization fails.