Search Results for

    Show / Hide Table of Contents

    Class AiModelPrice

    Inheritance
    object
    AiModelPrice
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Crowdin.Api.AI
    Assembly: Crowdin.Api.dll
    Syntax
    [PublicAPI]
    public class AiModelPrice

    Properties

    | Edit this page View Source

    Input

    Declaration
    [JsonProperty("input")]
    public decimal Input { get; set; }
    Property Value
    Type Description
    decimal
    | Edit this page View Source

    Output

    Declaration
    [JsonProperty("output")]
    public decimal Output { get; set; }
    Property Value
    Type Description
    decimal
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX