TextEmbedder constructor

TextEmbedder(
  1. TextEmbedderOptions options
)

Utility to convert text into an embedding suitable for other MediaPipe tasks.

Implementation

TextEmbedder(TextEmbedderOptions options);