tjbot-ce - v3.0.0
Preparing search index...
config
SeeBackendConfig
Interface SeeBackendConfig
Vision backend selection and backend-specific settings.
interface
SeeBackendConfig
{
"azure-vision"
?:
SeeBackendAzureConfig
;
"google-cloud-vision"
?:
SeeBackendGoogleCloudConfig
;
local
?:
SeeBackendLocalConfig
;
type
:
SeeBackendType
;
}
Index
Properties
azure-
vision?
google-
cloud-
vision?
local?
type
Properties
Optional
azure-
vision
"azure-vision"
?:
SeeBackendAzureConfig
Optional
google-
cloud-
vision
"google-cloud-vision"
?:
SeeBackendGoogleCloudConfig
Optional
local
local
?:
SeeBackendLocalConfig
type
type
:
SeeBackendType
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
azure-
vision
google-
cloud-
vision
local
type
tjbot-ce - v3.0.0
Loading...
Vision backend selection and backend-specific settings.