ConversationalAgentSignal.SignalEnd 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 end.
public:
property TimeSpan SignalEnd { TimeSpan get(); void set(TimeSpan value); };
TimeSpan SignalEnd();
void SignalEnd(TimeSpan value);
public System.TimeSpan SignalEnd { get; set; }
var timeSpan = conversationalAgentSignal.signalEnd;
conversationalAgentSignal.signalEnd = timeSpan;
Public Property SignalEnd As TimeSpan
Property Value
Remarks
If the SignalStart and SignalEnd time spans are the same, the signal is not a speech activation (for example, a keyboard press or Bluetooth activation).
If the SignalStart and SignalEnd time spans are different, the values indicate the position of the keyword utterance in the audio stream.