Class ModalityTokens
java.lang.Object
com.google.genai.gaos.models.interactions.ModalityTokens
ModalityTokens
The token count for a single response modality.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ModalityTokens.Builderbuilder()booleaninthashCode()modality()tokens()Number of tokens for the modality.toString()withModality(ResponseModality modality) withTokens(Integer tokens) Number of tokens for the modality.
-
Constructor Details
-
ModalityTokens
-
ModalityTokens
public ModalityTokens()
-
-
Method Details