Search Results for

    Show / Hide Table of Contents

    Class AddMtEngineRequest

    Inheritance
    System.Object
    AddMtEngineRequest
    Namespace: Crowdin.Api.MachineTranslationEngines
    Assembly: Crowdin.Api.dll
    Syntax
    public class AddMtEngineRequest : object

    Properties

    | Improve this Doc View Source

    Credentials

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

    EnabledProjectIds

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

    EnableLanguageIds

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

    GroupId

    Declaration
    public int? GroupId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    | Improve this Doc View Source

    IsEnabled

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

    Name

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

    Type

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