GetJson

RecognitionResult.GetJson method

Form JSON string with recognition results.

public string GetJson(bool isReadable = false)
ParameterTypeDescription
isReadableBooleanDetermines whether json will be human readable.

Return Value

Recognition results as JSON string.

See Also