Class ModelPrice
Inheritance
object
ModelPrice
Namespace: Glitch9.AIDevKit
Assembly: .dll
Syntax
[Serializable]
public class ModelPrice
Constructors
ModelPrice()
Declaration
public ModelPrice()
ModelPrice(UsageType, double, bool)
Declaration
public ModelPrice(UsageType type, double cost, bool isEstimated = false)
Parameters
Type | Name | Description |
---|---|---|
UsageType | type | |
double | cost | |
bool | isEstimated |
Fields
cost
Declaration
public double cost
Field Value
Type | Description |
---|---|
double |
isEstimated
Declaration
public bool isEstimated
Field Value
Type | Description |
---|---|
bool |
type
Declaration
public UsageType type
Field Value
Type | Description |
---|---|
UsageType |