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


InkAnalyzer - члены

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

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

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

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

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

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

  Имя Описание
ms616757.pubmethod(ru-ru,VS.90).gif InkAnalyzer Перегружен. Initializes a new instance of the InkAnalyzer class.

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

Методы

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

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

Операторы

  Имя Описание
ms616757.puboperator(ru-ru,VS.90).gifms616757.static(ru-ru,VS.90).gif Equality Determines whether two InkAnalyzer objects are equal.
ms616757.puboperator(ru-ru,VS.90).gifms616757.static(ru-ru,VS.90).gif Inequality Determines whether two InkAnalyzer are unequal.

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

Свойства

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

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

События

  Имя Описание
ms616757.pubevent(ru-ru,VS.90).gif Activity Occurs to indicate analysis is occurring in the Analyze or BackgroundAnalyze method.
ms616757.pubevent(ru-ru,VS.90).gif ContextNodeCreated Occurs after the InkAnalyzer creates a ContextNode.
ms616757.pubevent(ru-ru,VS.90).gif ContextNodeDeleting Occurs before the InkAnalyzer deletes a ContextNode.
ms616757.pubevent(ru-ru,VS.90).gif ContextNodeLinkAdding Occurs before the InkAnalyzer adds a ContextLink between two ContextNode objects.
ms616757.pubevent(ru-ru,VS.90).gif ContextNodeLinkDeleting Occurs before the InkAnalyzer removes a ContextLink from between two ContextNode objects.
ms616757.pubevent(ru-ru,VS.90).gif ContextNodeMovingToPosition Occurs before the InkAnalyzer moves a ContextNode to a new position within a ContextNode.SubNodes collection.
ms616757.pubevent(ru-ru,VS.90).gif ContextNodePropertiesUpdated Occurs after the InkAnalyzer updates one or more of the properties of a ContextNode.
ms616757.pubevent(ru-ru,VS.90).gif ContextNodeReparenting Occurs before the InkAnalyzer moves a ContextNode by changing its parent node.
ms616757.pubevent(ru-ru,VS.90).gif InkAnalyzerStateChanging Occurs before the InkAnalyzer reconciles analysis results so that an application can synchronize data with the InkAnalyzer.
ms616757.pubevent(ru-ru,VS.90).gif IntermediateResultsUpdated Occurs when the InkAnalyzer completes the current intermediate analysis stage.
ms616757.pubevent(ru-ru,VS.90).gif NewStrokesLoaded Occurs when the Load method is called.
ms616757.pubevent(ru-ru,VS.90).gif PopulateContextNode Occurs before the InkAnalyzer performs analysis within the region of a partially populated ContextNode.
ms616757.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.
ms616757.pubevent(ru-ru,VS.90).gif ResultsUpdated Occurs when the final analysis stage has completed.
ms616757.pubevent(ru-ru,VS.90).gif StrokesReparented Occurs when the InkAnalyzer moves a Stroke from one ContextNode to another.

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

См. также

Ссылки

InkAnalyzer Класс

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