Class AiFileTranslationsRequest
Inheritance
AiFileTranslationsRequest
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class AiFileTranslationsRequest
Properties
|
Edit this page
View Source
AiModelId
Declaration
[JsonProperty("aiModelId")]
public string? AiModelId { get; set; }
Property Value
|
Edit this page
View Source
AiPromptId
Declaration
[JsonProperty("aiPromptId")]
public long? AiPromptId { get; set; }
Property Value
|
Edit this page
View Source
AiProviderId
Declaration
[JsonProperty("aiProviderId")]
public long? AiProviderId { get; set; }
Property Value
|
Edit this page
View Source
AttachmentIds
Declaration
[JsonProperty("attachmentIds")]
public ICollection<long>? AttachmentIds { get; set; }
Property Value
|
Edit this page
View Source
GlossaryIds
Declaration
[JsonProperty("glossaryIds")]
public ICollection<long>? GlossaryIds { get; set; }
Property Value
|
Edit this page
View Source
Instructions
Declaration
[JsonProperty("instructions")]
public ICollection<string>? Instructions { get; set; }
Property Value
|
Edit this page
View Source
ParserVersion
Declaration
[JsonProperty("parserVersion")]
public int? ParserVersion { get; set; }
Property Value
|
Edit this page
View Source
SourceLanguageId
Declaration
[JsonProperty("sourceLanguageId")]
public string? SourceLanguageId { get; set; }
Property Value
|
Edit this page
View Source
StorageId
Declaration
[JsonProperty("storageId")]
public long StorageId { get; set; }
Property Value
|
Edit this page
View Source
TargetLanguageId
Declaration
[JsonProperty("targetLanguageId")]
public string TargetLanguageId { get; set; }
Property Value
|
Edit this page
View Source
TmIds
Declaration
[JsonProperty("tmIds")]
public ICollection<long>? TmIds { get; set; }
Property Value
|
Edit this page
View Source
Type
Declaration
[JsonProperty("type")]
public ProjectFileType? Type { get; set; }
Property Value