SearchResult Structure

CVB.Net Documentation
Search results as provided by a Search Classifier.

Namespace:  Stemmer.Cvb.Polimago
Assembly:  Stemmer.Cvb.Polimago (in Stemmer.Cvb.Polimago.dll) Version: 14.0.0.0
Syntax

public struct SearchResult : IQualified, 
	IPosition, IScaled, IRotated

The SearchResult type exposes the following members.

Properties

  NameDescription
Public propertyConfidence
Search Result quality or confidence (just under a different name).
Public propertyMatrix
Transformation description in Matrix form.
Public propertyQuality
Search Result quality or confidence.
Public propertyRotation
Rotation of the result (if applicable).
Public propertyScale
Scale of the result (if applicable).
Public propertyX
X position.
Public propertyY
Y position.
Top
Methods

  NameDescription
Public methodEquals
Equality comparison.
(Overrides ValueTypeEquals(Object).)
Public methodGetHashCode
Hash code generation.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Operators

  NameDescription
Public operatorStatic memberEquality
Compare two SearchResults for equality.
Public operatorStatic memberInequality
Compare two SearchResults for inequality.
Top
Fields

  NameDescription
Public fieldStatic memberNone
Generic "None" result.
Top
See Also

Reference