| Property | Defined By | ||
|---|---|---|---|
| ArticD : int [read-only]
articulation duration
| _Voice | ||
| _falseStart : _Fixation = null | _Voice | ||
| FalseStartPos : Number [read-only] | _Voice | ||
| FalseStartPos_NP : Number [read-only] | _Voice | ||
| _falseStartTime : Number = NaN | _Voice | ||
| FalseStartTrialTime : Number [read-only] | _Voice | ||
| FalseStartWord : String [read-only] | _Voice | ||
| NPVoffL10 : Number [read-only]
Voice offset letter position
| _Voice | ||
| NPVonL10 : Number [read-only]
Voice onset letter position in decimal place
| _Voice | ||
| _offset : _Fixation = null | _Voice | ||
| _onset : _Fixation = null | _Voice | ||
| VoffL10 : Number [read-only]
Voice offset letter position in decimal place for non-proportional font
| _Voice | ||
| VoffTT : int [read-only]
Voice offset trial time
| _Voice | ||
| VoffW : String [read-only]
Voice offset word
| _Voice | ||
| VonL10 : Number [read-only]
Voice onset letter position in decimal place for non-proportional font
| _Voice | ||
| VonTT : int [read-only]
Voice onset trial time
| _Voice | ||
| VonW : String [read-only]
Voice onset word
| _Voice | ||
| VWN : int [read-only]
Voice word number
| _Voice | ||
| Method | Defined By | ||
|---|---|---|---|
_Voice(msg:Object = null) | _Voice | ||
getPropertyByName(property:String):String
Return the property by property name
| _Voice | ||
| _falseStart | property |
public var _falseStart:_Fixation = null| _falseStartTime | property |
public var _falseStartTime:Number = NaN| _offset | property |
public var _offset:_Fixation = null| _onset | property |
public var _onset:_Fixation = null| ArticD | property |
ArticD:int [read-only] articulation duration
public function get ArticD():int| FalseStartPos | property |
FalseStartPos:Number [read-only] public function get FalseStartPos():Number| FalseStartPos_NP | property |
FalseStartPos_NP:Number [read-only] public function get FalseStartPos_NP():Number| FalseStartTrialTime | property |
FalseStartTrialTime:Number [read-only] public function get FalseStartTrialTime():Number| FalseStartWord | property |
FalseStartWord:String [read-only] public function get FalseStartWord():String| NPVoffL10 | property |
NPVoffL10:Number [read-only] Voice offset letter position
public function get NPVoffL10():Number| NPVonL10 | property |
NPVonL10:Number [read-only] Voice onset letter position in decimal place
public function get NPVonL10():Number| VoffL10 | property |
VoffL10:Number [read-only] Voice offset letter position in decimal place for non-proportional font
public function get VoffL10():Number| VoffTT | property |
VoffTT:int [read-only] Voice offset trial time
public function get VoffTT():int| VoffW | property |
VoffW:String [read-only] Voice offset word
public function get VoffW():String| VonL10 | property |
VonL10:Number [read-only] Voice onset letter position in decimal place for non-proportional font
public function get VonL10():Number| VonTT | property |
VonTT:int [read-only] Voice onset trial time
public function get VonTT():int| VonW | property |
VonW:String [read-only] Voice onset word
public function get VonW():String| VWN | property |
VWN:int [read-only] Voice word number
public function get VWN():int| _Voice | () | Constructor |
public function _Voice(msg:Object = null)msg:Object (default = null) |
| getPropertyByName | () | method |
public function getPropertyByName(property:String):StringReturn the property by property name
Parameters
property:String — Name of the fixation property
|
String — Property value in string
|