From 1538740dcbbfa87f8d43c34ad1bccaa95b9f6efa Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Wed, 25 Jan 2023 10:31:10 -0800 Subject: [PATCH] Formatting fix PiperOrigin-RevId: 504599712 --- mediapipe/tasks/web/components/containers/embedding_result.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/mediapipe/tasks/web/components/containers/embedding_result.d.ts b/mediapipe/tasks/web/components/containers/embedding_result.d.ts index 3779abd96..43d14d30e 100644 --- a/mediapipe/tasks/web/components/containers/embedding_result.d.ts +++ b/mediapipe/tasks/web/components/containers/embedding_result.d.ts @@ -33,6 +33,7 @@ export declare interface Embedding { * perform scalar quantization. */ quantizedEmbedding?: Uint8Array; + /** * The index of the classifier head these categories refer to. This is * useful for multi-head models.