Partilhar via


EndSilence Property

  Microsoft Speech Technologies Homepage

Gets or sets the EndSilence property of the control's internal Reco element. Read/write.

Usage

ASP.NET markup: <speech:RecordSound EndSilence="..." />
Get value: Int = RecordSound.EndSilence;
Set value: RecordSound.EndSilence = Int;
Data type: Int
Required: No

Remarks

If EndSilence property is not specified, it defaults to a platform internal value. The control throws an exception for non-integer or negative integer values.

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"
  SemanticItem="SemanticItem1"
  Enabled="True"
  >
</speech:RecordSound>

See Also

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