Preparing search index...
The search index is not available
AsukaDesigner JavaScript API - v1.0.0
AsukaDesigner JavaScript API
AsukaBackgroundRemovalConfig
Interface AsukaBackgroundRemovalConfig
interface
AsukaBackgroundRemovalConfig
{
credentials
?:
RequestCredentials
;
endpoint
?:
string
;
handler
?:
(
(
input
:
AsukaBackgroundRemovalInput
)
=>
Promise
<
AsukaBackgroundRemovalResult
>
)
;
headers
?:
Record
<
string
,
string
>
;
}
Index
Properties
credentials?
endpoint?
handler?
headers?
Properties
Optional
credentials
credentials
?:
RequestCredentials
Optional
endpoint
endpoint
?:
string
Optional
handler
handler
?:
(
(
input
:
AsukaBackgroundRemovalInput
)
=>
Promise
<
AsukaBackgroundRemovalResult
>
)
Optional
headers
headers
?:
Record
<
string
,
string
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
credentials
endpoint
handler
headers
AsukaDesigner JavaScript API - v1.0.0
Loading...