Compartilhar via


UsageDetails.InputTextTokenCount Propriedade

Definição

Obtém ou define o número de tokens de entrada de texto usados.

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

Valor da propriedade

Atributos

Comentários

Os tokens de entrada de texto devem ser contados como parte de InputTokenCount.

Aplica-se a