SetQuery

NaturalLanguageQueryAIProcessor.SetQuery method

Sets the natural-language query used to process OCR-recognized text.

public void SetQuery(string query)
ParameterTypeDescription
queryStringThe question or instruction to apply to the recognized text.

Examples

var processor = new NaturalLanguageQueryAIProcessor();
processor.SetQuery("give me total");

See Also