AnalysisHintNode.AllowPartialDictionaryTerms-Eigenschaft
Ruft einen Wert ab, oder legt einen Wert fest, der angibt, ob der InkAnalyzer partielle Wörterbuchbegriffe innerhalb des Hinweisbereichs erkennt.
Namespace: Microsoft.Ink
Assembly: Microsoft.Ink.Analysis (in Microsoft.Ink.Analysis.dll)
Syntax
'Declaration
Public Property AllowPartialDictionaryTerms As Boolean
'Usage
Dim instance As AnalysisHintNode
Dim value As Boolean
value = instance.AllowPartialDictionaryTerms
instance.AllowPartialDictionaryTerms = value
public bool AllowPartialDictionaryTerms { get; set; }
public:
property bool AllowPartialDictionaryTerms {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_AllowPartialDictionaryTerms()
/** @property */
public void set_AllowPartialDictionaryTerms(boolean value)
public function get AllowPartialDictionaryTerms () : boolean
public function set AllowPartialDictionaryTerms (value : boolean)
Eigenschaftenwert
Typ: System.Boolean
true , wenn der InkAnalyzer partielle Wörterbuchbegriffe innerhalb des Hinweisbereichs erkennt; andernfalls false. Der Standardwert ist false.
Hinweise
Ein partieller Wörterbuchbegriff besteht aus den Anfangsbuchstaben eines Wörterbuchbegriffs. Wenn "hello" z. B. ein Wörterbuchbegriff ist und AllowPartialDictionaryTerms auf den Wert true festgelegt ist, sind "h", "he", "hel" und "hell" gültige Ergebnisse bei der Handschrifterkennung.
Wenn das auf die Striche angewendete Freihanderkennungsmodul keine partiellen Wörterbuchbegriffe unterstützt, generiert das Freihandanalysemodul während der Analyse eine AnalysisWarning, deren WarningCode-Eigenschaft auf den Microsoft.Ink.AnalysisWarningCode-Wert PartialDictionaryTermsNotSupported festgelegt ist.
Beispiele
In diesem Beispiel wird ein AnalysisHintNode mit dem Namen theAnalysisHint für den InkAnalyzertheInkAnalyzerWithHint erstellt, und theAnalysisHint wird als globaler Hinweis festgelegt. Für den Hinweis werden dann die AllowPartialDictionaryTerms-Eigenschaft und die Name-Eigenschaft festgelegt.
' Add a new, global analysis hint to theInkAnalyzerWithHint.
Dim theAnalysisHint As Microsoft.Ink.AnalysisHintNode = _
Me.theInkAnalyzerWithHint.CreateAnalysisHint()
theAnalysisHint.Location.MakeInfinite()
theAnalysisHint.AllowPartialDictionaryTerms = True
theAnalysisHint.Name = "Allow Partial Dictionary Terms"
// Add a new, global analysis hint to theInkAnalyzerWithHint.
Microsoft.Ink.AnalysisHintNode theAnalysisHint =
this.theInkAnalyzerWithHint.CreateAnalysisHint();
theAnalysisHint.Location.MakeInfinite();
theAnalysisHint.AllowPartialDictionaryTerms = true;
theAnalysisHint.Name = "Allow Partial Dictionary Terms";
Plattformen
Windows Vista
.NET Framework und .NET Compact Framework unterstützen nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen für .NET Framework.
Versionsinformationen
.NET Framework
Unterstützt in: 3.0