Search Results for

    Show / Hide Table of Contents

    Class ApplyPreTranslationRequest

    Inheritance
    object
    ApplyPreTranslationRequest
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Crowdin.Api.Translations
    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
    Type Description
    long?
    | Edit this page View Source

    AutoApproveOption

    Declaration
    [JsonProperty("autoApproveOption")]
    public AutoApproveOption? AutoApproveOption { get; set; }
    Property Value
    Type Description
    AutoApproveOption?
    | Edit this page View Source

    BranchIds

    Declaration
    [JsonProperty("branchIds")]
    public ICollection<long>? BranchIds { get; set; }
    Property Value
    Type Description
    ICollection<long>
    | Edit this page View Source

    DuplicateTranslations

    Declaration
    [JsonProperty("duplicateTranslations")]
    public bool? DuplicateTranslations { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    EngineId

    Declaration
    [JsonProperty("engineId")]
    public long? EngineId { get; set; }
    Property Value
    Type Description
    long?
    | Edit this page View Source

    ExcludeLabelIds

    Declaration
    [JsonProperty("excludeLabelIds")]
    public ICollection<long> ExcludeLabelIds { get; set; }
    Property Value
    Type Description
    ICollection<long>
    | Edit this page View Source

    FallbackLanguages

    Declaration
    [JsonProperty("fallbackLanguages")]
    public IDictionary<string, string[]>? FallbackLanguages { get; set; }
    Property Value
    Type Description
    IDictionary<string, string[]>
    | Edit this page View Source

    FileIds

    Declaration
    [JsonProperty("fileIds")]
    public ICollection<long>? FileIds { get; set; }
    Property Value
    Type Description
    ICollection<long>
    | Edit this page View Source

    LabelIds

    Declaration
    [JsonProperty("labelIds")]
    public ICollection<long> LabelIds { get; set; }
    Property Value
    Type Description
    ICollection<long>
    | Edit this page View Source

    LanguageIds

    Declaration
    [JsonProperty("languageIds")]
    public ICollection<string> LanguageIds { get; set; }
    Property Value
    Type Description
    ICollection<string>
    | Edit this page View Source

    Method

    Declaration
    [JsonProperty("method")]
    public PreTranslationMethod? Method { get; set; }
    Property Value
    Type Description
    PreTranslationMethod?
    | Edit this page View Source

    TranslateUntranslatedOnly

    Declaration
    [JsonProperty("translateUntranslatedOnly")]
    public bool? TranslateUntranslatedOnly { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    TranslateWithPerfectMatchOnly

    Declaration
    [JsonProperty("translateWithPerfectMatchOnly")]
    public bool? TranslateWithPerfectMatchOnly { get; set; }
    Property Value
    Type Description
    bool?
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX