Preparing search index...
The search index is not available
@google/genai
@google/genai
interactions/client
GeminiNextGenAPIClient
Interactions
DocumentContent
Interface DocumentContent
A document content block.
interface
DocumentContent
{
data
?:
string
;
mime_type
?:
string
;
type
:
"document"
;
uri
?:
string
;
}
Index
Properties
data?
mime_
type?
type
uri?
Properties
Optional
data
data
?:
string
Optional
mime_
type
mime_type
?:
string
type
type
:
"document"
Used as the OpenAPI type discriminator for the content oneof.
Optional
uri
uri
?:
string
Settings
Theme
OS
Light
Dark
On This Page
Properties
data
mime_
type
type
uri
@google/genai
Loading...
A document content block.