Class ApplyPreTranslationRequest
Inheritance
System.Object
ApplyPreTranslationRequest
Assembly: Crowdin.Api.dll
Syntax
public class ApplyPreTranslationRequest : object
Properties
|
Improve this Doc
View Source
AiPromptId
Declaration
public int? AiPromptId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
AutoApproveOption
Declaration
public AutoApproveOption? AutoApproveOption { get; set; }
Property Value
|
Improve this Doc
View Source
BranchIds
Declaration
public ICollection<int>? BranchIds { get; set; }
Property Value
Type |
Description |
System.Nullable<ICollection<System.Int32>> |
|
|
Improve this Doc
View Source
DuplicateTranslations
Declaration
public bool? DuplicateTranslations { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
EngineId
Declaration
public int? EngineId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
ExcludeLabelIds
Declaration
public ICollection<int> ExcludeLabelIds { get; set; }
Property Value
Type |
Description |
ICollection<System.Int32> |
|
|
Improve this Doc
View Source
FallbackLanguages
Declaration
public IDictionary<string, string[]>? FallbackLanguages { get; set; }
Property Value
Type |
Description |
System.Nullable<IDictionary<System.String, System.String[]>> |
|
|
Improve this Doc
View Source
FileIds
Declaration
public ICollection<int>? FileIds { get; set; }
Property Value
Type |
Description |
System.Nullable<ICollection<System.Int32>> |
|
|
Improve this Doc
View Source
LabelIds
Declaration
public ICollection<int> LabelIds { get; set; }
Property Value
Type |
Description |
ICollection<System.Int32> |
|
|
Improve this Doc
View Source
LanguageIds
Declaration
public ICollection<string> LanguageIds { get; set; }
Property Value
Type |
Description |
ICollection<System.String> |
|
|
Improve this Doc
View Source
Method
Declaration
public PreTranslationMethod? Method { get; set; }
Property Value
|
Improve this Doc
View Source
TranslateUntranslatedOnly
Declaration
public bool? TranslateUntranslatedOnly { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
TranslateWithPerfectMatchOnly
Declaration
public bool? TranslateWithPerfectMatchOnly { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|