Uses of Class
com.google.genai.types.SegmentImageResponse
Packages that use SegmentImageResponse
-
Uses of SegmentImageResponse in com.google.genai
Methods in com.google.genai that return SegmentImageResponseModifier and TypeMethodDescriptionModels.segmentImage
(String model, SegmentImageSource source, SegmentImageConfig config) Segments an image, creating a mask of a specified area.Methods in com.google.genai that return types with arguments of type SegmentImageResponseModifier and TypeMethodDescriptionAsyncModels.segmentImage
(String model, SegmentImageSource source, SegmentImageConfig config) Asynchronously segments an image, creating a mask of a specified area. -
Uses of SegmentImageResponse in com.google.genai.types
Methods in com.google.genai.types that return SegmentImageResponseModifier and TypeMethodDescriptionabstract SegmentImageResponse
SegmentImageResponse.Builder.build()
static SegmentImageResponse
Deserializes a JSON string to a SegmentImageResponse object.