X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=client%2Fstt_client.h;h=ed77143918e4ac802c08beac37d58a73920cf09c;hb=bc6fe51b100bd00289f4df536e7b50c5d3c95d26;hp=ed9803d6db32cced7df7f8b3f9dfb7222d4f399f;hpb=5be18b99d609324c3c664fe6b9a7f5c89409b89a;p=platform%2Fcore%2Fuifw%2Fstt.git diff --git a/client/stt_client.h b/client/stt_client.h index ed9803d..ed77143 100644 --- a/client/stt_client.h +++ b/client/stt_client.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2011-2014 Samsung Electronics Co., Ltd All Rights Reserved +* Copyright (c) 2011-2016 Samsung Electronics Co., Ltd All Rights Reserved * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -26,14 +26,14 @@ extern "C" { typedef enum { STT_INTERNAL_STATE_NONE = 0, STT_INTERNAL_STATE_STARTING = 1, - STT_INTERNAL_STATE_STOPING = 2, + STT_INTERNAL_STATE_STOPPING = 2, STT_INTERNAL_STATE_CANCELING = 3 } stt_internal_state_e; typedef struct { /* base info */ stt_h stt; - int pid; + int pid; int uid; /*<< unique id = pid + handle */ stt_recognition_result_cb recognition_result_cb; @@ -77,7 +77,7 @@ typedef struct { char** data_list; int data_count; char* msg; - + /* error data */ int reason; char* err_msg;