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


InkAnalyzer - члены

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

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

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

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

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

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

  Имя Описание
ms583674.pubmethod(ru-ru,VS.90).gif InkAnalyzer Initializes a new instance of the InkAnalyzer class associated with the specified Microsoft.Ink.Ink object.

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

Методы

  Имя Описание
ms583674.pubmethod(ru-ru,VS.90).gif Abort Cancels the current analysis operation.
ms583674.pubmethod(ru-ru,VS.90).gif AddStroke Перегружен. Adds a stroke to the InkAnalyzer.
ms583674.pubmethod(ru-ru,VS.90).gif AddStrokes Перегружен. Adds a collection of strokes to the InkAnalyzer.
ms583674.pubmethod(ru-ru,VS.90).gif AddStrokesToCustomRecognizer Adds stroke data for multiple strokes to a custom recognizer node.
ms583674.pubmethod(ru-ru,VS.90).gif AddStrokeToCustomRecognizer Adds a stroke to a custom recognizer node.
ms583674.pubmethod(ru-ru,VS.90).gif Analyze Performs synchronous ink analysis.
ms583674.pubmethod(ru-ru,VS.90).gif BackgroundAnalyze Performs asynchronous ink analysis, which includes layout analysis, writing and drawing classification, and handwriting recognition.
ms583674.pubmethod(ru-ru,VS.90).gif ClearStrokeData Clears the cached data from the InkAnalyzer for the specified Stroke.
ms583674.pubmethod(ru-ru,VS.90).gif CreateAnalysisHint Перегружен. Adds a new analysis hint to the ink analyzer.
ms583674.pubmethod(ru-ru,VS.90).gif CreateCustomRecognizer Creates a new CustomRecognizerNode for the analyzer.
ms583674.pubmethod(ru-ru,VS.90).gif DeleteAnalysisHint Removes an AnalysisHintNode from the ink analyzer.
ms583674.pubmethod(ru-ru,VS.90).gif Dispose Releases all resources used by the InkAnalyzer.
ms583674.pubmethod(ru-ru,VS.90).gif Equals Determines whether two InkAnalyzer instances contain the same value. (Переопределяет Object.Equals(Object).)
ms583674.protmethod(ru-ru,VS.90).gif Finalize Позволяет объекту Object попытаться освободить ресурсы и выполнить другие операции очистки, перед тем как объект Object будет утилизирован в процессе сборки мусора. (Унаследовано от Object.)
ms583674.pubmethod(ru-ru,VS.90).gif FindInkLeafNodes Перегружен. Returns the ink leaf nodes, which are the ContextNode objects that contain ink strokes.
ms583674.pubmethod(ru-ru,VS.90).gif FindLeafNodes Returns all of the leaf nodes, which are the ContextNode objects that have no child nodes.
ms583674.pubmethod(ru-ru,VS.90).gif FindNode Returns the specified ContextNode.
ms583674.pubmethod(ru-ru,VS.90).gif FindNodes Перегружен. Returns the ContextNode objects that match the specified criteria.
ms583674.pubmethod(ru-ru,VS.90).gif FindNodesOfType Перегружен. Returns the ContextNode objects of the specified type.
ms583674.pubmethod(ru-ru,VS.90).gif GetAlternates Перегружен. Returns analysis alternates for a specified context.
ms583674.pubmethod(ru-ru,VS.90).gif GetAnalysisHints Перегружен. Returns analysis hints that are attached to the InkAnalyzer.
ms583674.pubmethod(ru-ru,VS.90).gif GetHashCode Gets the hash code for the InkAnalyzer instance. (Переопределяет Object.GetHashCode().)
ms583674.pubmethod(ru-ru,VS.90).gif GetInkRecognizersByPriority Returns the ordered collection of recognizers.
ms583674.pubmethod(ru-ru,VS.90).gif GetNodesFromTextRange Перегружен. Returns a collection of ContextNode objects that are relevant to the specified text range.
ms583674.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.
ms583674.pubmethod(ru-ru,VS.90).gif GetStrokeLanguageId Returns the locale identifier of the specified Stroke.
ms583674.pubmethod(ru-ru,VS.90).gif GetStrokeType Returns the type of a Stroke.
ms583674.pubmethod(ru-ru,VS.90).gif GetTextRangeFromNodes Finds the text range in the recognized string that corresponds to a collection of ContextNode objects.
ms583674.pubmethod(ru-ru,VS.90).gif GetType Возвращает объект Type для текущего экземпляра. (Унаследовано от Object.)
ms583674.pubmethod(ru-ru,VS.90).gif Load Перегружен. Loads saved analysis results into the ink analyzer.
ms583674.protmethod(ru-ru,VS.90).gif MemberwiseClone Создает неполную копию текущего объекта Object. (Унаследовано от Object.)
ms583674.pubmethod(ru-ru,VS.90).gif ModifyTopAlternate Перегружен. Changes the current top alternate to the specified analysis alternate.
ms583674.pubmethod(ru-ru,VS.90).gif Reconcile Перегружен. Determines which portions of the analysis results have changed during background ink analysis.
ms583674.pubmethod(ru-ru,VS.90).gif RemoveStroke Removes a Stroke from the ink analyzer.
ms583674.pubmethod(ru-ru,VS.90).gif RemoveStrokes Removes a strokes collection from the ink analyzer.
ms583674.pubmethod(ru-ru,VS.90).gif SaveResults Перегружен. Saves analysis results for an ink analyzer.
ms583674.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.
ms583674.pubmethod(ru-ru,VS.90).gif SetStrokeLanguageId Changes the locale identifier for the specified Stroke.
ms583674.pubmethod(ru-ru,VS.90).gif SetStrokesLanguageId Changes the locale identifier for the specified Strokes.
ms583674.pubmethod(ru-ru,VS.90).gif SetStrokesType Changes the type of each stroke in a Strokes collection.
ms583674.pubmethod(ru-ru,VS.90).gif SetStrokeType Changes the stroke type of a Stroke.
ms583674.pubmethod(ru-ru,VS.90).gif ToString Возвращает объект String, который представляет текущий объект Object. (Унаследовано от Object.)

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

Операторы

  Имя Описание
ms583674.puboperator(ru-ru,VS.90).gifms583674.static(ru-ru,VS.90).gif Equality Determines whether two specified InkAnalyzer objects have the same value.
ms583674.puboperator(ru-ru,VS.90).gifms583674.static(ru-ru,VS.90).gif Inequality Determines whether two specified InkAnalyzer objects have different values.

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

Свойства

  Имя Описание
ms583674.pubproperty(ru-ru,VS.90).gif AnalysisModes Gets or sets flags that control how the InkAnalyzer performs ink analysis.
ms583674.pubproperty(ru-ru,VS.90).gif DirtyRegion Gets the area that has changed since the last analysis operation.
ms583674.pubproperty(ru-ru,VS.90).gif Ink Gets the Ink object from which the InkAnalyzer can analyze stroke data.
ms583674.pubproperty(ru-ru,VS.90).gif IsAnalyzing Gets a value indicating whether the InkAnalyzer is performing ink analysis.
ms583674.pubproperty(ru-ru,VS.90).gif RootNode Gets the root ContextNode of the InkAnalyzer.
ms583674.pubproperty(ru-ru,VS.90).gif SynchronizingObject Gets or sets the object that designates upon which thread InkAnalyzer background analysis events are raised.

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

События

  Имя Описание
ms583674.pubevent(ru-ru,VS.90).gif Activity Occurs during calls to the Analyze or BackgroundAnalyze method.
ms583674.pubevent(ru-ru,VS.90).gif ContextNodeCreated Occurs after the InkAnalyzer creates a ContextNode.
ms583674.pubevent(ru-ru,VS.90).gif ContextNodeDeleting Occurs before the InkAnalyzer deletes a ContextNode.
ms583674.pubevent(ru-ru,VS.90).gif ContextNodeLinkAdding Occurs before the InkAnalyzer adds a ContextLink between two ContextNode objects.
ms583674.pubevent(ru-ru,VS.90).gif ContextNodeLinkDeleting Occurs before the InkAnalyzer deletes a ContextLink between two ContextNode objects.
ms583674.pubevent(ru-ru,VS.90).gif ContextNodeMovingToPosition Occurs before the InkAnalyzer moves a ContextNode to a new position within a ContextNode.SubNodes collection.
ms583674.pubevent(ru-ru,VS.90).gif ContextNodePropertiesUpdated Occurs after the InkAnalyzer updates one or more of the properties of a ContextNode.
ms583674.pubevent(ru-ru,VS.90).gif ContextNodeReparenting Occurs before the InkAnalyzer moves a ContextNode by changing its parent node.
ms583674.pubevent(ru-ru,VS.90).gif InkAnalyzerStateChanging Occurs before the InkAnalyzer reconciles analysis results so that an application can synchronize data with the InkAnalyzer.
ms583674.pubevent(ru-ru,VS.90).gif IntermediateResultsUpdated Occurs when the current intermediate analysis stage is finished.
ms583674.pubevent(ru-ru,VS.90).gif NewStrokesLoaded Occurs after a stroke is loaded into the InkAnalyzer.
ms583674.pubevent(ru-ru,VS.90).gif PopulateContextNode Occurs before the InkAnalyzer performs analysis within the region of a partially populated ContextNode.
ms583674.pubevent(ru-ru,VS.90).gif ReadyToReconcile Occurs when the ink analyzer is ready to reconcile background analysis results with the current state of the analyzer.
ms583674.pubevent(ru-ru,VS.90).gif ResultsUpdated Occurs when the final analysis stage is finished.
ms583674.pubevent(ru-ru,VS.90).gif StrokesReparented Occurs when the InkAnalyzer moves a Stroke from one ContextNode to another.

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

См. также

Ссылки

InkAnalyzer Класс

Microsoft.Ink - пространство имен