Поделиться через


InkAnalyzerBase - члены

Включить защищенные члены
Включить унаследованные члены

Включить члены .NET Framework
Включить члены .NET Compact Framework
Включить члены XNA Framework

Обновлен: Ноябрь 2007

Provides access to layout analysis, writing and drawing classification, and handwriting recognition.

Тип InkAnalyzerBase предоставляет следующие члены.

Конструкторы

  Имя Описание
ms616292.pubmethod(ru-ru,VS.90).gif InkAnalyzerBase Initializes a new instance of the InkAnalyzerBase class.

В начало страницы

Методы

  Имя Описание
ms616292.pubmethod(ru-ru,VS.90).gif Abort Cancels the current analysis operation.
ms616292.pubmethod(ru-ru,VS.90).gif AddStroke Перегружен. Adds stroke data for a single stroke to the ink analyzer.
ms616292.pubmethod(ru-ru,VS.90).gif AddStrokes Перегружен. Adds stroke data for multiple strokes to the ink analyzer.
ms616292.pubmethod(ru-ru,VS.90).gif AddStrokesToCustomRecognizer Adds stroke data for multiple strokes to a custom recognizer node.
ms616292.pubmethod(ru-ru,VS.90).gif AddStrokeToCustomRecognizer Adds stroke data for a single stroke to a custom recognizer node.
ms616292.pubmethod(ru-ru,VS.90).gif Analyze Performs synchronous ink analysis.
ms616292.pubmethod(ru-ru,VS.90).gif BackgroundAnalyze Performs asynchronous ink analysis, which includes layout analysis, writing and drawing classification, and handwriting recognition.
ms616292.pubmethod(ru-ru,VS.90).gif ClearStrokeData Clears stroke packet data from the ink analyzer.
ms616292.pubmethod(ru-ru,VS.90).gif CreateAnalysisHint Перегружен. Adds a new analysis hint to the ink analyzer.
ms616292.protmethod(ru-ru,VS.90).gif CreateAppropriateRootElementBase This method supports the InkAnalyzer infrastructure and is not intended to be used directly from your code.
ms616292.pubmethod(ru-ru,VS.90).gif CreateCustomRecognizer Creates a new custom recognizer node for the analyzer.
ms616292.pubmethod(ru-ru,VS.90).gif DeleteAnalysisHint Removes an analysis hint from the ink analyzer.
ms616292.pubmethod(ru-ru,VS.90).gif Dispose Releases all resources used by the InkAnalyzerBase.
ms616292.pubmethod(ru-ru,VS.90).gif Equals Определяет, равен ли заданный объект Object текущему объекту Object. (Унаследовано от Object.)
ms616292.protmethod(ru-ru,VS.90).gif Finalize Frees the resources of this InkAnalyzerBase before it is reclaimed by the garbage collector. (Переопределяет Object.Finalize().)
ms616292.pubmethod(ru-ru,VS.90).gif FindInkLeafNodes Перегружен. Returns the ink leaf nodes, which are the ContextNodeBase objects that contain ink strokes.
ms616292.pubmethod(ru-ru,VS.90).gif FindLeafNodes Returns all of the leaf nodes, which are the ContextNodeBase objects that have no child nodes.
ms616292.pubmethod(ru-ru,VS.90).gif FindNode Returns the specified ContextNodeBase.
ms616292.pubmethod(ru-ru,VS.90).gif FindNodes Перегружен. Returns the ContextNodeBase objects that match the specified criteria.
ms616292.pubmethod(ru-ru,VS.90).gif FindNodesOfType Перегружен. Returns the ContextNodeBase objects of the specified type.
ms616292.pubmethod(ru-ru,VS.90).gif GetAlternates Перегружен. Returns analysis alternates for a specified context.
ms616292.pubmethod(ru-ru,VS.90).gif GetAnalysisHints Перегружен. Returns analysis hints that are attached to the InkAnalyzerBase.
ms616292.pubmethod(ru-ru,VS.90).gif GetHashCode Играет роль хэш-функции для определенного типа. (Унаследовано от Object.)
ms616292.pubmethod(ru-ru,VS.90).gif GetInkRecognizersByPriority Returns the ordered collection of recognizers.
ms616292.pubmethod(ru-ru,VS.90).gif GetNodesFromTextRange Перегружен. Returns a collection of context nodes that are relevant to the specified text range.
ms616292.pubmethod(ru-ru,VS.90).gif GetRecognizedString Returns the best-result string of the recognition operation for the entire context node tree in the ink analyzer.
ms616292.pubmethod(ru-ru,VS.90).gif GetStrokeLanguageId Returns the locale identifier for the specified stroke.
ms616292.pubmethod(ru-ru,VS.90).gif GetStrokeType Returns the type of the specified stroke.
ms616292.pubmethod(ru-ru,VS.90).gif GetTextRangeFromNodes Finds the text range in the recognized string that corresponds to a collection of context nodes.
ms616292.pubmethod(ru-ru,VS.90).gif GetType Возвращает объект Type для текущего экземпляра. (Унаследовано от Object.)
ms616292.pubmethod(ru-ru,VS.90).gif Load Loads saved analysis results into the ink analyzer.
ms616292.protmethod(ru-ru,VS.90).gif MemberwiseClone Создает неполную копию текущего объекта Object. (Унаследовано от Object.)
ms616292.pubmethod(ru-ru,VS.90).gif ModifyTopAlternate Перегружен. Changes the current top alternate to the specified analysis alternate.
ms616292.pubmethod(ru-ru,VS.90).gif Reconcile Перегружен.
ms616292.pubmethod(ru-ru,VS.90).gif RemoveStroke Removes the specified stroke from the ink analyzer.
ms616292.pubmethod(ru-ru,VS.90).gif RemoveStrokes Removes the specified strokes from the ink analyzer.
ms616292.pubmethod(ru-ru,VS.90).gif SaveResults Перегружен. Saves analysis results for an ink analyzer.
ms616292.pubmethod(ru-ru,VS.90).gif Search Перегружен. Provides a fuzzy, case-insensitive phrase based search for analyzed writing strokes and analyzed drawing strokes that have recognized types.
ms616292.pubmethod(ru-ru,VS.90).gif SetStrokeLanguageId Changes the locale identifier for the specified stroke.
ms616292.pubmethod(ru-ru,VS.90).gif SetStrokesLanguageId Changes the locale identifier for the specified strokes.
ms616292.pubmethod(ru-ru,VS.90).gif SetStrokesType Changes the type of the specified strokes.
ms616292.pubmethod(ru-ru,VS.90).gif SetStrokeType Changes the type of the specified stroke.
ms616292.pubmethod(ru-ru,VS.90).gif ToString Возвращает объект String, который представляет текущий объект Object. (Унаследовано от Object.)
ms616292.pubmethod(ru-ru,VS.90).gif UpdateStrokeData Updates the packet data for the specified stroke.
ms616292.pubmethod(ru-ru,VS.90).gif UpdateStrokesData Updates the packet data for the specified strokes.

В начало страницы

Свойства

  Имя Описание
ms616292.pubproperty(ru-ru,VS.90).gif AnalysisModes Gets or sets flags that control how the ink analyzer performs ink analysis.
ms616292.pubproperty(ru-ru,VS.90).gif DirtyRegion Gets the area that has changed since the last analysis operation. You can also use this property to manually modify this region.
ms616292.pubproperty(ru-ru,VS.90).gif IsAnalyzing Gets a value indicating whether the ink analyzer is performing ink analysis.
ms616292.pubproperty(ru-ru,VS.90).gif RootNode Gets the root ContextNodeBase of the ink analyzer's context node tree.

В начало страницы

События

  Имя Описание
ms616292.pubevent(ru-ru,VS.90).gif ActivityBase Occurs during calls to the Analyze or BackgroundAnalyze method.
ms616292.pubevent(ru-ru,VS.90).gif ContextNodeCreatedBase Occurs after the ink analyzer creates a ContextNodeBase.
ms616292.pubevent(ru-ru,VS.90).gif ContextNodeDeletingBase Occurs before the ink analyzer deletes a ContextNodeBase.
ms616292.pubevent(ru-ru,VS.90).gif ContextNodeLinkAddingBase Occurs before the ink analyzer adds a ContextLinkBase between two ContextNodeBase objects.
ms616292.pubevent(ru-ru,VS.90).gif ContextNodeLinkDeletingBase Occurs before the ink analyzer deletes a ContextLinkBase between two ContextNodeBase objects.
ms616292.pubevent(ru-ru,VS.90).gif ContextNodeMovingToPositionBase Occurs before the ink analyzer moves a ContextNodeBase to a new position within its parent node's SubNodes collection.
ms616292.pubevent(ru-ru,VS.90).gif ContextNodePropertiesUpdatedBase Occurs after the ink analyzer updates one or more of the properties of a ContextNodeBase.
ms616292.pubevent(ru-ru,VS.90).gif ContextNodeReparentingBase Occurs before the ink analyzer moves a ContextNodeBase by changing its parent node.
ms616292.pubevent(ru-ru,VS.90).gif InkAnalyzerStateChangingBase Occurs before the ink analyzer reconciles analysis results so that an application can synchronize data with the ink analyzer.
ms616292.pubevent(ru-ru,VS.90).gif IntermediateResultsUpdatedBase Occurs when the current intermediate analysis stage is finished.
ms616292.pubevent(ru-ru,VS.90).gif NewStrokesLoadedBase Occurs when the Load method is called.
ms616292.pubevent(ru-ru,VS.90).gif PopulateContextNodeBase Occurs before the ink analyzer performs analysis within the region of a partially populated ContextNodeBase.
ms616292.pubevent(ru-ru,VS.90).gif ReadyToReconcileBase Occurs when the ink analyzer is ready to reconcile background analysis results with the current state of the analyzer.
ms616292.pubevent(ru-ru,VS.90).gif ResultsUpdatedBase Occurs when the final analysis stage is finished.
ms616292.pubevent(ru-ru,VS.90).gif StrokesReparentedBase Occurs when the InkAnalyzerBase moves strokes from one ContextNodeBase to another.
ms616292.pubevent(ru-ru,VS.90).gif UpdateStrokesCacheBase Occurs before the ink analyzer accesses stroke data.

В начало страницы

См. также

Ссылки

InkAnalyzerBase Класс

System.Windows.Ink.AnalysisCore - пространство имен