Group
Show / Hide Table of Contents

Class BaseScoredResponseValue<T>

A base class for all scored responses

Inheritance
System.Object
BaseSearchMatchResponseValue<T>
BaseScoredResponseValue<T>
BimetricScoreResponseValue
MatchResponseValue
Inherited Members
BaseSearchMatchResponseValue<T>.Matches
BaseSearchMatchResponseValue<T>.CurrentCount
BaseSearchMatchResponseValue<T>.TotalCount
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Textkernel.Tx.Models.API.Matching
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class BaseScoredResponseValue<T> : BaseSearchMatchResponseValue<T>
Type Parameters
Name Description
T

The type of match result

Properties

| Improve this Doc View Source

AppliedCategoryWeights

The weights that were actually used for scoring. These are either
1) if the PreferredCategoryWeights are specified in the request, these are used (with any adjustments for non-applicable categories)
2) otherwise these are simply the SuggestedCategoryWeights

See also:
PreferredCategoryWeights
PreferredCategoryWeights

Declaration
public CategoryWeights AppliedCategoryWeights { get; set; }
Property Value
Type Description
CategoryWeights
| Improve this Doc View Source

SuggestedCategoryWeights

The weights suggested based solely on the data in the source document.
NOTE: these should only be used as a fallback or initial value. Your system/users should have the ability to adjust/override these (in the PreferredCategoryWeights in the request)

See also:
PreferredCategoryWeights
PreferredCategoryWeights

Declaration
public CategoryWeights SuggestedCategoryWeights { get; set; }
Property Value
Type Description
CategoryWeights
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾