.. _schema-com-github-jcustenborder-kafka-connect-twitter-extendedmediaentity: =================== ExtendedMediaEntity =================== ------ Fields ------ +------------------------+----------------------------------------------------------------------------------------------------------------------------+----------+-----------------------------------------------------------------------------+ | Name | Type | Required | Description | +========================+============================================================================================================================+==========+=============================================================================+ | VideoAspectRatioWidth | :ref:`schema-int32` | false | | +------------------------+----------------------------------------------------------------------------------------------------------------------------+----------+-----------------------------------------------------------------------------+ | VideoAspectRatioHeight | :ref:`schema-int32` | false | | +------------------------+----------------------------------------------------------------------------------------------------------------------------+----------+-----------------------------------------------------------------------------+ | VideoDurationMillis | :ref:`schema-int64` | false | | +------------------------+----------------------------------------------------------------------------------------------------------------------------+----------+-----------------------------------------------------------------------------+ | VideoVariants | :ref:`schema-array` < :ref:`schema-com-github-jcustenborder-kafka-connect-twitter-extendedmediaentity-variant` > | false | | +------------------------+----------------------------------------------------------------------------------------------------------------------------+----------+-----------------------------------------------------------------------------+ | ExtAltText | :ref:`schema-string` | false | | +------------------------+----------------------------------------------------------------------------------------------------------------------------+----------+-----------------------------------------------------------------------------+ | Id | :ref:`schema-int64` | false | Returns the id of the media. | +------------------------+----------------------------------------------------------------------------------------------------------------------------+----------+-----------------------------------------------------------------------------+ | Type | :ref:`schema-string` | false | Returns the media type photo, video, animated_gif. | +------------------------+----------------------------------------------------------------------------------------------------------------------------+----------+-----------------------------------------------------------------------------+ | MediaURL | :ref:`schema-string` | false | Returns the media URL. | +------------------------+----------------------------------------------------------------------------------------------------------------------------+----------+-----------------------------------------------------------------------------+ | Sizes | :ref:`schema-map` < :ref:`schema-int32` , :ref:`schema-com-github-jcustenborder-kafka-connect-twitter-mediaentity-size` > | true | Returns size variations of the media. | +------------------------+----------------------------------------------------------------------------------------------------------------------------+----------+-----------------------------------------------------------------------------+ | MediaURLHttps | :ref:`schema-string` | false | Returns the media secure URL. | +------------------------+----------------------------------------------------------------------------------------------------------------------------+----------+-----------------------------------------------------------------------------+ | URL | :ref:`schema-string` | false | Returns the URL mentioned in the tweet. | +------------------------+----------------------------------------------------------------------------------------------------------------------------+----------+-----------------------------------------------------------------------------+ | Text | :ref:`schema-string` | false | Returns the URL mentioned in the tweet. | +------------------------+----------------------------------------------------------------------------------------------------------------------------+----------+-----------------------------------------------------------------------------+ | ExpandedURL | :ref:`schema-string` | false | Returns the expanded URL if mentioned URL is shorten. | +------------------------+----------------------------------------------------------------------------------------------------------------------------+----------+-----------------------------------------------------------------------------+ | Start | :ref:`schema-int32` | false | Returns the index of the start character of the URL mentioned in the tweet. | +------------------------+----------------------------------------------------------------------------------------------------------------------------+----------+-----------------------------------------------------------------------------+ | End | :ref:`schema-int32` | false | Returns the index of the end character of the URL mentioned in the tweet. | +------------------------+----------------------------------------------------------------------------------------------------------------------------+----------+-----------------------------------------------------------------------------+ | DisplayURL | :ref:`schema-string` | false | Returns the display URL if mentioned URL is shorten. | +------------------------+----------------------------------------------------------------------------------------------------------------------------+----------+-----------------------------------------------------------------------------+