SearchResult Structure

CVB.Net Documentation
Results provided by Manto classifier searches.

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

public struct SearchResult : IPosition, 
	IQualified, INamed

The SearchResult type exposes the following members.

Properties

  NameDescription
Public propertyClassIndex
Index of the class in the classifier's Classes collection that this result represents.
Public propertyConfidence
Measure for the degree to which this result can be trusted.
Public propertyName
Name of the class that this result represents.
Public propertyPosition
Location of the result
Public propertyQuality
Quality is an alias for Confidence that is needed to make the Manto Search result object ISeparable.
Public propertyX
Location (X) of the result
Public propertyY
Location (Y) of the result
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
Conversion to string
(Overrides ValueTypeToString.)
Top
Operators

  NameDescription
Public operatorStatic memberEquality
Compare two SearchResult structs for inequality.
Public operatorStatic memberInequality
Compare two SearchResult structs for inequality.
Top
Fields

  NameDescription
Public fieldStatic memberEmpty
A non-result.
Top
See Also

Reference