同花顺智能语音平台提供智能语音交互所需的基础服务,包括语音识别、语音合成、自然语言理解等功能,为企业在多种实际应用场景下,赋予产品“能听、会说、懂你”式的智能人机交互体验。
本平台提供的语音服务适用于多个应用场景,包括智能问答、智能质检、实时语音记录、录音转写等场景,在日常生活、金融、保险、电商等多个领域均可应用。
作为智能交互技术服务平台,我们将致力于为开发者打造全面的智能人机交互解决方案。用户可通过互联网、移动互联网,随时随地享受开放平台提供的全方位的人工智能服务。
{{isZh ? '接入指南' : 'Access Guide'}}
1. {{isZh ? '成为开发者——注册账号,成为同花顺开放平台开发者' : 'Be a developer- register to be a developer of the RoyalFlush Open Platform'}}
{{isZh ? '点击右上角“注册”按钮,填写相关信息注册账号,成为同花顺开放平台开发者。' : 'Click the top-right "Register", register your account, and be a developer of the RoyalFlush Open Platform.'}}
2. {{isZh ? '创建应用——在平台上创建所需服务类型的应用,申请对应的AppID和AppKey' : 'Create an application-create an application of the required service type on the platform and apply for the corresponding AppID and AppKey'}}
2.1 {{ isZh ? '应用申请:' : 'Apply for application:'}}
{{isZh ?'方法一:点击右上角账户下“创建新应用”,填写“应用名称”、“应用描述”,选择对应的“语音服务”,点击提交,即可创建新应用。' : 'Option A: Click "Create New Application" below the top-right account, fill in "Application Name" and "Application Description", select the corresponding "Voice Service", and click "Submit".'}}
{{isZh ? '方法二:点击左上角“产品服务”下具体的服务类型,点击“立即使用”,填写相关信息,点击提交,即可创建新应用。' : 'Option B: Click the specific service type below "Products and Services" in the upper left corner, click "Use Now", fill in relevant information, and click "Submit".'}}
{{isZh ? '其中应用名称要求:App名称-使用的领域,比如:同花顺手机炒股-金融。' : 'The formation of APP name: App name-App domain, ie. RoyalFlush Mobile Stock Trading Platform-Finance.'}}
2.2 {{isZh ? '创建使用' : 'Create and use'}}
{{ isZh ? '创建成功之后可以在 “我的应用” 查看到对应的AppId和AppKey,用于后续的开发接入校验。' : 'If sucessful, you can view the corresponding AppId and AppKey in "My App" for subsequent development access verification.' }}
3. {{ isZh ? '提额申请——当前每秒请求量默认为10,如不满足使用,可以申请提高每秒请求量限额' : 'Request promotion-the current default amount of requests is 10, and can be promoted upon your application' }}
3.1 {{ isZh ? '在“我的应用”中点击应用名称所在行,下方会出现“提额申请”按钮,点击进去,填写“每秒请求量”和“提额原因”点击提交,等待审核。' : 'Click the app name line in "My App", and the "Request Promotion" will pop up. Click it in, fill in the "Request Amount per Second" and "Reason for Request" and submit for approval.' }}
3.2{{ isZh ? '审核通过后即可提高每秒请求量限额。' : 'The request per second will get promoted upon approval' }}
4. {{ isZh ? '开发集成' : 'Development integration' }}
4.1 {{ isZh ? '获取token,发送HTTP请求传入appId以及appSecret,返回结果中的access_token就是申请到的token。' : 'To retrieve token, send HTTP request to appId and appSecret, and the access_token in the returned result is the applied token.' }} {{ isZh ? '获取token的地址:https://b2b-api.10jqka.com.cn/gateway/service-mana/app/login-appkey。(token有效期为24小时,请在应用程序中做好定时获取操作,避免token失效)' : 'Token retrieve link: https://b2b-api.10jqka.com.cn/gateway/service-mana/app/login-appkey. (The token is valid for 24 hours, so fixed retrieve operation must be ensured to prevent token failure)' }}
4.2{{ isZh ? '下载不同开发平台下的SDK和API文档,开始开发集成' : 'Download SDK and API documents in different development platforms and start development integration'}}
语音合成接口将文字信息转化为声音信息,同时提供了众多极具特色的发音人(音库)供您选择。
该语音能力是通过HTTP的方式给开发者提供一个通用的接口。相较于SDK,API具有轻量、跨语言的特点。
内容 | 说明 |
URL | http[s]://b2b-api.10jqka.com.cn/gateway/arsenal/speechSynthesis/tts/v3/b2b/get/result |
请求方式 | POST |
头部信息 | “Content-type”:”application/x-www-form-urlencoded; charset=UTF-8” |
参数 | 类型 | 必填 | 描述 |
text | string | 是 | 文本(文本长度限制最大300个字,包括标点) 多音字可以添加拼音纠正发音。格式:[拼音] 如:朝[chao2]阳区迎着朝[zhao1]阳其中数字1~4分别表示一声到四声,数字5表示轻声 |
app_id | String | 是 | 应用编号,从开放平台申请 |
voice | String | 是 | 声音名称(详情可以在附录一:声音列表中查找) |
sample_rate | int | 否 | 0或1 (注:该参数代表合成音频的采样率,其中0代表16K,1代表8K |
format | int | 否 | 必须使用0 (注:该参数代表合成音频的格式,目前仅支持wav格式,对应参数为0 |
volume | int | 否 | 音量 (0-200默认100 (暂时不支持设置其他值)) |
speed | int | 否 | 语速(取值范围:50-200(默认值100)) |
pitch | int | 否 | 语调(取值范围:-100 — +100 (默认值0)) |
endsil | int | 否 | 结尾静音时长(取值范围:0-5的整数,单位时间为: 50毫秒) |
user_number | int | 否 | 用户请求id |
请求参数示例
{
"text": "你好",
"app_id": "*****",
"voice":"voice_female_xiaohua"
}
参数 | 类型 | 描述 |
status_code | int | 0 表示请求成功,异常请对照异常码 |
status_msg | String | 结果描述 |
data | object | 音频数据以及时间戳(合成结果) |
request_id | string | 请求编号(用于排查问题) |
参数 | 类型 | 描述 |
voiceData | string | 音频数据(返回结果需要Base64解码) |
voiceTime | string | 时间戳 |
参数 | 类型 | 描述 |
txt | string | 合成文字 |
startTime | string | 开始时间 |
endTime | string | 结束时间 |
返回参数示例
{
"status_code": 0,
"status_msg": "操作成功",
"data": {
"voiceData":"****",
"voiceTime": [{
"txt": "SIL",
"startTime": 0.0,
"endTime": 0.025
}, {
"txt": "你",
"startTime": 0.025,
"endTime": 0.225
}, {
"txt": "好",
"startTime": 0.225,
"endTime": 0.55
}, {
"txt": "SIL",
"startTime": 0.55,
"endTime": 0.8125
}]
},
“request_id":"*****”
}
能力说明:
1 强英文能力:可以合成中文同时也可以合成英文以及中英混合的文本。
2 弱英文能力:可以合成单词个数小于或者等于四个的英文文本
3
无英文能力:不能合成文本中包含的英文
名称 | 语种 | 声音名称 | 性别 | 英文能力 |
Lucy | 英语 | voice_female_lucy | 女 | - |
Tom | 英语 | voice_en_m_tom | 男 | - |
小卉 | 普通话 | voice_cn_f_xiaohui | 女 | 无 |
小南 | 普通话 | voice_cn_m_xiaonan | 男 | 无 |
小娜 | 普通话 | voice_cn_f_xiaona | 女 | 无 |
小明 | 普通话 | voice_cn_m_xiaoming | 男 | 无 |
小智 | 普通话 | voice_male_xiaozhi | 男 | 无 |
小木 | 普通话 | voice_cn_m_xiaomu | 男 | 无 |
小泽 | 普通话 | voice_cn_m_xiaoze | 男 | 无 |
小津 | 普通话 | voice_cn_m_xiaojin | 男 | 无 |
小琪 | 普通话 | voice_cn_f_xiaoqi | 女 | 无 |
小西 | 普通话 | voice_cn_m_xiaoxi | 男 | 无 |
小美 | 普通话 | voice_female_xiaomei | 女 | 弱 |
小花 | 普通话 | voice_female_xiaohua | 女 | 弱 |
小天 | 普通话 | voice_male_xiaotian | 男 | 弱 |
小花(标准) | 普通话 | voice_female_ordinary_xiaohua | 女 | 弱 |
小天(标准) | 普通话 | voice_male_ordinary_xiaotian | 男 | 弱 |
异常码 | 说明 |
10001 | 获取请求参数失败 |
10002 | 权限校验失败 |
10003 | 请求量超过上限 |
10004 | 解码线程使用量超过上限 |
10005 | 申请令牌失败 |
10006 | 无有效的文本数据 |
10007 | 合成失败(java程序遇到的其他异常) |
10008 | 合成超时 |
10009 | ip不在白名单内 |
10101 | 引擎异常 |
语音转写将短音频(1分钟以内)或长段音频(3小时以内)数据转换成文本数据,为信息处理和数据挖掘提供基础。
转写的是已录制音频(非实时),音频文件上传成功后进入等待队列,待转写成功后用户即可获取结果,返回结果时间受音频时长以及排队任务量的影响。 如遇转写耗时比平时延长,大概率表示当前时间段出现转写高峰,请耐心等待即可。
该接口是通过REST API的方式给开发者提供一个通用的HTTP接口,基于该接口,开发者可以获取开发平台的语音转写能力,方便开发者使用自己熟悉的编程语言快速集成。
暂无下载
协议 | 域名 |
https | b2b-api.10jqka.com.cn/gateway/arsenal/speechDictation |
注
一句话识别接口,仅支持音频时长在1分钟内的音频进行转写。调用接口后直接返回识别结果。
URL
内容 | 说明 |
URL | {host}/api/v1/asr |
请求方式 | POST |
头部信息 | Content-Type:multipart/form-data |
参数说明
参数名 | 类型 | 是否必传 | 说明 |
app_id | string | 是 | 该参数需在开放平台进行申请 |
engine | int | 是 | 引擎类型码,详见文档底部:引擎类型介绍表 |
audio | String | 是 | 音频文件字节数组base64编码后的字符串 |
audio_suffix | string | 是 | 文件名后缀,支持格式为:wav,mp3,aac,m4a等 |
user_number | string | 否 | 用户id |
has_reprocess | int | 否 | 转写结果是否后处理,0-不处理1-中文数字转阿拉伯数字 默认为0 |
has_pinyin | int | 否 | 转写结果 0表不获取拼音信息,1表示获取,默认为0 |
has_punctuation | int | 否 | 是否获取标点,0-否;1-是 默认为1 |
has_mood | int | 否 | 语气词,0-不处理,1-关闭语气词,2-开启语气词 默认为0 |
返回值
成功
{
"status_code":0,
"status_msg":"操作成功",
"data":{
"emotion":"", //此字段已弃用
"answer":"{"data":[{"bg":100,"ed":200,"text":"你好2018年3月8","pinyin":"",,"modal":0,"gender":"","spk":"","type":"","lang":"","sex":"","emotion":""},{"bg":210,"ed":280,"text":"日","pinyin":"","modal":0,"gender":"","spk":"","type":"","lang":"","sex":"","emotion":""}],"tl":300,"type":"0"}",
"sex":"", //此字段已弃用
"logId":"File_aaad7448a5af408f86ec1e0c5866edae"
}
}
失败
{
"status_code":-1,
"status_msg":"系统异常",
"data":null
}
1、模型列表
参数 | 模型 |
2101 | 中文普通话、通用、16k |
2102 | 英语、通用、16k |
2103 | 中文普通话、金融、16k |
2105 | 中文普通话、会议、16k |
1107 | 中文普通话、智能客服、8k |
2、转写结果字段说明
参数 | 类型 | 说明 |
bg | long | 当前text句子在整个音频中的开始时间 |
ed | long | 当前text句子在整个音频中的结束时间 |
text | String | 识别结果文本 |
tl | long | 音频识别总时长 |
type | int | 0-最终识别结果 1-实时识别结果 |
modal | int | 0-不是语气词 1-是语气词 |
spk | String | 说话人 暂未开放 |
sex | String | 性别识别结果 暂未开放 |
emotion | String | 情绪识别结果 暂未开放 |
语音转写将短音频(1分钟以内)或长段音频(3小时以内)数据转换成文本数据,为信息处理和数据挖掘提供基础。
转写的是已录制音频(非实时),音频文件上传成功后进入等待队列,待转写成功后用户即可获取结果,返回结果时间受音频时长以及排队任务量的影响。 如遇转写耗时比平时延长,大概率表示当前时间段出现转写高峰,请耐心等待即可。
该接口是通过REST API的方式给开发者提供一个通用的HTTP接口,基于该接口,开发者可以获取开发平台的语音转写能力,方便开发者使用自己熟悉的编程语言快速集成。
暂无下载
协议 | 域名 |
https | b2b-api.10jqka.com.cn/gateway/arsenal/speechDictation |
注
录音文件转写接口,支持音频时长在3小时内的音频进行转写。调用接口后返回识别凭证,根据获取到的识别凭证调用获取结果接口,可获取到识别结果。
URL
内容 | 说明 |
URL | {host}/api/v1/file_asr |
请求方式 | POST |
头部信息 | Content-Type:multipart/form-data |
参数说明
参数名 | 类型 | 是否必传 | 说明 |
app_id | string | 是 | 该参数需在开放平台进行申请 |
engine | int | 是 | 引擎类型码,详见文档底部:引擎类型介绍表 |
audio_file | file | 是 | 音频文件,需要带文件后缀名,支持格式为:wav,mp3,aac,m4a等 |
user_number | string | 否 | 用户id |
has_reprocess | int | 否 | 转写结果是否后处理,0-不处理1-中文数字转阿拉伯数字 默认为0 |
has_pinyin | int | 否 | 转写结果 0表不获取拼音信息,1表示获取,默认为0 |
has_punctuation | int | 否 | 是否获取标点,0-否;1-是 默认为1 |
has_mood | int | 否 | 语气词,0-不处理,1-关闭语气词,2-开启语气词 默认为0 |
callback_url | string | 否 | 识别结果回调接口地址,传入此参数则识别完成后会自动调用此接口回调识别结果 |
返回值
成功
{
"status_code":0,
"status_msg":"操作成功",
"data":
{
"fileId":"File_6147c74d0ea1461d9bc020785181fbbb"
}
}
失败
{
"status_code":-1,
"status_msg":"系统异常",
"data":null
}
内容 | 说明 |
URL | {host}/api/v1/answer |
请求方式 | POST |
头部信息 | Content-Type: application/x-www-form-urlencoded;charset=utf-8 |
参数说明
参数 | 类型 | 说明 |
fileId | String | 识别凭证,通过/api/v1/file_asr接口获取 |
返回值
成功
{
"status_code":0,
"status_msg":"操作成功",
"data":{
"emotion":"", //此字段已弃用
"answer":"{"data":[{"bg":100,"ed":200,"text":"你好2018年3月8","pinyin":"",,"modal":0,"gender":"","spk":"","type":"","lang":"","sex":"","emotion":""},{"bg":210,"ed":280,"text":"日","pinyin":"","modal":0,"gender":"","spk":"","type":"","lang":"","sex":"","emotion":""}],"tl":300,"type":"0"}",
"sex":"", //此字段已弃用
"logId": "File_6147c74d0ea1461d9bc020785181fbbb"
}
}
失败
{
"status_code":-1,
"status_msg":"无数据",
"data":null
}
开启识别结果回调
回调接口demo
RestController("/asr")
public class AsrController{
@RequestMapping(value="/callback")
public void callback(@RequestBody String answer) {
System.out.println(answer);
}
}
以上示例的url回调地址:https://{域名}/asr/callback
注:入参必须为 @RequestBody String answer
1、模型列表
参数 | 模型 |
2101 | 中文普通话、通用、16k |
2102 | 英语、通用、16k |
2103 | 中文普通话、金融、16k |
2105 | 中文普通话、会议、16k |
1107 | 中文普通话、智能客服、8k |
2、转写结果字段说明
参数 | 类型 | 说明 |
bg | long | 当前text句子在整个音频中的开始时间 |
ed | long | 当前text句子在整个音频中的结束时间 |
text | String | 识别结果文本 |
tl | long | 音频识别总时长 |
type | int | 0-最终识别结果 1-实时识别结果 |
modal | int | 0-不是语气词 1-是语气词 |
spk | String | 说话人 暂未开放 |
sex | String | 性别识别结果 暂未开放 |
emotion | String | 情绪识别结果 暂未开放 |
{{ isZh ? '浙江同花顺智能科技有限公司(“公司”或“我们”)尊重您的隐私,并致力于通过我们遵守此政策来保护您的隐私。' : 'Zhejiang Royalflush Intelligent Technology Co. ("Company" or "We") respect your privacy and are committed to protecting it through our compliance with this policy.' }} {{ isZh ? '本政策描述了我们可能从您那里收集的信息类型,或您在访问aicubes.cn(我们的网站)时可能提供的信息类型,以及我们收集、使用、维护、保护和披露这些信息的做法。' : 'This policy describes the types of information we may collect from you or that you may provide when you visit the website aicubes.cn (our "Website") and our practices for collecting, using, maintaining, protecting, and disclosing that information.' }}
{{ isZh ? '此策略适用于我们收集的信息:' : 'This policy applies to information we collect:' }}
{{ isZh ? '· 在这个网站上;' : 'On this Website.' }}
{{ isZh ? '· 在你和本网站之间的电子邮件、文本和其他电子信息中;' : 'In email, text, and other electronic messages between you and this Website.' }}
{{ isZh ? '· 当您在第三方网站和服务上与我们的广告和应用程序交互时,如果这些应用程序或广告包含指向此策略的链接。' : 'When you interact with our advertising and applications on third-party websites and services, if those applications or advertising include links to this policy.' }}
{{ isZh ? '它不适用于以下机构收集的信息:' : 'It does not apply to information collected by:' }}
{{ isZh ? '· 我们离线或通过任何其他方式,包括在公司或任何第三方(包括我们的关联公司和子公司)运营的任何其他网站上;' : 'Us offline or through any other means, including on any other website operated by Company or any third party (including our affiliates and subsidiaries); ' }}
{{ isZh ? '· 任何第三方(包括我们的关联公司和子公司),包括通过可能链接到或可从网站上访问的任何应用程序或内容(包括广告)。' : 'Any third party (including our affiliates and subsidiaries), including through any application or content (including advertising) that may link to or be accessible from or on the Website' }}
{{ isZh ? '请仔细阅读此政策,以了解我们的政策和做法有关您的信息,以及我们将如何对待它。如果您不同意我们的政策和做法,您的选择是不使用我们的网站。通过访问或使用本网站,您同意本隐私政策。此策略可能会不时更改(请参阅对我们的隐私策略的更改)。在我们做出更改后,您继续使用本网站将被视为接受这些更改,因此请定期检查该政策以进行更新。' : 'Please read this policy carefully to understand our policies and practices regarding your information and how we will treat it. If you do not agree with our policies and practices, your choice is not to use our Website. By accessing or using this Website, you agree to this privacy policy. This policy may change from time to time (see Changes to Our Privacy Policy). Your continued use of this Website after we make changes is deemed to be acceptance of those changes, so please check the policy periodically for updates. ' }}
{{ isZh ? '我们的网站不是为16岁以下的儿童设计的。任何16岁以下的人都不得向该网站或在该网站上提供任何【个人】信息。我们不会在知情的情况下收集16岁以下儿童的个人信息。如果您未满16岁,请不要使用或提供本网站或其任何功能上的任何信息,在本网站注册,通过本网站进行任何购买,使用本网站的任何互动或公众评论功能,或向我们提供有关您自己的任何信息,包括您的姓名,地址,电话号码,电子邮件地址,或您可能使用的任何屏幕名称或用户名。如果我们得知自己在未经父母同意的情况下收集或接收了16岁以下儿童的个人信息,我们将删除这些信息。如果您认为我们可能有任何关于16岁以下儿童的信息,请通过customerservice@hithink.com与我们联系。' : 'Our Website is not intended for children under 16 years of age. No one under age 16 may provide any [personal] information to or on the Website. We do not knowingly collect personal information from children under 16. If you are under 16, do not use or provide any information on this Website or through any of its features, register on the Website, make any purchases through the Website, use any of the interactive or public comment features of this Website, or provide any information about yourself to us, including your name, address, telephone number, email address, or any screen name or user name you may use. If we learn we have collected or received personal information from a child under 16 without verification of parental consent, we will delete that information. If you believe we might have any information from or about a child under 16, please contact us at customerservice@hithink.com.' }}
{{ isZh ? '您可以通过其来识别个人身份,例如姓名,电子邮件地址,电话号码或任何其他标识符(“个人信息”),通过这些标识符可以在线或离线与您联系;和/或' : 'By which you may be personally identified, such as name, e-mail address, telephone number, or any other identifier by which you may be contacted online or offline ("personal information"); and/or' }}
{{ isZh ? '关于您的互联网连接,您使用的设备访问我们的网站,并使用的详细信息。' : 'About your internet connection, the equipment you use to access our Website, and usage details.' }}
{{ isZh ? '· 直接从您提供给我们的时候。' : '· Directly from you when you provide it to us.' }}
{{ isZh ? '· 当您在网站中导航时自动进行。自动收集的信息可能包括使用详细信息、IP地址,以及通过Cookie、Web Beacon和其他跟踪技术收集的信息。' : '· Automatically as you navigate through the site. Information collected automatically may include usage details, IP addresses, and information collected through cookies, web beacons, and other tracking technologies.' }}
{{ isZh ? '· 您在我们的网站上填写表格所提供的信息。这包括在注册使用我们的网站、订阅我们的服务、发布材料或请求进一步服务时提供的信息。当您报告我们的网站有问题时,我们也可能会要求您提供信息。' : '· Information that you provide by filling in forms on our Website. This includes information provided at the time of registering to use our Website, subscribing to our service, posting material, or requesting further services. We may also ask you for information when you report a problem with our Website.' }}
{{ isZh ? '· 如果您与我们联系,您的通信记录和副本(包括电子邮件地址)。' : '· Records and copies of your correspondence (including email addresses), if you contact us.' }}
{{ isZh ? '· 你在网站上的搜索查询。' : '· Your search queries on the Website.' }}
{{ isZh ? '· 您还可以在网站的公共区域上提供要发布或显示的信息(以下简称“发布”),或将其发送给网站的其他用户或第三方(统称为“用户贡献”)。您的用户捐款将在网上发布并传输给他人,风险自担。尽管【我们限制对某些页面的访问/您可以通过登录到您的帐户配置文件为此类信息设置某些隐私设置】,但请注意,没有任何安全措施是完美的或不可穿透的。此外,我们不能控制您可以选择与之分享您的用户贡献的网站的其他用户的行为。因此,我们不能也不保证您的用户捐款不会被未经授权的人查看。' : '· You also may provide information to be published or displayed (hereinafter, "posted") on public areas of the Website, or transmitted to other users of the Website or third parties (collectively, "User Contributions"). Your User Contributions are posted on and transmitted to others at your own risk. Although [we limit access to certain pages/you may set certain privacy settings for such information by logging into your account profile], please be aware that no security measures are perfect or impenetrable. Additionally, we cannot control the actions of other users of the Website with whom you may choose to share your User Contributions. Therefore, we cannot and do not guarantee that your User Contributions will not be viewed by unauthorized persons.' }}
{{ isZh ? '· 您访问我们网站的详细信息,包括流量数据、位置数据、日志和其他通信数据以及您在网站上访问和使用的资源。' : '· Details of your visits to our Website, including traffic data, location data, logs, and other communication data and the resources that you access and use on the Website.' }}
{{ isZh ? '· 有关您的计算机和互联网连接的信息,包括您的IP地址、操作系统和浏览器类型。' : '· Information about your computer and internet connection, including your IP address, operating system, and browser type.' }}
{{ isZh ? '· 估计我们的受众规模和使用模式。' : '· Estimate our audience size and usage patterns.' }}
{{ isZh ? '· 存储有关您的偏好的信息,使我们能够根据您的个人兴趣定制我们的网站。' : '· Store information about your preferences, allowing us to customize our Website according to your individual interests.' }}
{{ isZh ? '· 加快你的搜索速度。' : '· Speed up your searches.' }}
{{ isZh ? '· 当你回到我们的网站时,会认出你。' : '· Recognize you when you return to our Website.' }}
{{ isZh ? '· cookies(或浏览器cookies)。cookie是放置在计算机硬盘上的一个小文件。您可以通过激活浏览器上的适当设置来拒绝接受浏览器cookie。但是,如果您选择此设置,您可能无法访问我们网站的某些部分。除非您已经调整您的浏览器设置,以便它将拒绝cookie,否则当您将您的浏览器引导到我们的网站时,我们的系统将发出cookie。' : '· Cookies (or browser cookies). A cookie is a small file placed on the hard drive of your computer. You may refuse to accept browser cookies by activating the appropriate setting on your browser. However, if you select this setting you may be unable to access certain parts of our Website. Unless you have adjusted your browser setting so that it will refuse cookies, our system will issue cookies when you direct your browser to our Website. ' }}
{{ isZh ? '· Flash Cookies。我们网站的某些功能可能会使用本地存储对象(或Flash Cookie)来收集和存储有关您的首选项和导航到,从我们的网站和在我们的网站上的信息。flash cookies不是由浏览器设置管理的,这与浏览器cookies所使用的设置是不同的。有关管理Flash Cookie的隐私和安全设置的信息,请参阅有关我们如何使用和披露您的信息的选择。' : '· Flash Cookies. Certain features of our Website may use local stored objects (or Flash cookies) to collect and store information about your preferences and navigation to, from, and on our Website. Flash cookies are not managed by the same browser settings as are used for browser cookies. For information about managing your privacy and security settings for Flash cookies, see Choices About How We Use and Disclose Your Information.' }}
{{ isZh ? '· 网络信标。例如,我们网站和电子邮件的页面可能包含一些小的电子文件,这些文件被称为网络信标(也称为清晰的GIF、像素标签和单像素GIF),这些文件允许公司使用,统计已经访问了那些页面或打开了电子邮件的用户以及其他相关网站的统计数据(例如,记录某些网站内容的受欢迎程度并验证系统和服务器的Integrity)。' : '· Web Beacons. Pages of our the Website and our e-mails may contain small electronic files known as web beacons (also referred to as clear gifs, pixel tags, and single-pixel gifs) that permit the Company, for example, to count users who have visited those pages or opened an email and for other related website statistics (for example, recording the popularity of certain website content and verifying system and server integrity). ' }}
{{ isZh ? '· 向您展示我们的网站及其内容。' : '· To present our Website and its contents to you.' }}
{{ isZh ? '· 向您提供您所要求的信息、产品或服务.' : '· To provide you with information, products, or services that you request from us.' }}
{{ isZh ? '· 完成你所提供的任何其他目的。' : '· To fulfill any other purpose for which you provide it. ' }}
{{ isZh ? '· 向您提供有关您的帐户/订阅的通知,包括到期和续订通知。' : '· To provide you with notices about your account/subscription, including expiration and renewal notices.' }}
{{ isZh ? '· 履行我们的义务,并执行您与我们之间签订的任何合同所产生的我们的权利,包括帐单和托收。' : '· To carry out our obligations and enforce our rights arising from any contracts entered into between you and us, including for billing and collection.' }}
{{ isZh ? '· 通知您我们的网站或任何产品或服务的变化,我们提供或通过它提供。' : '· To notify you about changes to our Website or any products or services we offer or provide though it.' }}
{{ isZh ? '· 当您提供信息时,我们可以以任何其他方式进行描述。' : '· In any other way we may describe when you provide the information.' }}
{{ isZh ? '· 如有其他用途,请在您的同意下办理。' : '· For any other purpose with your consent.' }}
{{ isZh ? '· 给我们的子公司和附属公司。' : '· To our subsidiaries and affiliates.' }}
{{ isZh ? '· 对于我们用来支持我们业务的承包商,服务提供商和其他第三方,他们受合同义务的约束,必须对个人信息保密,并且仅出于我们向他们披露信息的目的使用这些信息。' : '· To contractors, service providers, and other third parties we use to support our business and who are bound by contractual obligations to keep personal information confidential and use it only for the purposes for which we disclose it to them.' }}
{{ isZh ? '· 来实现你提供它的目的。' : '· To fulfill the purpose for which you provide it. ' }}
{{ isZh ? '· 以作阁下提供资料时,本公司所披露的任何其他用途。' : '· For any other purpose disclosed by us when you provide the information.' }}
{{ isZh ? '· 如果你同意的话。' : '· With your consent.' }}
{{ isZh ? '· 遵守任何法院命令,法律或法律程序,包括回应任何政府或监管机构的要求。' : '· To comply with any court order, law, or legal process, including to respond to any government or regulatory request.' }}
{{ isZh ? '· 如果我们认为披露是必要的或适当的,以保护公司,我们的客户或其他人的权利,财产或安全。这包括与其他公司和组织交换信息,以保护欺诈和降低信用风险。' : '· If we believe disclosure is necessary or appropriate to protect the rights, property, or safety of Company, our customers, or others. This includes exchanging information with other companies and organizations for the purposes of fraud protection and credit risk reduction.' }}
{{ isZh ? '· 跟踪技术和广告。您可以将浏览器设置为拒绝所有或某些浏览器cookie,或者在发送cookie时提醒您。如果您禁用或拒绝使用cookie,请注意该站点的某些部分可能无法访问或无法正常运行。' : '· Tracking Technologies and Advertising. You can set your browser to refuse all or some browser cookies, or to alert you when cookies are being sent. If you disable or refuse cookies, please note that some parts of this site may then be inaccessible or not function properly.' }}
{{ isZh ? '· 公司提供的促销优惠。如果您不希望公司使用您的联系方式来推广我们的产品或服务,您可以通过选中我们收集您数据的表格(订单表格/注册表)上的相关框/或在任何其他时间登录网站来选择退出并调整您的帐户配置文件中的用户首选项,方法是勾选或取消相关的框,或向我们发送一封电子邮件,说明您的请求,以CustomerService@Hithink。如果我们已经向您发送了促销电子邮件,您可以向我们发送一封回信,要求在将来的电子邮件分发中省略。此选择退出不适用于因产品购买、保修注册、产品服务经验或其他交易而提供给公司的信息。' : '· Promotional Offers from the Company. If you do not wish to have your contact information used by the Company to promote our products or services, you can opt-out by checking the relevant box located on the form on which we collect your data (the order form/registration form)/ or at any other time by logging into the Website and adjusting your user preferences in your account profile by checking or unchecking the relevant boxes or by sending us an email stating your request to customerservice@hithink. If we have sent you a promotional email, you may send us a return email asking to be omitted from future email distributions. This opt out does not apply to information provided to the Company as a result of a product purchase, warranty registration, product service experience or other transactions.' }}
{{ isZh ? '您可以通过登录网站和访问您的帐户配置文件页面来查看和更改您的个人信息。' : 'You can review and change your personal information by logging into the Website and visiting your account profile page.' }}
{{ isZh ? '如果您从网站上删除了您的用户贡献,则您的用户贡献的副本可能仍可在缓存和存档页面中查看,或者可能已被其他网站用户复制或存储。' : 'If you delete your User Contributions from the Website, copies of your User Contributions may remain viewable in cached and archived pages, or might have been copied or stored by other Website users.' }}
{{ isZh ? '加州居民可能有更多的个人信息权利和选择。请查看您的加州隐私权以获取更多信息。' : 'California residents may have additional personal information rights and choices. Please see Your California Privacy Rights for more information.' }}
{{ isZh ? '如果您是加州居民,加州法律可能会为您提供有关我们使用您的个人信息的其他权利。' : 'If you are a California resident, California law may provide you with additional rights regarding our use of your personal information. ' }}
{{ isZh ? '您的信息的安全性和安全性也取决于您。在我们为您提供(或您选择的)访问我们网站某些部分的密码的地方,您有责任对此密码保密。我们要求您不要与任何人共享您的密码。我们敦促您在网站的公共区域(如留言板)发布信息时要小心。您在公共区域共享的信息可以被网站的任何用户查看。' : 'The safety and security of your information also depends on you. Where we have given you (or where you have chosen) a password for access to certain parts of our Website, you are responsible for keeping this password confidential. We ask you not to share your password with anyone. We urge you to be careful about giving out information in public areas of the Website like message boards. The information you share in public areas may be viewed by any user of the Website.' }}
{{ isZh ? '不幸的是,通过互联网传输信息并不是完全安全的。尽管我们尽力保护您的个人信息,但我们无法保证您的个人信息传输到我们的网站的安全性。任何个人信息的传递都将由你自己承担风险。我们不负责规避网站上包含的任何隐私设置或安全措施。' : 'Unfortunately, the transmission of information via the internet is not completely secure. Although we do our best to protect your personal information, we cannot guarantee the security of your personal information transmitted to our Website. Any transmission of personal information is at your own risk. We are not responsible for circumvention of any privacy settings or security measures contained on the Website.' }}
{{ isZh ? '我们的政策是将我们对隐私政策所做的任何更改发布在此页面上。如果我们对如何处理用户的个人信息做出实质性的改变,我们将通过网站主页上的通知通知您。隐私政策最后一次修订的日期在页面顶部标识。' : 'It is our policy to post any changes we make to our privacy policy on this page. If we make any substantial changes to how we handle our users personal information, we will notify you via a notice on our home page. The date of the last revision of the privacy policy is identified at the top of the page. ' }}
{{ isZh ? '要询问有关此隐私政策和我们的隐私实践的问题或评论,请通过以下方式与我们联系:浙江同花顺智能科技有限公司,同花顺科技大厦武昌街通顺街18号浙江省杭州市余杭区' : 'To ask questions or comment about this privacy policy and our privacy practices, contact us at: Zhejiang RoyalFlush Intelligent Technology Co., RoyalFlush Tech Building No.18 Tongshun Street, Wuchang Street Yuhang District, Hangzhou, Zhejiang Province ' }}
{{ isZh ? '电子邮件地址:customerservice@hithink.com' : 'Email address: customerservice@hithink.com' }}