TextEmbedderResult.native constructor
TextEmbedderResult.native(
- Pointer<
TextEmbedderResult> ? _pointer
Initializes a TextEmbedderResult instance as a wrapper around native memory.
See also:
- TextEmbedderExecutor.embed where this is called.
Implementation
TextEmbedderResult.native(this._pointer);