unified-llm-client
Preparing search index...
TranscriptionUrlPolicy
Interface TranscriptionUrlPolicy
interface
TranscriptionUrlPolicy
{
allowedContentTypes
?:
string
[]
;
allowedHosts
?:
string
[]
;
allowedProtocols
?:
(
"http:"
|
"https:"
)
[]
;
blockPrivateNetworks
?:
boolean
;
enabled
:
boolean
;
maxBytes
?:
number
;
maxRedirects
?:
number
;
resolveHostname
?:
TranscriptionHostnameResolver
;
}
Index
Properties
allowed
Content
Types?
allowed
Hosts?
allowed
Protocols?
block
Private
Networks?
enabled
max
Bytes?
max
Redirects?
resolve
Hostname?
Properties
Optional
allowed
Content
Types
allowedContentTypes
?:
string
[]
Optional
allowed
Hosts
allowedHosts
?:
string
[]
Optional
allowed
Protocols
allowedProtocols
?:
(
"http:"
|
"https:"
)
[]
Optional
block
Private
Networks
blockPrivateNetworks
?:
boolean
enabled
enabled
:
boolean
Optional
max
Bytes
maxBytes
?:
number
Optional
max
Redirects
maxRedirects
?:
number
Optional
resolve
Hostname
resolveHostname
?:
TranscriptionHostnameResolver
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allowed
Content
Types
allowed
Hosts
allowed
Protocols
block
Private
Networks
enabled
max
Bytes
max
Redirects
resolve
Hostname
unified-llm-client
Loading...