Document.EmbedLinguisticData Property

Definition

Gets or sets a value that indicates whether Microsoft Office Word embeds speech and handwriting and controls text service data received from devices connected to Microsoft Office using the Windows Text Service Framework Application Programming Interface.

public:
 property bool EmbedLinguisticData { bool get(); void set(bool value); };
public bool EmbedLinguisticData { get; set; }
member this.EmbedLinguisticData : bool with get, set
Public Property EmbedLinguisticData As Boolean

Property Value

true if Microsoft Office Word embeds speech and handwriting and controls text service data; otherwise, false.

Remarks

Microsoft Office Word embeds speech and handwriting so that data can be converted back to speech or handwriting and to store East Asian IME keystrokes to improve correction.

Applies to