SearchResult Structure

CVB.Net Documentation
Search Result as returned by Minos

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

public struct SearchResult : IPosition, 
	INamed, IQualified

The SearchResult type exposes the following members.

Properties

  NameDescription
Public propertyAdvanceVector
Advance vector of the model that has been found
Public propertyName
Name of the class that has been found
Public propertyPosition
Position at which the object has been found
Public propertyQuality
Quality at which the object has been found
Public propertyX
X position at which the object has been found
Public propertyY
Y position at which the object has been found
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
Object describing an empty Search Result
Top
See Also

Reference