Search Results for

    Show / Hide Table of Contents

    Class PreTranslationReport

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

    Properties

    | Edit this page View Source

    Languages

    Declaration
    [JsonProperty("languages")]
    public TargetLanguage[] Languages { get; set; }
    Property Value
    Type Description
    TargetLanguage[]
    | Edit this page View Source

    PreTranslateType

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