TextEmbedderResult.native constructor

TextEmbedderResult.native(
  1. Pointer<TextEmbedderResult>? _pointer
)

Initializes a TextEmbedderResult instance as a wrapper around native memory.

See also:

Implementation

TextEmbedderResult.native(this._pointer);