GetResult

KeywordsAIProcessor.GetResult method

Returns the AI-processed recognition results. The recognition output is returned as a JSON-formatted string with the following structure:

[
  {
    "keyword": "string",
    "value": "string",
    "number": "string"
  }
]
public List<AIResult> GetResult()

Return Value

A list of AIResult objects containing the JSON-formatted string.

See Also