public class PlateDetectedEvent
extends org.kurento.client.MediaEvent
PlateDetectorFilter when a plate is found in the data streamed.| Constructor and Description |
|---|
PlateDetectedEvent(org.kurento.client.MediaObject source,
String timestamp,
String timestampMillis,
List<org.kurento.client.Tag> tags,
String type,
String plate)
Event raised by a
PlateDetectorFilter when a plate is found in the data streamed. |
| Modifier and Type | Method and Description |
|---|---|
String |
getPlate()
Getter for the plate property
|
void |
setPlate(String plate)
Setter for the plate property
|
public PlateDetectedEvent(org.kurento.client.MediaObject source,
String timestamp,
String timestampMillis,
List<org.kurento.client.Tag> tags,
String type,
String plate)
PlateDetectorFilter when a plate is found in the data streamed.source - Object that raised the eventtimestamp - [DEPRECATED: Use timestampMillis] The timestamp associated with this object: Seconds elapsed since the UNIX Epoch (Jan 1, 1970, UTC).timestampMillis - The timestamp associated with this event: Milliseconds elapsed since the UNIX Epoch (Jan 1, 1970, UTC).tags - type - Type of event that was raisedplate - Plate identification that was detected by the filterCopyright © 2020. All rights reserved.