===============================================================================================
= Haruzira SDK for .NET.   Copyright (c) 2016 Symmetry Soft
===============================================================================================
1. Overview
    SDK for .NET is used for performing network communication with UWP APP "Haruzira".


2. System Requirements
    Your system needs to has installed .Net Framework 4.5 and more.
    Environment that confirmed the operation on our side.(OS version)
    a)Windows 7 32bit
    b)Windows 10 64bit
    *Built by Visual Studio Community 2015


3. How to use
	1) Arrange SDK file "HzClientTcpCommunication.dll" in your folder.
	2) If you like localize to Japanese, arrange "ja-JP" folder in the same folder for SDK file.
	   "ja-JP" folder includes a japanese resource file. ("HzClientTcpCommunication.resources.dll")
    3) Add "HzClientTcpCommunication.dll" by "reference" of the solution explorer. (using the Visual Studio)
    4) Add a next line on your source file. "using HzClientTcpCommunication;" 


4. About the SDK
    It is possible to control the speech synthesis engine, if be modified various speech options.

    Examples)
    1)It is possible to change the speech synthesis engine, if modify language code or gender option. 
    2)It is possible to repeat playing, if modify repeat count option.
    3)It is possible to make a speech by interrupt when is playing in priority of "Normal", if modify priority option to "High".
    4)It is possible to make a secure communication by using account authentication or encryption data, if modify account information or encryption key option.
    *if you need more information about SDK, make reference to a SDK manual or analyze sample program.
      http://haruzirasdke.wpblog.jp/



