AwsLinker/translations/products.ts
2025-09-16 17:19:58 +08:00

653 lines
37 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

export const productsTranslations = {
'zh-CN': {
nav: {
home: '首页',
products: '产品与服务',
news: '新闻资讯',
support: '客户支持',
about: '关于我们',
contact: '联系我们',
},
title: '产品与服务',
subtitle: '专业的AWS云服务解决方案',
categories: [
{
title: '云服务器',
products: [
{
name: '轻量云服务器',
desc: 'AWS 轻量云服务器是针对个人开发者、中小企业以及学生群体的云服务,提供高性价比的云计算资源和服务。适合网站托管、开发测试、小型应用部署。',
price: '¥99/月起',
features: ['1核1GB内存', '20GB SSD存储', '1TB月流量', '1Mbps带宽', '免费SSL证书', '一键部署应用'],
badge: '入门推荐',
popular: false,
},
{
name: 'EC2通用型服务器',
desc: '提供弹性计算能力支持按需扩容。适用于Web应用、企业应用、微服务架构等多种场景提供稳定可靠的计算性能。',
price: '¥299/月起',
features: ['2核4GB内存', '40GB SSD存储', '无限流量', '10Mbps带宽', '弹性扩容', '负载均衡'],
badge: '热门选择',
popular: true,
},
{
name: 'EC2计算优化型',
desc: '专为计算密集型应用设计提供高性能处理器和优化的网络性能。适合科学计算、机器学习、高性能Web服务器等场景。',
price: '¥599/月起',
features: ['4核8GB内存', '100GB SSD存储', '无限流量', '25Mbps带宽', '高性能CPU', 'GPU可选'],
badge: '性能优选',
popular: false,
},
{
name: '站群服务器',
desc: '专为SEO优化和多站点管理设计提供多IP资源和高带宽支持大规模网站集群部署和管理。',
price: '¥899/月起',
features: ['8核16GB内存', '200GB SSD存储', '无限流量', '100Mbps带宽', '多IP支持', 'SEO优化'],
badge: '专业版',
popular: false,
},
],
},
{
title: '安全防护',
products: [
{
name: '高防服务器',
desc: '提供企业级DDoS防护支持T级防护能力。适用于游戏、金融、电商等对安全要求极高的业务场景。',
price: '¥1299/月起',
features: ['8核16GB内存', '200GB SSD存储', '500G DDoS防护', '100Mbps带宽', '7x24监控', '秒级响应'],
badge: '安全首选',
popular: false,
},
{
name: 'WAF Web防火墙',
desc: '智能Web应用防火墙提供SQL注入、XSS攻击、CC攻击等多种Web安全防护保护您的Web应用安全。',
price: '¥199/月起',
features: ['智能防护规则', 'CC攻击防护', 'SQL注入防护', 'XSS攻击防护', '实时监控', '攻击日志'],
badge: 'Web安全',
popular: false,
},
{
name: 'SSL证书服务',
desc: '提供多种类型的SSL证书包括DV、OV、EV证书支持单域名、多域名、通配符证书保障数据传输安全。',
price: '¥299/年起',
features: ['256位加密', '99.9%兼容性', '30天退款', '7x24技术支持', '自动续费', '快速签发'],
badge: '数据安全',
popular: false,
},
],
},
{
title: '存储服务',
products: [
{
name: 'S3对象存储',
desc: '高可靠、高可用的对象存储服务支持海量数据存储和访问。提供99.999999999%的数据持久性,适合备份、归档、大数据分析等场景。',
price: '¥0.099/GB/月',
features: ['99.9%可用性', '11个9的持久性', 'RESTful API', '全球CDN加速', '版本控制', '生命周期管理'],
badge: '海量存储',
popular: true,
},
{
name: 'EBS块存储',
desc: '高性能块存储服务提供持久化存储卷支持快照备份和加密。适合数据库、文件系统、企业应用等需要高IOPS的场景。',
price: '¥0.35/GB/月',
features: ['高IOPS性能', '数据加密', '快照备份', '弹性扩容', '99.999%可用性', '多可用区'],
badge: '高性能',
popular: false,
},
{
name: 'EFS文件存储',
desc: '完全托管的NFS文件系统支持多个EC2实例同时访问提供弹性容量和高吞吐量适合内容管理、Web服务等场景。',
price: '¥0.30/GB/月',
features: ['弹性容量', '高吞吐量', '多实例共享', 'POSIX兼容', '自动备份', '访问控制'],
badge: '共享存储',
popular: false,
},
],
},
{
title: '数据库服务',
products: [
{
name: 'RDS关系型数据库',
desc: '完全托管的关系型数据库服务支持MySQL、PostgreSQL、SQL Server等多种数据库引擎提供自动备份、监控、故障恢复等功能。',
price: '¥299/月起',
features: ['多引擎支持', '自动备份', '读写分离', '故障自动恢复', '性能监控', '安全加密'],
badge: '托管数据库',
popular: true,
},
{
name: 'Redis缓存服务',
desc: '高性能内存数据库服务,支持数据持久化、主从复制、集群模式,适合缓存、会话存储、实时分析等高并发场景。',
price: '¥199/月起',
features: ['内存级性能', '数据持久化', '主从复制', '集群支持', '监控告警', '自动故障转移'],
badge: '高速缓存',
popular: false,
},
{
name: 'MongoDB文档数据库',
desc: '完全托管的NoSQL文档数据库支持灵活的数据模型和水平扩展适合内容管理、物联网、实时分析等应用场景。',
price: '¥399/月起',
features: ['灵活数据模型', '水平扩展', '自动分片', '全文搜索', '地理空间查询', '实时同步'],
badge: 'NoSQL',
popular: false,
},
],
},
{
title: '网络服务',
products: [
{
name: 'CDN内容分发',
desc: '全球内容分发网络,提供静态内容加速、动态内容加速、视频点播加速等服务,显著提升用户访问体验。',
price: '¥0.15/GB起',
features: ['全球节点', '智能调度', '实时监控', 'HTTPS加速', '防盗链', '访问统计'],
badge: '全球加速',
popular: true,
},
{
name: '负载均衡器',
desc: '高可用负载均衡服务支持四层和七层负载均衡提供健康检查、会话保持、SSL卸载等功能确保应用高可用。',
price: '¥99/月起',
features: ['多层负载均衡', '健康检查', '会话保持', 'SSL卸载', '自动扩缩容', '跨可用区'],
badge: '高可用',
popular: false,
},
{
name: 'VPN专线服务',
desc: '提供专用网络连接支持站点到站点VPN、点到站点VPN确保企业网络与云端的安全可靠连接。',
price: '¥599/月起',
features: ['专线连接', '加密传输', '高带宽', '低延迟', '冗余备份', '24x7监控'],
badge: '专线网络',
popular: false,
},
],
},
{
title: '人工智能',
products: [
{
name: '机器学习平台',
desc: '完全托管的机器学习平台,提供数据预处理、模型训练、模型部署等全流程服务,支持主流机器学习框架。',
price: '按使用量计费',
features: ['Jupyter Notebook', '模型训练', '自动调参', '模型部署', 'A/B测试', '监控告警'],
badge: 'AI平台',
popular: false,
},
{
name: '图像识别API',
desc: '基于深度学习的图像识别服务支持人脸识别、物体检测、文字识别、图像分类等功能提供简单易用的API接口。',
price: '¥0.01/次起',
features: ['人脸识别', '物体检测', 'OCR文字识别', '图像分类', '内容审核', '实时处理'],
badge: '智能识别',
popular: false,
},
{
name: '语音识别API',
desc: '高精度语音识别服务,支持实时语音转文字、语音合成、语音翻译等功能,适用于智能客服、语音助手等场景。',
price: '¥0.02/分钟起',
features: ['实时识别', '语音合成', '多语言支持', '方言识别', '降噪处理', '情感分析'],
badge: '语音AI',
popular: false,
},
],
},
],
contact: '立即咨询',
footer: {
sections: [
{
title: '目录',
items: ['首页', '产品与服务', '新闻资讯', '客户支持', '关于我们'],
},
{
title: '热门产品',
items: [
'轻量云服务器',
'站群服务器',
'EC2服务器',
'高防服务器',
'S3云存储',
],
},
{ title: '客户支持', items: ['技术支持', '在线客服', '帮助文档', '服务状态'] },
{ title: '', items: ['新闻资讯', '关于我们', '隐私政策', '站点地图'] },
],
},
},
'zh-TW': {
nav: {
home: '首頁',
products: '產品與服務',
news: '新聞資訊',
support: '客戶支持',
about: '關於我們',
contact: '聯繫我們',
},
title: '產品與服務',
subtitle: '專業的AWS雲服務解決方案',
categories: [
{
title: '雲服務器',
products: [
{
name: '輕量雲服務器',
desc: 'AWS 輕量雲服務器是針對個人開發者、中小企業以及學生群體的雲服務,提供高性價比的雲計算資源和服務。適合網站託管、開發測試、小型應用部署。',
price: '¥99/月起',
features: ['1核1GB記憶體', '20GB SSD存儲', '1TB月流量', '1Mbps帶寬', '免費SSL證書', '一鍵部署應用'],
badge: '入門推薦',
popular: false,
},
{
name: 'EC2通用型服務器',
desc: '提供彈性計算能力支持按需擴容。適用於Web應用、企業應用、微服務架構等多種場景提供穩定可靠的計算性能。',
price: '¥299/月起',
features: ['2核4GB記憶體', '40GB SSD存儲', '無限流量', '10Mbps帶寬', '彈性擴容', '負載均衡'],
badge: '熱門選擇',
popular: true,
},
{
name: 'EC2計算優化型',
desc: '專為計算密集型應用設計提供高性能處理器和優化的網絡性能。適合科學計算、機器學習、高性能Web服務器等場景。',
price: '¥599/月起',
features: ['4核8GB記憶體', '100GB SSD存儲', '無限流量', '25Mbps帶寬', '高性能CPU', 'GPU可選'],
badge: '性能優選',
popular: false,
},
{
name: '站群服務器',
desc: '專為SEO優化和多站點管理設計提供多IP資源和高帶寬支持大規模網站集群部署和管理。',
price: '¥899/月起',
features: ['8核16GB記憶體', '200GB SSD存儲', '無限流量', '100Mbps帶寬', '多IP支持', 'SEO優化'],
badge: '專業版',
popular: false,
},
],
},
{
title: '安全防護',
products: [
{
name: '高防服務器',
desc: '提供企業級DDoS防護支持T級防護能力。適用於遊戲、金融、電商等對安全要求極高的業務場景。',
price: '¥1299/月起',
features: ['8核16GB記憶體', '200GB SSD存儲', '500G DDoS防護', '100Mbps帶寬', '7x24監控', '秒級響應'],
badge: '安全首選',
popular: false,
},
{
name: 'WAF Web防火牆',
desc: '智能Web應用防火牆提供SQL注入、XSS攻擊、CC攻擊等多種Web安全防護保護您的Web應用安全。',
price: '¥199/月起',
features: ['智能防護規則', 'CC攻擊防護', 'SQL注入防護', 'XSS攻擊防護', '實時監控', '攻擊日誌'],
badge: 'Web安全',
popular: false,
},
{
name: 'SSL證書服務',
desc: '提供多種類型的SSL證書包括DV、OV、EV證書支持單域名、多域名、通配符證書保障數據傳輸安全。',
price: '¥299/年起',
features: ['256位加密', '99.9%兼容性', '30天退款', '7x24技術支持', '自動續費', '快速簽發'],
badge: '數據安全',
popular: false,
},
],
},
{
title: '存儲服務',
products: [
{
name: 'S3對象存儲',
desc: '高可靠、高可用的對象存儲服務支持海量數據存儲和訪問。提供99.999999999%的數據持久性,適合備份、歸檔、大數據分析等場景。',
price: '¥0.099/GB/月',
features: ['99.9%可用性', '11個9的持久性', 'RESTful API', '全球CDN加速', '版本控制', '生命週期管理'],
badge: '海量存儲',
popular: true,
},
{
name: 'EBS塊存儲',
desc: '高性能塊存儲服務提供持久化存儲卷支持快照備份和加密。適合數據庫、文件系統、企業應用等需要高IOPS的場景。',
price: '¥0.35/GB/月',
features: ['高IOPS性能', '數據加密', '快照備份', '彈性擴容', '99.999%可用性', '多可用區'],
badge: '高性能',
popular: false,
},
{
name: 'EFS文件存儲',
desc: '完全託管的NFS文件系統支持多個EC2實例同時訪問提供彈性容量和高吞吐量適合內容管理、Web服務等場景。',
price: '¥0.30/GB/月',
features: ['彈性容量', '高吞吐量', '多實例共享', 'POSIX兼容', '自動備份', '訪問控制'],
badge: '共享存儲',
popular: false,
},
],
},
{
title: '數據庫服務',
products: [
{
name: 'RDS關係型數據庫',
desc: '完全託管的關係型數據庫服務支持MySQL、PostgreSQL、SQL Server等多種數據庫引擎提供自動備份、監控、故障恢復等功能。',
price: '¥299/月起',
features: ['多引擎支持', '自動備份', '讀寫分離', '故障自動恢復', '性能監控', '安全加密'],
badge: '託管數據庫',
popular: true,
},
{
name: 'Redis緩存服務',
desc: '高性能記憶體數據庫服務,支持數據持久化、主從複製、集群模式,適合緩存、會話存儲、實時分析等高並發場景。',
price: '¥199/月起',
features: ['記憶體級性能', '數據持久化', '主從複製', '集群支持', '監控告警', '自動故障轉移'],
badge: '高速緩存',
popular: false,
},
{
name: 'MongoDB文檔數據庫',
desc: '完全託管的NoSQL文檔數據庫支持靈活的數據模型和水平擴展適合內容管理、物聯網、實時分析等應用場景。',
price: '¥399/月起',
features: ['靈活數據模型', '水平擴展', '自動分片', '全文搜索', '地理空間查詢', '實時同步'],
badge: 'NoSQL',
popular: false,
},
],
},
{
title: '網絡服務',
products: [
{
name: 'CDN內容分發',
desc: '全球內容分發網絡,提供靜態內容加速、動態內容加速、視頻點播加速等服務,顯著提升用戶訪問體驗。',
price: '¥0.15/GB起',
features: ['全球節點', '智能調度', '實時監控', 'HTTPS加速', '防盜鏈', '訪問統計'],
badge: '全球加速',
popular: true,
},
{
name: '負載均衡器',
desc: '高可用負載均衡服務支持四層和七層負載均衡提供健康檢查、會話保持、SSL卸載等功能確保應用高可用。',
price: '¥99/月起',
features: ['多層負載均衡', '健康檢查', '會話保持', 'SSL卸載', '自動擴縮容', '跨可用區'],
badge: '高可用',
popular: false,
},
{
name: 'VPN專線服務',
desc: '提供專用網絡連接支持站點到站點VPN、點到站點VPN確保企業網絡與雲端的安全可靠連接。',
price: '¥599/月起',
features: ['專線連接', '加密傳輸', '高帶寬', '低延遲', '冗餘備份', '24x7監控'],
badge: '專線網絡',
popular: false,
},
],
},
{
title: '人工智能',
products: [
{
name: '機器學習平台',
desc: '完全託管的機器學習平台,提供數據預處理、模型訓練、模型部署等全流程服務,支持主流機器學習框架。',
price: '按使用量計費',
features: ['Jupyter Notebook', '模型訓練', '自動調參', '模型部署', 'A/B測試', '監控告警'],
badge: 'AI平台',
popular: false,
},
{
name: '圖像識別API',
desc: '基於深度學習的圖像識別服務支持人臉識別、物體檢測、文字識別、圖像分類等功能提供簡單易用的API接口。',
price: '¥0.01/次起',
features: ['人臉識別', '物體檢測', 'OCR文字識別', '圖像分類', '內容審核', '實時處理'],
badge: '智能識別',
popular: false,
},
{
name: '語音識別API',
desc: '高精度語音識別服務,支持實時語音轉文字、語音合成、語音翻譯等功能,適用於智能客服、語音助手等場景。',
price: '¥0.02/分鐘起',
features: ['實時識別', '語音合成', '多語言支持', '方言識別', '降噪處理', '情感分析'],
badge: '語音AI',
popular: false,
},
],
},
],
contact: '立即諮詢',
footer: {
sections: [
{
title: '目錄',
items: ['首頁', '產品與服務', '新聞資訊', '客戶支持', '關於我們'],
},
{
title: '熱門產品',
items: [
'輕量雲服務器',
'站群服務器',
'EC2服務器',
'高防服務器',
'S3雲存儲',
],
},
{ title: '客戶支持', items: ['技術支持', '在線客服', '幫助文檔', '服務狀態'] },
{ title: '', items: ['新聞資訊', '關於我們', '隱私政策', '站點地圖'] },
],
},
},
en: {
nav: {
home: 'Home',
products: 'Products & Services',
news: 'News',
support: 'Support',
about: 'About Us',
contact: 'Contact Us',
},
title: 'Products & Services',
subtitle: 'Professional AWS Cloud Service Solutions',
categories: [
{
title: 'Cloud Servers',
products: [
{
name: 'Lightweight Cloud Server',
desc: 'AWS lightweight cloud server is designed for individual developers, SMEs and students, providing cost-effective cloud computing resources. Perfect for website hosting, development testing, and small application deployment.',
price: '$14/month',
features: ['1 Core 1GB RAM', '20GB SSD Storage', '1TB Monthly Traffic', '1Mbps Bandwidth', 'Free SSL Certificate', 'One-Click App Deploy'],
badge: 'Starter',
popular: false,
},
{
name: 'EC2 General Purpose',
desc: 'Provides elastic computing power with on-demand scaling. Suitable for web applications, enterprise applications, microservices architecture and various scenarios with stable and reliable computing performance.',
price: '$42/month',
features: ['2 Core 4GB RAM', '40GB SSD Storage', 'Unlimited Traffic', '10Mbps Bandwidth', 'Auto Scaling', 'Load Balancing'],
badge: 'Popular',
popular: true,
},
{
name: 'EC2 Compute Optimized',
desc: 'Designed for compute-intensive applications with high-performance processors and optimized network performance. Perfect for scientific computing, machine learning, and high-performance web servers.',
price: '$85/month',
features: ['4 Core 8GB RAM', '100GB SSD Storage', 'Unlimited Traffic', '25Mbps Bandwidth', 'High-Performance CPU', 'GPU Optional'],
badge: 'Performance',
popular: false,
},
{
name: 'Multi-Site Server',
desc: 'Designed for SEO optimization and multi-site management, providing multiple IP resources and high bandwidth, supporting large-scale website cluster deployment and management.',
price: '$127/month',
features: ['8 Core 16GB RAM', '200GB SSD Storage', 'Unlimited Traffic', '100Mbps Bandwidth', 'Multiple IPs', 'SEO Optimized'],
badge: 'Professional',
popular: false,
},
],
},
{
title: 'Security Protection',
products: [
{
name: 'Anti-DDoS Server',
desc: 'Provides enterprise-grade DDoS protection with TB-level defense capabilities. Suitable for gaming, finance, e-commerce and other business scenarios with extremely high security requirements.',
price: '$184/month',
features: ['8 Core 16GB RAM', '200GB SSD Storage', '500G DDoS Protection', '100Mbps Bandwidth', '7x24 Monitoring', 'Second-level Response'],
badge: 'Security First',
popular: false,
},
{
name: 'WAF Web Firewall',
desc: 'Intelligent web application firewall providing SQL injection, XSS attacks, CC attacks and other web security protection to secure your web applications.',
price: '$28/month',
features: ['Smart Protection Rules', 'CC Attack Protection', 'SQL Injection Protection', 'XSS Attack Protection', 'Real-time Monitoring', 'Attack Logs'],
badge: 'Web Security',
popular: false,
},
{
name: 'SSL Certificate Service',
desc: 'Provides various types of SSL certificates including DV, OV, EV certificates, supporting single domain, multi-domain, wildcard certificates to ensure data transmission security.',
price: '$42/year',
features: ['256-bit Encryption', '99.9% Compatibility', '30-day Refund', '7x24 Technical Support', 'Auto Renewal', 'Fast Issuance'],
badge: 'Data Security',
popular: false,
},
],
},
{
title: 'Storage Services',
products: [
{
name: 'S3 Object Storage',
desc: 'Highly reliable and available object storage service supporting massive data storage and access. Provides 99.999999999% data durability, perfect for backup, archiving, and big data analytics.',
price: '$0.014/GB/month',
features: ['99.9% Availability', '11 9s Durability', 'RESTful API', 'Global CDN Acceleration', 'Version Control', 'Lifecycle Management'],
badge: 'Massive Storage',
popular: true,
},
{
name: 'EBS Block Storage',
desc: 'High-performance block storage service providing persistent storage volumes with snapshot backup and encryption. Perfect for databases, file systems, and enterprise applications requiring high IOPS.',
price: '$0.05/GB/month',
features: ['High IOPS Performance', 'Data Encryption', 'Snapshot Backup', 'Elastic Scaling', '99.999% Availability', 'Multi-AZ'],
badge: 'High Performance',
popular: false,
},
{
name: 'EFS File Storage',
desc: 'Fully managed NFS file system supporting concurrent access from multiple EC2 instances, providing elastic capacity and high throughput for content management and web services.',
price: '$0.043/GB/month',
features: ['Elastic Capacity', 'High Throughput', 'Multi-Instance Sharing', 'POSIX Compatible', 'Auto Backup', 'Access Control'],
badge: 'Shared Storage',
popular: false,
},
],
},
{
title: 'Database Services',
products: [
{
name: 'RDS Relational Database',
desc: 'Fully managed relational database service supporting MySQL, PostgreSQL, SQL Server and other database engines, providing automatic backup, monitoring, and failover recovery.',
price: '$42/month',
features: ['Multi-Engine Support', 'Auto Backup', 'Read/Write Splitting', 'Auto Failover', 'Performance Monitoring', 'Security Encryption'],
badge: 'Managed Database',
popular: true,
},
{
name: 'Redis Cache Service',
desc: 'High-performance in-memory database service supporting data persistence, master-slave replication, and cluster mode, perfect for caching, session storage, and real-time analytics.',
price: '$28/month',
features: ['Memory-level Performance', 'Data Persistence', 'Master-Slave Replication', 'Cluster Support', 'Monitoring & Alerts', 'Auto Failover'],
badge: 'High-Speed Cache',
popular: false,
},
{
name: 'MongoDB Document Database',
desc: 'Fully managed NoSQL document database supporting flexible data models and horizontal scaling, perfect for content management, IoT, and real-time analytics applications.',
price: '$56/month',
features: ['Flexible Data Model', 'Horizontal Scaling', 'Auto Sharding', 'Full-Text Search', 'Geospatial Queries', 'Real-time Sync'],
badge: 'NoSQL',
popular: false,
},
],
},
{
title: 'Network Services',
products: [
{
name: 'CDN Content Delivery',
desc: 'Global content delivery network providing static content acceleration, dynamic content acceleration, and video on-demand acceleration services to significantly improve user access experience.',
price: '$0.021/GB',
features: ['Global Nodes', 'Smart Scheduling', 'Real-time Monitoring', 'HTTPS Acceleration', 'Hotlink Protection', 'Access Statistics'],
badge: 'Global Acceleration',
popular: true,
},
{
name: 'Load Balancer',
desc: 'High-availability load balancing service supporting Layer 4 and Layer 7 load balancing, providing health checks, session persistence, SSL offloading to ensure application high availability.',
price: '$14/month',
features: ['Multi-layer Load Balancing', 'Health Checks', 'Session Persistence', 'SSL Offloading', 'Auto Scaling', 'Cross-AZ'],
badge: 'High Availability',
popular: false,
},
{
name: 'VPN Dedicated Line',
desc: 'Provides dedicated network connections supporting site-to-site VPN and point-to-site VPN, ensuring secure and reliable connections between enterprise networks and the cloud.',
price: '$85/month',
features: ['Dedicated Connection', 'Encrypted Transmission', 'High Bandwidth', 'Low Latency', 'Redundant Backup', '24x7 Monitoring'],
badge: 'Dedicated Network',
popular: false,
},
],
},
{
title: 'Artificial Intelligence',
products: [
{
name: 'Machine Learning Platform',
desc: 'Fully managed machine learning platform providing end-to-end services including data preprocessing, model training, and model deployment, supporting mainstream ML frameworks.',
price: 'Pay-as-you-use',
features: ['Jupyter Notebook', 'Model Training', 'Auto Hyperparameter Tuning', 'Model Deployment', 'A/B Testing', 'Monitoring & Alerts'],
badge: 'AI Platform',
popular: false,
},
{
name: 'Image Recognition API',
desc: 'Deep learning-based image recognition service supporting face recognition, object detection, text recognition, image classification with easy-to-use API interfaces.',
price: '$0.0014/request',
features: ['Face Recognition', 'Object Detection', 'OCR Text Recognition', 'Image Classification', 'Content Moderation', 'Real-time Processing'],
badge: 'Smart Recognition',
popular: false,
},
{
name: 'Speech Recognition API',
desc: 'High-accuracy speech recognition service supporting real-time speech-to-text, speech synthesis, and speech translation, perfect for smart customer service and voice assistants.',
price: '$0.003/minute',
features: ['Real-time Recognition', 'Speech Synthesis', 'Multi-language Support', 'Dialect Recognition', 'Noise Reduction', 'Emotion Analysis'],
badge: 'Voice AI',
popular: false,
},
],
},
],
contact: 'Contact Now',
footer: {
sections: [
{
title: 'Directory',
items: ['Home', 'Products & Services', 'News', 'Support', 'About Us'],
},
{
title: 'Popular Products',
items: [
'Lightweight Cloud Server',
'Station Group Server',
'EC2 Server',
'High-Defense Server',
'S3 Cloud Storage',
],
},
{ title: 'Customer Support', items: ['Technical Support', 'Online Service', 'Documentation', 'Service Status'] },
{ title: '', items: ['News', 'About Us', 'Privacy Policy', 'Site Map'] },
],
},
},
};