class documentation

class MediaMetadata(bb.Struct): (source)

Known subclasses: dropbox.files.PhotoMetadata, dropbox.files.VideoMetadata

View In Hierarchy

Metadata for a photo or video. :ivar files.MediaMetadata.dimensions: Dimension of the photo/video. :ivar files.MediaMetadata.location: The GPS coordinate of the photo/video. :ivar files.MediaMetadata.time_taken: The timestamp when the photo/video is taken.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable dimensions Undocumented
Instance Variable location Undocumented
Instance Variable time_taken Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _dimensions_value Undocumented
Instance Variable _location_value Undocumented
Instance Variable _time_taken_value Undocumented
def __init__(self, dimensions=None, location=None, time_taken=None): (source)
dimensions = (source)

Undocumented

location = (source)

Undocumented

time_taken = (source)

Undocumented

def _process_custom_annotations(self, annotation_type, field_path, processor): (source)
_has_required_fields: bool = (source)
_dimensions_value = (source)

Undocumented

_location_value = (source)

Undocumented

_time_taken_value = (source)

Undocumented