Class ApplyPreTranslationRequest
Inheritance
ApplyPreTranslationRequest
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class ApplyPreTranslationRequest
Properties
|
Edit this page
View Source
AiPromptId
Declaration
[JsonProperty("aiPromptId")]
public long? AiPromptId { get; set; }
Property Value
|
Edit this page
View Source
AutoApproveOption
Declaration
[JsonProperty("autoApproveOption")]
public AutoApproveOption? AutoApproveOption { get; set; }
Property Value
|
Edit this page
View Source
BranchIds
Declaration
[JsonProperty("branchIds")]
public ICollection<long>? BranchIds { get; set; }
Property Value
|
Edit this page
View Source
DuplicateTranslations
Declaration
[JsonProperty("duplicateTranslations")]
public bool? DuplicateTranslations { get; set; }
Property Value
|
Edit this page
View Source
EngineId
Declaration
[JsonProperty("engineId")]
public long? EngineId { get; set; }
Property Value
|
Edit this page
View Source
ExcludeLabelIds
Declaration
[JsonProperty("excludeLabelIds")]
public ICollection<long> ExcludeLabelIds { get; set; }
Property Value
|
Edit this page
View Source
FallbackLanguages
Declaration
[JsonProperty("fallbackLanguages")]
public IDictionary<string, string[]>? FallbackLanguages { get; set; }
Property Value
|
Edit this page
View Source
FileIds
Declaration
[JsonProperty("fileIds")]
public ICollection<long>? FileIds { get; set; }
Property Value
|
Edit this page
View Source
LabelIds
Declaration
[JsonProperty("labelIds")]
public ICollection<long> LabelIds { get; set; }
Property Value
|
Edit this page
View Source
LanguageIds
Declaration
[JsonProperty("languageIds")]
public ICollection<string> LanguageIds { get; set; }
Property Value
|
Edit this page
View Source
Method
Declaration
[JsonProperty("method")]
public PreTranslationMethod? Method { get; set; }
Property Value
|
Edit this page
View Source
TranslateUntranslatedOnly
Declaration
[JsonProperty("translateUntranslatedOnly")]
public bool? TranslateUntranslatedOnly { get; set; }
Property Value
|
Edit this page
View Source
TranslateWithPerfectMatchOnly
Declaration
[JsonProperty("translateWithPerfectMatchOnly")]
public bool? TranslateWithPerfectMatchOnly { get; set; }
Property Value