@rishabhbothra/imagery
Preparing search index...
ImageProviderOptions
Interface ImageProviderOptions
interface
ImageProviderOptions
{
google
?:
{
allowLessRestrictiveSafetySettings
?:
boolean
;
imageSize
?:
"1K"
|
"2K"
|
"4K"
;
raw
?:
Record
<
string
,
unknown
>
;
responseModalities
?:
(
"TEXT"
|
"IMAGE"
)
[]
;
safetySettings
?:
{
category
:
GoogleSafetyCategory
;
threshold
:
GoogleSafetyThreshold
;
}
[]
;
}
;
openai
?:
{
moderation
?:
"auto"
|
"low"
;
raw
?:
Record
<
string
,
unknown
>
}
;
}
Index
Properties
google?
openai?
Properties
Optional
google
google
?:
{
allowLessRestrictiveSafetySettings
?:
boolean
;
imageSize
?:
"1K"
|
"2K"
|
"4K"
;
raw
?:
Record
<
string
,
unknown
>
;
responseModalities
?:
(
"TEXT"
|
"IMAGE"
)
[]
;
safetySettings
?:
{
category
:
GoogleSafetyCategory
;
threshold
:
GoogleSafetyThreshold
;
}
[]
;
}
Optional
openai
openai
?:
{
moderation
?:
"auto"
|
"low"
;
raw
?:
Record
<
string
,
unknown
>
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
google
openai
@rishabhbothra/imagery
Loading...