TextEmbedderOptions.fromAssetBuffer constructor
TextEmbedderOptions.fromAssetBuffer(
- Uint8List assetBuffer, {
- EmbedderOptions embedderOptions = const EmbedderOptions(),
Convenience constructor that uses a model existing in memory.
Implementation
TextEmbedderOptions.fromAssetBuffer(
Uint8List assetBuffer, {
EmbedderOptions embedderOptions = const EmbedderOptions(),
});