Delegate Engine.ResultTime

    Definition

    Namespace:
    Tizen.Uix.SttEngine
    Assembly:
    Tizen.Uix.SttEngine.dll

    Called when the STT engine provides the time stamp of result to the engine service user. This callback function is implemented by the engine service user. Therefore, the engine developer does NOT have to implement this callback function.

    public delegate bool Engine.ResultTime(int index, TimeEvent resultEvent, string text, long startTime, long endTime, IntPtr userData)
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX