Search Results for

    Show / Hide Table of Contents

    Class PreTranslateAttributes

    Inheritance
    object
    PreTranslateAttributes
    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 PreTranslateAttributes

    Properties

    | 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 string[] BranchIds { get; set; }
    Property Value
    Type Description
    string[]
    | Edit this page View Source

    DuplicateTranslations

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

    ExcludeLabelIds

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

    FileIds

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

    LabelIds

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

    LanguageIds

    Declaration
    [JsonProperty("languageIds")]
    public string[] LanguageIds { get; set; }
    Property Value
    Type Description
    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

    SkipApprovedTranslations

    Declaration
    [JsonProperty("skipApprovedTranslations")]
    public bool SkipApprovedTranslations { get; set; }
    Property Value
    Type Description
    bool
    | 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