Class GenerateAiReport
Inherited Members
Namespace: Crowdin.Api.AI
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public abstract class GenerateAiReport
Properties
| Edit this page View SourceSchema
Declaration
[JsonProperty("schema")]
public AiReportSchemaBase Schema { get; set; }
Property Value
Type | Description |
---|---|
AiReportSchemaBase |
Type
Declaration
[JsonProperty("type")]
public abstract AiReportType Type { get; }
Property Value
Type | Description |
---|---|
AiReportType |