Record Remarks
The Record property is only supported inside the Reco control. Only one Record property is permitted within the Reco.
When the Record is included in a Reco, the Reco records the user's speech instead of performing recognition. The path of the recorded file is returned in the SML instead of recognition results.
The Answer control binds the recorded file location to the SemanticItem of an input control the same way it binds recognition results. The Answer.XPathTrigger value "/SML/@recordlocation" returns the recorded file location from the SML and Answer.SemanticItem specifies the input control. Because the SML from a recording Reco contains no confidence value, it will be rejected if Answer.Reject is non-zero.
Markup
<Record />
See Also
Record Class | Record Constructor | Record Members | Record Properties | Record Methods | Record Events