public static class AutocompletePrediction.MatchedSubstring
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description | 
|---|---|
| int | lengthThe length of the matched substring, measured in Unicode characters. | 
| int | offsetThe start position of the matched substring, measured in Unicode characters. | 
| Constructor and Description | 
|---|
| MatchedSubstring() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | toString() |