VoicePriceOverride
Namespace AgentPrism · Assembly
AgentPrism.Core.dllDefines the configured price for one voice model.
public sealed class VoicePriceOverrideInheritance
Section titled “Inheritance”Inherited Members
Section titled “Inherited Members”object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Remarks
Section titled “Remarks”The fields are mutually exclusive. A model either produces speech from text, billed by character, or transcribes speech to text, billed by duration. When both are set, a tool selects the field matching its own unit.
Constructors
Section titled “Constructors”VoicePriceOverride()
Section titled “ VoicePriceOverride()”public VoicePriceOverride()Properties
Section titled “Properties”PerMillionCharacters
Section titled “ PerMillionCharacters”Gets or sets cost per million characters for text-to-speech.
public decimal? PerMillionCharacters { get; set; }Property Value
Section titled “Property Value”PerMinute
Section titled “ PerMinute”Gets or sets cost per minute for speech-to-text.
public decimal? PerMinute { get; set; }