Search Results for

    Show / Hide Table of Contents

    Class MtTranslation

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

    Properties

    | Edit this page View Source

    SourceLanguageId

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

    Strings

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

    TargetLanguageId

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

    Translations

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