Texttospeechsoftware
Computer based training software
Extends: Technology
Text to speech software
Computer based training software
Overview
Category: Computer based training software
Computer based training software
Related Skills
No related skills listed.
Occupations Using This Technology
- SOC Code: 25-2057.00
- SOC Code: 25-2058.00
- SOC Code: 25-9042.00
- SOC Code: 25-9043.00
- SOC Code: 27-3043.05
- SOC Code: 29-1122.00
- SOC Code: 29-1127.00
- SOC Code: 31-9099.01
Usage in Platform
import { $ } from 'sdk.do'
const tech = await $.Technology.create({
name: 'Text to speech software',
category: 'Computer based training software',
description: 'Computer based training software',
hotTechnology: false,
})
JSON-LD Example
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Text to speech software",
"applicationCategory": "Computer based training software",
"description": "Computer based training software"
}