Search Results for

    Show / Hide Table of Contents

    Class MtEngine

    Inheritance
    object
    MtEngine
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Crowdin.Api.MachineTranslationEngines
    Assembly: Crowdin.Api.dll
    Syntax
    [PublicAPI]
    public class MtEngine

    Properties

    | Edit this page View Source

    Credentials

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

    EnabledLanguageIds

    Declaration
    [JsonProperty("enabledLanguageIds")]
    public string[] EnabledLanguageIds { get; set; }
    Property Value
    Type Description
    string[]
    | Edit this page View Source

    EnabledProjectIds

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

    GroupId

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

    Id

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

    IsEnabled

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

    Name

    Declaration
    [JsonProperty("name")]
    public string Name { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ProjectIds

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

    SupportedLanguageIds

    Declaration
    [JsonProperty("supportedLanguageIds")]
    public string[] SupportedLanguageIds { get; set; }
    Property Value
    Type Description
    string[]
    | Edit this page View Source

    SupportedLanguagePairs

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

    Type

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