stt_result_time_cbFunction typedef

stt_result_time_cbFunction = Bool Function(stt_h stt, Int index, Int32 event, Pointer<Char> text, Long start_time, Long end_time, Pointer<Void> user_data)

Implementation

typedef stt_result_time_cbFunction = ffi.Bool Function(
    stt_h stt,
    ffi.Int index,
    ffi.Int32 event,
    ffi.Pointer<ffi.Char> text,
    ffi.Long start_time,
    ffi.Long end_time,
    ffi.Pointer<ffi.Void> user_data);