Table of Contents

Class DocumentSource

Namespace
Textkernel.Tx.Models.API.MatchV2.Request
Assembly
Textkernel.Tx.SDK.dll

Defines a document that can be used to generate a match query.

public class DocumentSource
Inheritance
DocumentSource
Inherited Members

Properties

Id

Id of the document in the index to generate the query from.

public string Id { get; set; }

Property Value

string

Type

Specify what type of document is being passed to the match engine.

public DocumentType Type { get; set; }

Property Value

DocumentType