We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d21728 commit 0d01901Copy full SHA for 0d01901
firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/type/ModalityTokenCount.kt
@@ -18,6 +18,12 @@ package com.google.firebase.vertexai.type
18
19
import kotlinx.serialization.Serializable
20
21
+/**
22
+ * Represents token counting info for a single modality.
23
+ *
24
+ * @property modality The modality associated with this token count.
25
+ * @property tokenCount The number of tokens counted.
26
+ */
27
public class ModalityTokenCount
28
private constructor(public val modality: ContentModality, public val tokenCount: Int) {
29
0 commit comments