class documentation
class OpenLABELStreamInfo(object): (source)
Constructor: OpenLABELStreamInfo(frame_numbers, stream, label_file_id, is_sample_level)
Information about a stream used to gather specific objects for a media file.
Parameters | |
frame | frame numbers related to this stream info |
stream | an OpenLABELStream |
label | a label file id related to this stream info |
is | whether this stream info corresponds to sample-level or frame-level |
Method | __init__ |
Undocumented |
Method | get |
Get a dictionary of attributes for the stream in this object. |
Instance Variable | frame |
Undocumented |
Instance Variable | is |
Undocumented |
Instance Variable | label |
Undocumented |
Instance Variable | stream |
Undocumented |
Property | is |
Whether there exists a stream corresponding to this info. |