通过


UsageDetails.OutputTextTokenCount 属性

定义

获取或设置使用的文本输出令牌数。

public:
 property Nullable<long> OutputTextTokenCount { Nullable<long> get(); void set(Nullable<long> value); };
[System.Diagnostics.CodeAnalysis.Experimental("MEAI001", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")]
[System.Text.Json.Serialization.JsonIgnore]
public long? OutputTextTokenCount { get; set; }
[System.Text.Json.Serialization.JsonIgnore]
public long? OutputTextTokenCount { get; set; }
[<System.Diagnostics.CodeAnalysis.Experimental("MEAI001", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")>]
[<System.Text.Json.Serialization.JsonIgnore>]
member this.OutputTextTokenCount : Nullable<int64> with get, set
[<System.Text.Json.Serialization.JsonIgnore>]
member this.OutputTextTokenCount : Nullable<int64> with get, set
Public Property OutputTextTokenCount As Nullable(Of Long)

属性值

属性

注解

文本输出令牌应计为其中的 OutputTokenCount一部分。

适用于