@webitel/api-services
Preparing search index...
_models/storagePutFileTranscriptRequest.zod
StoragePutFileTranscriptRequest
Interface StoragePutFileTranscriptRequest
interface
StoragePutFileTranscriptRequest
{
fileId
?:
string
;
locale
?:
string
;
phrases
?:
StorageTranscriptPhrase
[]
;
text
?:
string
;
uuid
?:
string
;
}
Index
Properties
file
Id?
locale?
phrases?
text?
uuid?
Properties
Optional
file
Id
fileId
?:
string
Optional
locale
locale
?:
string
Optional
phrases
phrases
?:
StorageTranscriptPhrase
[]
Optional
text
text
?:
string
Optional
uuid
uuid
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
file
Id
locale
phrases
text
uuid
@webitel/api-services
Loading...