ScoreDocumentsResponse Class

The response message containing the results of the document evaluation

Definition

Namespace: SuperBuilderWinService.ProvidersImpl
Assembly: IntelAiaService (in IntelAiaService.exe) Version: 1.0.0+2093811f3bac5da092b5ce9c8172233582eee4d5
C#
public sealed class ScoreDocumentsResponse : IMessage<ScoreDocumentsResponse>, 
	IMessage, IEquatable<ScoreDocumentsResponse>, IDeepCloneable<ScoreDocumentsResponse>, 
	IBufferMessage
Inheritance
Object    ScoreDocumentsResponse
Implements
IBufferMessage, IDeepCloneableScoreDocumentsResponse, IMessage, IMessageScoreDocumentsResponse, IEquatableScoreDocumentsResponse

Constructors

ScoreDocumentsResponseInitializes a new instance of the ScoreDocumentsResponse class
ScoreDocumentsResponse(ScoreDocumentsResponse)Initializes a new instance of the ScoreDocumentsResponse class

Properties

Descriptor 
DocumentName 
DocumentScore 
Parser 
Reasoning Optional reasoning for the score

Methods

Fields

DocumentNameFieldNumberField number for the "documentName" field.
DocumentScoreFieldNumberField number for the "documentScore" field.
ReasoningFieldNumberField number for the "reasoning" field.

See Also