Preparing search index...
The search index is not available
@crowdin/crowdin-api-client
@crowdin/crowdin-api-client
AiModel
AiTranslateStringsRequest
Interface AiTranslateStringsRequest
interface
AiTranslateStringsRequest
{
aiModelId
?:
string
;
aiPromptId
?:
number
;
aiProviderId
?:
number
;
attachmentIds
?:
number
[]
;
glossaryIds
?:
number
[]
;
instructions
?:
string
[]
;
sourceLanguageId
?:
string
;
strings
:
string
[]
;
targetLanguageId
:
string
;
tmIds
?:
number
[]
;
}
Index
Properties
ai
Model
Id?
ai
Prompt
Id?
ai
Provider
Id?
attachment
Ids?
glossary
Ids?
instructions?
source
Language
Id?
strings
target
Language
Id
tm
Ids?
Properties
Optional
ai
Model
Id
ai
Model
Id
?:
string
Optional
ai
Prompt
Id
ai
Prompt
Id
?:
number
Optional
ai
Provider
Id
ai
Provider
Id
?:
number
Optional
attachment
Ids
attachment
Ids
?:
number
[]
Optional
glossary
Ids
glossary
Ids
?:
number
[]
Optional
instructions
instructions
?:
string
[]
Optional
source
Language
Id
source
Language
Id
?:
string
strings
strings
:
string
[]
target
Language
Id
target
Language
Id
:
string
Optional
tm
Ids
tm
Ids
?:
number
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
ai
Model
Id
ai
Prompt
Id
ai
Provider
Id
attachment
Ids
glossary
Ids
instructions
source
Language
Id
strings
target
Language
Id
tm
Ids
@crowdin/crowdin-api-client
Loading...