OrtApi.GetValue

If input OrtValue represents a map, you need to retrieve the keys and values separately. Use index=0 to retrieve keys and index=1 to retrieve values. If input OrtValue represents a sequence, use index to retrieve the index'th element of the sequence.

struct OrtApi
OrtStatus* function(const(OrtValue)* value, int index, OrtAllocator* allocator, OrtValue** out_) GetValue;

Meta