Search Results for

    Show / Hide Table of Contents

    Class PreTranslateAccuracyGenerateReportRequest.SchemaBase

    Inheritance
    object
    PreTranslateAccuracyGenerateReportRequest.SchemaBase
    PreTranslateAccuracyGenerateReportRequest.ByTaskSchema
    PreTranslateAccuracyGenerateReportRequest.GeneralSchema
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Crowdin.Api.Reports
    Assembly: Crowdin.Api.dll
    Syntax
    [PublicAPI]
    public abstract class PreTranslateAccuracyGenerateReportRequest.SchemaBase

    Properties

    | Edit this page View Source

    Format

    Declaration
    [JsonProperty("format")]
    public ReportFormat? Format { get; set; }
    Property Value
    Type Description
    ReportFormat?
    | Edit this page View Source

    PostEditingCategories

    Declaration
    [JsonProperty("postEditingCategories")]
    public ICollection<string>? PostEditingCategories { get; set; }
    Property Value
    Type Description
    ICollection<string>
    | Edit this page View Source

    Unit

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