Share via


StreamingTextActionEntityTextChangedArgs Class

Definition

Provides data for the StreamingTextActionEntity.TextChanged event.

public ref class StreamingTextActionEntityTextChangedArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.AI.Actions.ActionsContract, 131072)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class StreamingTextActionEntityTextChangedArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.AI.Actions.ActionsContract), 131072)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class StreamingTextActionEntityTextChangedArgs
Public NotInheritable Class StreamingTextActionEntityTextChangedArgs
Inheritance
Object Platform::Object IInspectable StreamingTextActionEntityTextChangedArgs
Attributes

Windows requirements

Device family
Windows Desktop Extension SDK (introduced in 10.0.26100.0)
API contract
Windows.AI.Actions.ActionsContract (introduced in v4.0)

Properties

IsComplete

Gets a value indicating whether the text provided by the StreamingTextActionEntity is complete.

Text

Gets the current text content of the StreamingTextActionEntity associated with the event.

Applies to