ConversationalAgentSignal.SignalStart Property

Definition

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.

Applies to