Class StringRef
- java.lang.Object
-
- com.microsoft.cognitiveservices.speech.util.StringRef
-
public class StringRef extends Object
Internal StringRef class
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetValue()Gets the String valuevoidsetValue(String newValue)Sets the String value
-
-
-
Constructor Detail
-
StringRef
public StringRef(String val)
A reference to a String- Parameters:
val- Value of the string.
-
-