Search Results for

    Show / Hide Table of Contents

    Class PreTranslateAttributes

    Inheritance
    System.Object
    PreTranslateAttributes
    Namespace: Crowdin.Api.Translations
    Assembly: Crowdin.Api.dll
    Syntax
    public class PreTranslateAttributes : object

    Properties

    | Improve this Doc View Source

    AutoApproveOption

    Declaration
    public AutoApproveOption AutoApproveOption { get; set; }
    Property Value
    Type Description
    AutoApproveOption
    | Improve this Doc View Source

    BranchIds

    Declaration
    public string[] BranchIds { get; set; }
    Property Value
    Type Description
    System.String[]
    | Improve this Doc View Source

    DuplicateTranslations

    Declaration
    public bool DuplicateTranslations { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    ExcludeLabelIds

    Declaration
    public int[] ExcludeLabelIds { get; set; }
    Property Value
    Type Description
    System.Int32[]
    | Improve this Doc View Source

    FileIds

    Declaration
    public int[] FileIds { get; set; }
    Property Value
    Type Description
    System.Int32[]
    | Improve this Doc View Source

    LabelIds

    Declaration
    public int[] LabelIds { get; set; }
    Property Value
    Type Description
    System.Int32[]
    | Improve this Doc View Source

    LanguageIds

    Declaration
    public string[] LanguageIds { get; set; }
    Property Value
    Type Description
    System.String[]
    | Improve this Doc View Source

    Method

    Declaration
    public PreTranslationMethod Method { get; set; }
    Property Value
    Type Description
    PreTranslationMethod
    | Improve this Doc View Source

    SkipApprovedTranslations

    Declaration
    public bool SkipApprovedTranslations { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    TranslateUntranslatedOnly

    Declaration
    public bool TranslateUntranslatedOnly { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    TranslateWithPerfectMatchOnly

    Declaration
    public bool TranslateWithPerfectMatchOnly { get; set; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX