abacusai.video_search_result ============================ .. py:module:: abacusai.video_search_result Classes ------- .. autoapisummary:: abacusai.video_search_result.VideoSearchResult Module Contents --------------- .. py:class:: VideoSearchResult(client, title=None, url=None, thumbnailUrl=None, motionThumbnailUrl=None, embedUrl=None) Bases: :py:obj:`abacusai.return_class.AbstractApiClass` A single video search result. :param client: An authenticated API Client instance :type client: ApiClient :param title: The title of the video. :type title: str :param url: The URL of the video. :type url: str :param thumbnailUrl: The URL of the thumbnail of the video. :type thumbnailUrl: str :param motionThumbnailUrl: The URL of the motion thumbnail of the video. :type motionThumbnailUrl: str :param embedUrl: The URL of the embed of the video. :type embedUrl: str .. py:attribute:: title :value: None .. py:attribute:: url :value: None .. py:attribute:: thumbnail_url :value: None .. py:attribute:: motion_thumbnail_url :value: None .. py:attribute:: embed_url :value: None .. py:attribute:: deprecated_keys .. py:method:: __repr__() .. py:method:: to_dict() Get a dict representation of the parameters in this class :returns: The dict value representation of the class parameters :rtype: dict