protected class ExternRecognizer.RequestMessage extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
(package private) Collection<Tracklet.BoundingBox>
|
samples
|
private static long |
serialVersionUID
|
Constructor and Description |
---|
RequestMessage(Tracklet tracklet)
Create a message requesting attribute recognition on a track.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
getBytes(OutputStream outputStream)
Given an output stream, the RequestMessage writes itself to the
stream as a byte array in a specialized form.
|
private static final long serialVersionUID
final Collection<Tracklet.BoundingBox> samples
void getBytes(@Nonnull OutputStream outputStream) throws IOException
outputStream
- the output stream to write to.IOException
- if an I/O
error occurs.