Package com.google.genkit.ai
Class Media
java.lang.Object
com.google.genkit.ai.Media
Media represents media content in a message part.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Media
public Media()Default constructor. -
Media
Creates a Media with the given content type and URL.- Parameters:
contentType- the MIME typeurl- the media URL or data URI
-
-
Method Details
-
getContentType
-
setContentType
-
getUrl
-
setUrl
-