NuanceDragonNaturallySpeaking
Voice recognition software
Extends: Technology
Nuance Dragon NaturallySpeaking
Voice recognition software
Overview
Category: Voice recognition software
Voice recognition software
Related Skills
No related skills listed.
Occupations Using This Technology
- SOC Code: 21-1093.00
- SOC Code: 25-2055.00
- SOC Code: 25-2056.00
- SOC Code: 27-3092.00
- SOC Code: 31-9094.00
- SOC Code: 43-9031.00
Usage in Platform
import { $ } from 'sdk.do'
const tech = await $.Technology.create({
name: 'Nuance Dragon NaturallySpeaking',
category: 'Voice recognition software',
description: 'Voice recognition software',
hotTechnology: false,
})
JSON-LD Example
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Nuance Dragon NaturallySpeaking",
"applicationCategory": "Voice recognition software",
"description": "Voice recognition software"
}