Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel
UE3:SpeechRecognition (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> SpeechRecognition |
Contents |
| This is an auto-generated page and may need human attention. Please remove this tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
[edit] Properties
[edit] Property group 'SpeechRecognition'
[edit] ConfidenceThreshhold
Type: float
Threshhold below which the recognised word will be ignored
Default value: 50.0
[edit] Language
Type: string
Language to recognise data in
Default value: "INT"
[edit] Vocabularies
Type: array<RecogVocabulary>
Array of vocabularies that can be swapped in and out
[edit] Internal variables
[edit] bDirty
Type: bool
Modifiers: duplicatetransient, transient
Whether this object has been altered
[edit] bInitialised
Type: bool
Modifiers: duplicatetransient, transient
Whether the object was successfully initialised or not
[edit] FnxVoiceData
Type: pointer
Modifiers: duplicatetransient, native, const
Cached pointers to Fonix data
[edit] InstanceData
Type: array<RecogUserData>
Array size: 4
Cached user data - max users
[edit] UserData
Cached user data
[edit] VoiceData
Cached neural net data
[edit] WorkingVoiceData
Working copy of neural net data
[edit] Structs
[edit] RecognisableWord
Modifiers: native
- int Id
- string ReferenceWord
- This is the reference word, which is returned upon recognition. e.g. "Loque". Does not need to be unique.
- string PhoneticWord
- This is the word string that is passed into the recognition. e.g. "Loke"
[edit] RecogUserData
Modifiers: native
- int ActiveVocabularies
- Bitfield of active vocabularies
- array<byte> UserData
- Workspace for recognition data
[edit] RecogVocabulary
Modifiers: native
- array<RecognisableWord> WhoDictionary
- Arrays of words that can be recognised - note that words need an ID unique among the contents of all three arrays
- array<RecognisableWord> WhatDictionary
- array<RecognisableWord> WhereDictionary
- string VocabName
- Name of vocab file
- array<byte> VocabData
- Cached processed vocabulary data
- array<byte> WorkingVocabData
- Working copy of vocab data
