# CommonUseSelfServiceV2ApiDefinitionCurrentWorkingVersion.DeviceHelpInstructionType

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**supportedLanguages** | **[String]** | The list of supported languages as RFC3066 2-letter codes or 2-2-letter codes | [optional] 
**deviceHelpInstructions** | **String** | XML formatted device help text structure to be passed to applications audio output. The texts for the audio output need to be in SSML 1.0/SSML 1.1 format.&lt;p&gt;   &lt;b&gt;Example:&lt;/b&gt;   &#x60;&#x60;&#x60;XML   &lt;?xml version&#x3D;\&quot;1.0\&quot; encoding&#x3D;\&quot;UTF-8\&quot;?&gt;   &lt;deviceHelp lang-supported&#x3D;\&quot;en-US,ja-JP\&quot;&gt;     &lt;deviceDescription time&#x3D;\&quot;7\&quot;&gt;       &lt;speak version&#x3D;\&quot;1.0\&quot; xmlns&#x3D;\&quot;http://www.w3.org/2001/10/synthesis\&quot; xml:lang&#x3D;\&quot;en-US\&quot;&gt;The magnetic card reader device is used to read the data from your credit card or frequent flier card&lt;/speak&gt;           &lt;speak version&#x3D;\&quot;1.0\&quot; xmlns&#x3D;\&quot;http://www.w3.org/2001/10/synthesis\&quot; xml:lang&#x3D;\&quot;ja-JP\&quot;&gt;磁気カードリーダ装置は、クレジットカードやマイレージカードからデータを読 み取るために使用される &lt;/speak&gt;     &lt;/deviceDescription&gt;     &lt;deviceLocation time&#x3D;\&quot;5\&quot;&gt;       &lt;speak version&#x3D;\&quot;1.0\&quot; xmlns&#x3D;\&quot;http://www.w3.org/2001/10/synthesis\&quot; xml:lang&#x3D;\&quot;en-US\&quot;&gt;The card reader is located to the lower right of the main screen &lt;/speak&gt;       &lt;speak version&#x3D;\&quot;1.0\&quot; xmlns&#x3D;\&quot;http://www.w3.org/2001/10/synthesis\&quot; xml:lang&#x3D;\&quot;ja-JP\&quot;&gt;カードリーダは、メイン画面の右下に配置されている &lt;/speak&gt;     &lt;/deviceLocation&gt;     &lt;deviceProfile time&#x3D;\&quot;13\&quot;&gt;       &lt;speak version&#x3D;\&quot;1.0\&quot; xmlns&#x3D;\&quot;http://www.w3.org/2001/10/synthesis\&quot; xml:lang&#x3D;\&quot;en-US\&quot;&gt;The reader is mounted horizontally and protrudes about one half inch from the face of the kiosk. It is 2 inches tall and 5 inches wide with a card slot located in the center&lt;/speak&gt;            &lt;speak version&#x3D;\&quot;1.0\&quot; xmlns&#x3D;\&quot;http://www.w3.org/2001/10/synthesis\&quot; xml:lang&#x3D;\&quot;ja-JP\&quot;&gt; 読者は、水平に搭載され、キオスクの表面から約0.5インチに突出している。こ れは、中心部に位置するカードスロットを持つ広い背の高い2インチと5インチ である &lt;/speak&gt;     &lt;/deviceProfile&gt;   &lt;/deviceHelp&gt;  | [optional] 
