Strands Agents Typescript SDK
Docs Home
GitHub
Preparing search index...
ImageSource
Type Alias ImageSource
ImageSource
:
|
{
type
:
"imageSourceBytes"
;
bytes
:
Uint8Array
}
|
{
type
:
"imageSourceS3Location"
;
s3Location
:
S3Location
}
|
{
type
:
"imageSourceUrl"
;
url
:
string
}
Source for an image (Class version).
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Docs Home
GitHub
Strands Agents Typescript SDK
Loading...
Source for an image (Class version).