public static class AutocompletePrediction.Term
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description | 
|---|---|
| int | offsetThe start position of this term in the description, measured in Unicode characters. | 
| java.lang.String | valueThe text of the matched term. | 
| Constructor and Description | 
|---|
| Term() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | toString() |