Search Results for

    Show / Hide Table of Contents

    Class PreTranslateAccuracyGenerateReportRequest.SchemaBase

    Inheritance
    System.Object
    PreTranslateAccuracyGenerateReportRequest.SchemaBase
    PreTranslateAccuracyGenerateReportRequest.ByTaskSchema
    PreTranslateAccuracyGenerateReportRequest.GeneralSchema
    Namespace: Crowdin.Api.Reports
    Assembly: Crowdin.Api.dll
    Syntax
    public abstract class SchemaBase : object

    Properties

    | Improve this Doc View Source

    Format

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

    PostEditingCategories

    Declaration
    public ICollection<string>? PostEditingCategories { get; set; }
    Property Value
    Type Description
    System.Nullable<ICollection<System.String>>
    | Improve this Doc View Source

    Unit

    Declaration
    public ReportUnit? Unit { get; set; }
    Property Value
    Type Description
    System.Nullable<ReportUnit>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX