Uses of Class
com.google.genai.types.SegmentImageSource
Packages that use SegmentImageSource
-
Uses of SegmentImageSource in com.google.genai
Methods in com.google.genai with parameters of type SegmentImageSourceModifier and TypeMethodDescriptionAsyncModels.segmentImage(String model, SegmentImageSource source, SegmentImageConfig config) Asynchronously segments an image, creating a mask of a specified area.Models.segmentImage(String model, SegmentImageSource source, SegmentImageConfig config) Segments an image, creating a mask of a specified area. -
Uses of SegmentImageSource in com.google.genai.types
Methods in com.google.genai.types that return SegmentImageSourceModifier and TypeMethodDescriptionabstract SegmentImageSourceSegmentImageSource.Builder.build()static SegmentImageSourceDeserializes a JSON string to a SegmentImageSource object.Methods in com.google.genai.types that return types with arguments of type SegmentImageSourceModifier and TypeMethodDescriptionabstract Optional<SegmentImageSource>SegmentImageParameters.source()A set of source input(s) for image segmentation.Methods in com.google.genai.types with parameters of type SegmentImageSourceModifier and TypeMethodDescriptionabstract SegmentImageParameters.BuilderSegmentImageParameters.Builder.source(SegmentImageSource source) Setter for source.