Class CorporaQueryResponse
Response from corpora.query containing a list of relevant chunks.
Inheritance
object
CorporaQueryResponse
Namespace: Glitch9.AIDevKit.Google
Assembly: .dll
Syntax
public class CorporaQueryResponse
Properties
RelevantChunks
The relevant chunks.
Declaration
public RelevantChunk[] RelevantChunks { get; set; }
Property Value
Type | Description |
---|---|
RelevantChunk[] |