Search Results for

    Show / Hide Table of Contents

    Class TranscriptionUsage

    Inheritance
    object
    UsageInfo
    TranscriptionUsage
    Implements
    IEquatable<UsageInfo>
    Inherited Members
    UsageInfo.type
    UsageInfo.costInUsd
    UsageInfo.m_TypeNameCache
    UsageInfo.GetInspectorTypeName()
    UsageInfo.GetKey()
    UsageInfo.Equals(UsageInfo)
    UsageInfo.Equals(object)
    UsageInfo.GetHashCode()
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Glitch9.AIDevKit
    Assembly: Glitch9.AIDevKit.dll
    Syntax
    public class TranscriptionUsage : UsageInfo, IEquatable<UsageInfo>

    Constructors

    | Edit this page View Source

    TranscriptionUsage()

    Declaration
    public TranscriptionUsage()
    | Edit this page View Source

    TranscriptionUsage(int)

    Declaration
    public TranscriptionUsage(int characters)
    Parameters
    Type Name Description
    int characters

    Fields

    | Edit this page View Source

    characters

    Declaration
    [SerializeField]
    [JsonProperty("characters")]
    public int characters
    Field Value
    Type Description
    int

    Properties

    | Edit this page View Source

    HasValue

    Declaration
    [JsonIgnore]
    public override bool HasValue { get; }
    Property Value
    Type Description
    bool
    Overrides
    UsageInfo.HasValue

    Methods

    | Edit this page View Source

    GetInspectorValueName()

    Declaration
    public override string GetInspectorValueName()
    Returns
    Type Description
    string
    Overrides
    UsageInfo.GetInspectorValueName()
    | Edit this page View Source

    GetUsageValue()

    Declaration
    public override int? GetUsageValue()
    Returns
    Type Description
    int?
    Overrides
    UsageInfo.GetUsageValue()
    | Edit this page View Source

    Merge(UsageInfo)

    Declaration
    public override void Merge(UsageInfo other)
    Parameters
    Type Name Description
    UsageInfo other
    Overrides
    UsageInfo.Merge(UsageInfo)
    | Edit this page View Source

    SetUsageValue(int?)

    Declaration
    public override void SetUsageValue(int? value)
    Parameters
    Type Name Description
    int? value
    Overrides
    UsageInfo.SetUsageValue(int?)
    | Edit this page View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()

    Implements

    IEquatable<T>

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    UsageCalculator.CalcCostInUsd(UsageInfo, string)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation