AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class CountTokensResponse

    Response from calling {@link GenerativeModel.countTokens}.

    Inheritance
    object
    CountTokensResponse
    Namespace: Glitch9.AIDevKit.Google
    Assembly: .dll
    Syntax
    public class CountTokensResponse

    Properties

    TotalTokens

    Declaration
    public int? TotalTokens { get; set; }
    Property Value
    Type Description
    int?
    In this article
    Back to top Generated by DocFX