public class SspeHelper
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TAG |
Modifier and Type | Method and Description |
---|---|
static SspeHelper |
getInstance() |
SspeDetectionListener |
getSspeDetectionListener() |
void |
release() |
void |
setSspeDetectionListener(SspeDetectionListener sspeDetectionListener) |
void |
setSspeKernel(BaseSspeKernel sspeKernel) |
void |
startDetection(java.lang.String detection,
SspeDetectionListener sspeDetectionListener) |
void |
stopDetection() |
public static final java.lang.String TAG
public static SspeHelper getInstance()
public void setSspeKernel(BaseSspeKernel sspeKernel)
public void release()
public SspeDetectionListener getSspeDetectionListener()
public void setSspeDetectionListener(SspeDetectionListener sspeDetectionListener)
public void stopDetection()
public void startDetection(java.lang.String detection, SspeDetectionListener sspeDetectionListener)