ConversationalAgentSignal.SignalStart Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the time span of the ConversationalAgentSignal start.
public:
property TimeSpan SignalStart { TimeSpan get(); void set(TimeSpan value); };
TimeSpan SignalStart();
void SignalStart(TimeSpan value);
public System.TimeSpan SignalStart { get; set; }
var timeSpan = conversationalAgentSignal.signalStart;
conversationalAgentSignal.signalStart = timeSpan;
Public Property SignalStart As TimeSpan
Property Value
Remarks
If the SignalStart and SignalEnd time spans are the same, this indicates that the signal is not a voice activation (for example, a keyboard press or Bluetooth activation).
If the SignalStart and SignalEnd time spans are different, they indicate the position of the keyword utterance in the audio stream.