StringRef Class
- java.
lang. Object - com.
microsoft. cognitiveservices. speech. util. StringRef
- com.
public class StringRef
Internal StringRef class
Constructor Summary
| Constructor | Description |
|---|---|
| StringRef(String val) |
A reference to a String |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String |
getValue()
Gets the String value |
| void |
setValue(String newValue)
Sets the String value |
Methods inherited from java.lang.Object
Constructor Details
StringRef
public StringRef(String val)
A reference to a String
Parameters:
Method Details
getValue
public String getValue()
Gets the String value
Returns:
setValue
public void setValue(String newValue)
Sets the String value
Parameters: