voiceui/voiceuivoicerecognition/inc/vuivoicerecognition.hrh
branchRCL_3
changeset 19 e36f3802f733
parent 0 bf1d17376201
equal deleted inserted replaced
18:cad71a31b7fc 19:e36f3802f733
       
     1 /*
       
     2 * Copyright (c) 2004-2006 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Enumerations
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef VUIVOICERECOGNITION_HRH
       
    20 #define VUIVOICERECOGNITION_HRH
       
    21 
       
    22 enum VTCommand
       
    23     {
       
    24     EVoiceTagSoftKeyStart=1,
       
    25     EVoiceTagSoftKeyCancel,
       
    26     EVoiceTagSoftKeySelect,
       
    27     EVoiceTagSoftKeyDirectSelect,
       
    28     EVoiceTagSoftKeyHelp,
       
    29     EVoiceTagSoftKeyOpen,
       
    30     EVoiceTagSoftKeyQuit,
       
    31     EVoiceTagSoftKeyOther
       
    32     };
       
    33     
       
    34 enum VICommand
       
    35     {
       
    36     EVoiceInfoSoftKeyNext=1,
       
    37     EVoiceInfoSoftKeyActivate,
       
    38     EVoiceInfoSoftKeyCancel,
       
    39     EVoiceInfoSoftkeyOther
       
    40     };
       
    41 
       
    42 
       
    43 enum DialogControlId
       
    44     {
       
    45     EAddVoiceTagNote=100,
       
    46     EVoicePlaybackProgressNoteId,
       
    47     EVoiceDialProgressNoteId,
       
    48     EVoiceTagAddConfirmationId,
       
    49     EVoiceTagChangeConfirmationId,
       
    50     EPhoneBusyId,
       
    51     ENoVoiceTagId,
       
    52     EVoiceQueryNoteId,
       
    53     EVoiceDialGeneralErrorId,
       
    54     EVoiceDialNotRecognizedId,
       
    55     EVoiceDialNoSpeechId,
       
    56     EVoiceTagErrorInRecogId,
       
    57     ENoteDialogId,
       
    58     EProgressDialogId
       
    59     };
       
    60 
       
    61 enum TVoiceErrorId
       
    62     {
       
    63     EVoiceNoMatchFound = 5000
       
    64     };
       
    65 
       
    66 #endif  // VUIVOICERECOGNITION_HRH
       
    67 
       
    68 // End of File
       
    69