Class StringMapRef
- java.lang.Object
-
- com.microsoft.cognitiveservices.speech.util.StringMapRef
-
public class StringMapRef extends Object
Internal StringMapRef class
-
-
Constructor Summary
Constructors Constructor Description StringMapRef()Create a map of string key values.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>getValue()Gets the String valuevoidsetValue(String key, String value)Sets the String value
-