[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-27 UTC."],[],[],null,["# ModalityTokenCount interface\n\nRepresents token counting info for a single modality.\n\n**Signature:** \n\n export interface ModalityTokenCount \n\nProperties\n----------\n\n| Property | Type | Description |\n|-----------------------------------------------------------------------------|------------------------------------|------------------------------------------------|\n| [modality](./vertexai.modalitytokencount.md#modalitytokencountmodality) | [Modality](./vertexai.md#modality) | The modality associated with this token count. |\n| [tokenCount](./vertexai.modalitytokencount.md#modalitytokencounttokencount) | number | The number of tokens counted. |\n\nModalityTokenCount.modality\n---------------------------\n\nThe modality associated with this token count.\n\n**Signature:** \n\n modality: Modality;\n\nModalityTokenCount.tokenCount\n-----------------------------\n\nThe number of tokens counted.\n\n**Signature:** \n\n tokenCount: number;"]]