Partager via


Beep Property

  Microsoft Speech Technologies Homepage

Gets or sets the Beep property value of Reco controls that reference the control. Read/write.

Usage

ASP.NET markup: <speech:RecoControlSettings Beep="..." />
Get value: String = RecoControlSettings.Beep;
Set value: RecoControlSettings.Beep = String;
Data type: String
Required: No

Remarks

For more information about the Beep property of the Reco control, see Beep.

Example

<form id="Form1" method="post" runat="server">
  ...
  <speech:SpeechControlSettings ID="AllSettings" runat="server">
    <Items>
      <speech:SpeechControlSettingsItem ID="Settings1" runat="server">
        ...
        <QA ... >
          ...
          <Reco
            Beep="False"
            BabbleTimeout="5000"
            EndSilence="1000"
            InitialTimeout="0"
            Lang="en-US"
            MaxTimeout="10000"
            OnClientError="MyClientError"
            OnClientNoReco="MyClientNoReco"
            OnClientSilence="MyClientSilence"
            OnClientSpeechDetected="MyClientSpeechDetected"
            Reject="0.5">
            <Params>
              <Param ... />
            <Params>
            <Grammar ... />
            <Record ... />
          </Reco>
          ...
        </QA>
        ...
      </speech:SpeechControlSettingsItem>
    </Items>
  </speech:SpeechControlSettings>
  ...
  <speech:QA Settings="Settings1" runat="server">
    <speech:Reco ... />
  </speech:QA>
  ...
</form>

See Also

RecoControlSettings Class | RecoControlSettings Constructor | RecoControlSettings Members | RecoControlSettings Properties | RecoControlSettings Methods