GetModelEditorApi property
\brief Get the Model Editor API instance
Get the Model Editor API instance to create a new model or augment an existing model.
\return Model Editor API struct
\since Version 1.22.
Implementation
external ffi.Pointer<
ffi.NativeFunction<ffi.Pointer<OrtModelEditorApi> Function()>
>
GetModelEditorApi;