Preparing search index...
The search index is not available
@google/genai
@google/genai
interactions/client
GeminiNextGenAPIClient
Interactions
ImageContent
Interface ImageContent
An image content block.
interface
ImageContent
{
data
?:
string
;
mime_type
?:
GeminiNextGenAPIClient
.
Interactions
.
ImageMimeType
;
resolution
?:
"high"
|
"low"
|
"medium"
|
"ultra_high"
;
type
:
"image"
;
uri
?:
string
;
}
Index
Properties
data?
mime_
type?
resolution?
type
uri?
Properties
Optional
data
data
?:
string
Optional
mime_
type
mime_type
?:
GeminiNextGenAPIClient
.
Interactions
.
ImageMimeType
The mime type of the image.
Optional
resolution
resolution
?:
"high"
|
"low"
|
"medium"
|
"ultra_high"
The resolution of the media.
type
type
:
"image"
Optional
uri
uri
?:
string
Settings
Theme
OS
Light
Dark
On This Page
Properties
data
mime_
type
resolution
type
uri
@google/genai
Loading...
An image content block.