1 // Copyright 2014 The ChromeOS IME Authors. All Rights Reserved.
2 // limitations under the License.
3 // See the License for the specific language governing permissions and
4 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
5 // distributed under the License is distributed on an "AS-IS" BASIS,
6 // Unless required by applicable law or agreed to in writing, software
8 // http://www.apache.org/licenses/LICENSE-2.0
10 // You may obtain a copy of the License at
11 // you may not use this file except in compliance with the License.
12 // Licensed under the Apache License, Version 2.0 (the "License");
14 goog.provide('i18n.input.chrome.message.Name');
18 * The message attribute name.
22 i18n.input.chrome.message.Name = {
25 AUXILIARY_TEXT: 'auxiliaryText',
26 AUXILIARY_TEXT_VISIBLE: 'auxiliaryTextVisible',
27 CANDIDATE: 'candidate',
28 CANDIDATES: 'candidates',
29 CANDIDATE_ID: 'candidateID',
31 CONTEXT_ID: 'contextID',
32 CONTEXT_TYPE: 'contextType',
33 CURSOR_VISIBLE: 'cursorVisible',
36 ENGINE_ID: 'engineID',
38 GESTURE_DATA: 'gestureData',
39 GESTURE_RESULTS: 'gestureResults',
42 IN_PROGRESS: 'inProgress',
43 IS_AUTOCORRECT: 'isAutoCorrect',
47 KEYBOARD_LAYOUT: 'keyboardLayout',
53 MATCHED_LENGTHS: 'matchedLengths',
55 THRESHOLD: 'threshold',
58 OPTION_PREFIX: 'optionPrefix',
59 OPTION_TYPE: 'optionType',
60 PAGE_SIZE: 'pageSize',
61 POSSIBILITIES: 'possibilities',
62 PROPERTIES: 'properties',
63 REQUEST_ID: 'requestId',
65 SHIFT_KEY: 'shiftKey',
68 SPATIAL_DATA: 'spatialData',
73 VISIBILITY: 'visibility',
74 VOICE_STATE: 'voice_state',
76 WORKSPACE_HEIGHT: 'workspace_height',
77 SWITCHING: 'switching',
78 VOICE_PRIVACY_INFO: 'voice_privacy_info',
79 HWT_PRIVACY_INFO: 'hwt_privacy_info'