public final class UIDataDetectorTypes
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Address
Street address detection
|
static long |
All
Enable all types, including types that may be added later
|
static long |
CalendarEvent
Event detection
|
static long |
FlightNumber
Flight number detection
|
static long |
Link
URL detection
|
static long |
LookupSuggestion
Information users may want to look up
|
static long |
None
Disable detection
|
static long |
PhoneNumber
Phone number detection
|
static long |
ShipmentTrackingNumber
Shipment tracking number detection
|
public static final long PhoneNumber
public static final long Link
public static final long Address
public static final long CalendarEvent
public static final long ShipmentTrackingNumber
public static final long FlightNumber
public static final long LookupSuggestion
public static final long None
public static final long All