Document.EmbedLinguisticData 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 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.