Class AiModelPrice
Inherited Members
Namespace: Crowdin.Api.AI
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class AiModelPrice
Properties
| Edit this page View SourceInput
Declaration
[JsonProperty("input")]
public decimal Input { get; set; }
Property Value
| Type | Description |
|---|---|
| decimal |
Output
Declaration
[JsonProperty("output")]
public decimal Output { get; set; }
Property Value
| Type | Description |
|---|---|
| decimal |