Uses of Class
com.microsoft.cognitiveservices.speech.util.JsonValue
-
Packages that use JsonValue Package Description com.microsoft.cognitiveservices.speech.util -
-
Uses of JsonValue in com.microsoft.cognitiveservices.speech.util
Methods in com.microsoft.cognitiveservices.speech.util that return JsonValue Modifier and Type Method Description static JsonValueJsonValueJNI. createParser(String json)Create parser json value.JsonValueJsonValue. get(int index)Get json value.JsonValueJsonValue. get(String key)Get json value.static JsonValueJsonValueJNI. getValue(SafeHandle parserHandle, int item, int index, String key)Gets value.static JsonValueJsonValue. Parse(String json)Parse json value.
-