Class CorporaQueryResponse
Response from corpora.query containing a list of relevant chunks.
public class CorporaQueryResponse
- Inheritance
-
objectCorporaQueryResponse
Properties
RelevantChunks
The relevant chunks.
public RelevantChunk[] RelevantChunks { get; set; }