IS_FacialExpressionGetLowerFaceAction() public static method

public static IS_FacialExpressionGetLowerFaceAction ( IntPtr state ) : IEE_FacialExpressionAlgo_t
state System.IntPtr
return IEE_FacialExpressionAlgo_t
コード例 #1
0
 /// <summary>
 /// Returns the detected lower face Expressiv action of the user
 /// </summary>
 /// <returns>pre-defined Expressiv action types</returns>
 public EdkDll.IEE_FacialExpressionAlgo_t FacialExpressionGetLowerFaceAction()
 {
     return(EdkDll.IS_FacialExpressionGetLowerFaceAction(hEmoState));
 }