Class PreTranslateAttributes
Inheritance
PreTranslateAttributes
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class PreTranslateAttributes
Properties
|
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 string[] 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
ExcludeLabelIds
Declaration
[JsonProperty("excludeLabelIds")]
public long[] ExcludeLabelIds { get; set; }
Property Value
|
Edit this page
View Source
FileIds
Declaration
[JsonProperty("fileIds")]
public long[]? FileIds { get; set; }
Property Value
|
Edit this page
View Source
LabelIds
Declaration
[JsonProperty("labelIds")]
public long[] LabelIds { get; set; }
Property Value
|
Edit this page
View Source
LanguageIds
Declaration
[JsonProperty("languageIds")]
public 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
SkipApprovedTranslations
Declaration
[JsonProperty("skipApprovedTranslations")]
public bool SkipApprovedTranslations { 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