Class PreTranslateAccuracyGenerateReportRequest.SchemaBase
Inheritance
PreTranslateAccuracyGenerateReportRequest.SchemaBase
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public abstract class PreTranslateAccuracyGenerateReportRequest.SchemaBase
Properties
|
Edit this page
View Source
Declaration
[JsonProperty("format")]
public ReportFormat? Format { get; set; }
Property Value
|
Edit this page
View Source
PostEditingCategories
Declaration
[JsonProperty("postEditingCategories")]
public ICollection<string>? PostEditingCategories { get; set; }
Property Value
|
Edit this page
View Source
Unit
Declaration
[JsonProperty("unit")]
public ReportUnit? Unit { get; set; }
Property Value