Compartir a través de


SavePartialRecord Property

  Microsoft Speech Technologies Homepage

Gets or sets whether to save the recording when the recording process is interrupted. Read/write.

Usage

ASP.NET markup: <speech:RecordSound SavePartialRecord="..." />
Get value: Boolean = RecordSound.SavePartialRecord;
Set value: RecordSound.SavePartialRecord = Boolean;
Data type: System.Boolean
Required: No; Default: False

Remarks

The recording process is interrupted when the BabbleTimeout property elapses or when the user hangs up prior to ending the recording.

Example

<speech:RecordSound runat="server"
  ID="RecordSound1"
  Beep="True"
  Type="audio/wav"
  InitialTimeout="2500"
  BabbleTimeout="2500"
  MaxTimeout="5000"
  EndSilence="2000"
  StopOnDtmf=DtmfSquare
  SavePartialRecord="True"
  PlaybackUrlBase="http://www.cpandl.com/playback/"
  SavePath="d:\vdirs\playback"
  Enabled="True"
  >
</speech:RecordSound>

See Also

RecordSound Class | RecordSound Constructor | RecordSound Members | RecordSound Properties | RecordSound Methods | RecordSound Events | RecordSound Remarks