Project: /docs/reference/js/_project.yaml Book: /docs/reference/_book.yaml page_type: reference
{% comment %} DO NOT EDIT THIS FILE! This is generated by the JS SDK team, and any local changes will be overwritten. Changes should be made in the source code at https://github.com/firebase/firebase-js-sdk {% endcomment %}
Represents token counting info for a single modality.
Signature:
export interface ModalityTokenCount | Property | Type | Description |
|---|---|---|
| modality | Modality | The modality associated with this token count. |
| tokenCount | number | The number of tokens counted. |
The modality associated with this token count.
Signature:
modality: Modality;The number of tokens counted.
Signature:
tokenCount: number;