class documentation

Sample parser that parses unlabeled video samples.

This implementation assumes that the provided sample is a path to a video on disk.

Method get_video_path Returns the video path for the current sample.
Property has_video_metadata Whether this parser produces fiftyone.core.metadata.VideoMetadata instances for samples that it parses.

Inherited from UnlabeledVideoSampleParser:

Method get_video_metadata Returns the video metadata for the current sample.

Inherited from SampleParser (via UnlabeledVideoSampleParser):

Method __init__ Undocumented
Method clear_sample Clears the current sample.
Method with_sample Sets the current sample so that subsequent calls to methods of this parser will return information from the given sample.
Property current_sample The current sample.
Instance Variable _current_sample Undocumented
def get_video_path(self): (source)

Returns the video path for the current sample.

Returns
the path to the video on disk
@property
has_video_metadata = (source)

Whether this parser produces fiftyone.core.metadata.VideoMetadata instances for samples that it parses.