public interface CountTokensResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getTotalBillableCharacters()
The total number of billable characters counted across all instances from
the request.
|
int |
getTotalTokens()
The total number of tokens counted across all instances from the request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getTotalTokens()
The total number of tokens counted across all instances from the request.
int32 total_tokens = 1;int getTotalBillableCharacters()
The total number of billable characters counted across all instances from the request.
int32 total_billable_characters = 2;Copyright © 2023 Google LLC. All rights reserved.