【440】Tweet 元素意义
参考:Tweet Object
参考:Geo Objects
参考:User Object
Tweet Object
Attribute | Type | Description |
created_at | String | UTC time |
id | Int64 | unique identifier |
id_str | String | unique identifier |
text | String | actual UTF-8 text |
source | String | Tweet's source value,e.g. web or phone |
truncated | Boolean | whether the text was truncated or not |
in_reply_to_status_id | Int64 | None: not a reply or the original Tweet's ID |
in_reply_to_status_id_str | String | string representation |
in_reply_to_user_id | Int64 | None: not a reply or the original Tweet's author ID |
in_reply_to_user_id_str | String | string representation |
in_reply_to_screen_name | String | None: not a reply or the screen name of the original Tweet's author |
user | User object | The user who posted this Tweet. |
coordinates |
Array of |
A series of longitude and latitude points, defining a box which will contain the Place entity this bounding box is related to. [longitude, latitude] four pairs of points |
type | String | The type of data encoded in the coordinates property. This will be "Polygon" for bounding boxes and "Points" for Tweets with extra coordinates. |
lang | String | "lang": "en" |
geo | Object | Deprecated attribute, Tweet geo is formatted as [lat, lon]. |
place | Places | |
User Object
Attribute | Type | Description |
id | Int64 | The integer representation of the unique identifier for this User. |
id_str | String | string representation |
name | String | The name of the user. |
screen_name | String | screen_names are unique but subject to change. |
location | String | The user-defined location for this account's profile. Not necessarily a location, nor machine-parseable. |
geo_enabled | Boolean | whether this user enable geo or not |
Place data dictionary
Attribute | Type | Description |
place_type | String | The type of location represented by this place. "place_type": "city" |
name | String | Short human-readable representation of the place's name. "name": "Manhattan" |
full_name | String | Short human-readable representation of the place's name. "full_name": "Manhattan, NY" |
country_code | String | Shortened country code representing the country containing this place. "country_code": "US" |
country | String | Name of the country containing this place. "country": "United States" |
bounding_box | Object | A bounding box of coordinates which encloses this place.
{ |
Spatio-Temporal realated attributes:
- created_at
- coordinates
- geo
- user
- location
- created_at
- geo_enabled (deprecated)
- place
- name
- full_name
- place_type
- country_code
- country
- bounding_box
【440】Tweet 元素意义的更多相关文章
- HTML 5 中的标准属性
HTML 全局属性 HTML 属性赋予元素意义和语境. 下面的全局属性可用于任何 HTML 元素. (5)= HTML5 中添加的属性. 属性 描述 accesskey 规定激活元素的快捷键. cla ...
- HTML中<b>标签和<strong>便签的区别
最近碰到的问题,自己写的时候因为<b>标签比较简短偶尔使用,看到别人有使用<strong>标签的,本人不懂区别,在网上找的别人的东西,觉得很有道理,跟大家分享看看~~ 链接:h ...
- div整体布局分析
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/ ...
- 《CSS网站布局实录》学习笔记(三)
第三章 CSS网页布局与定位 3.1 div 几乎XHTML中的任何标签都可以用于浮动与定位,而div首当其冲.对于其他标签而言,往往有它自身存在的目的,而div元素存在的目的就是为了浮动与定位. 3 ...
- oracle sql 知识小结
Oracle_sql : 第一单元:select 语句: ①:字符串连接操作符: || ②:去除重复行:distinct 第二单元:条件限制和排序 ①:关键字:where ②:比较操作符:=,&g ...
- 1-1 struts2 基本配置 struts.xml配置文件详解
详见http://www.cnblogs.com/dooor/p/5323716.html 一. struts2工作原理(网友总结,千遍一律) 1 客户端初始化一个指向Servlet容器(例如Tomc ...
- HTML5-全局属性
HTML5-全局属性 HTML 属性赋予元素意义和语境.全局属性可用于任何 HTML 元素. contentEditable - 规定元素内容是否可编辑.- 注释:如果元素未设置 contentedi ...
- 【struts2基础】配置详解
一.struts2工作原理(网友总结,千遍一律) 1 客户端初始化一个指向Servlet容器(例如Tomcat)的请求2 这个请求经过一系列的过滤器(Filter)(这些过滤器中有一个叫做Action ...
- 样式缩写——css技巧(一)
一.margin和padding缩写 例: .sample-margin1{ margin-top:15px; margin-right:20px; margin-bottom:12px; margi ...
随机推荐
- myeclipse常用快捷键和小技巧
常用快捷键: Ctrl + Shift + R 在整个项目中查找文件 Ctrl + H 查找文件,可以限定文件中包含的内容 Ctrl + Shift + G 查找一个方法在哪里被调用 Ctrl + O ...
- Mysql存储引擎中InnoDB与Myisam的区别
1. 事务处理innodb 支持事务功能,myisam 不支持.Myisam 的执行速度更快,性能更好. 2. select ,update ,insert ,delete 操作MyISAM:如果执行 ...
- 更改intellij高亮字体背景颜色
intellij工具中依次进入file -> settings -> editor -> colors & fonts -> general,在右侧窗口中将result ...
- [Javascript] Avoid Accidental Returns of New State by using the void Keyword
For example we have a 'useState' function, which takes a state and a function to update the state: c ...
- Requset作用域
案例:当登陆密码或账号不正确时 提示 使用Requset对象中的作用域存储数据 语法:req.setAttribute(key, value);//键值对存在 当密码不存在时,设置作用域 else { ...
- 3 Ways to Force Unmount in Linux Showing “device is busy”
3 Ways to Force Unmount in Linux Showing “device is busy” Updated August 8, 2019By Bobbin ZachariahL ...
- Apache Kylin在4399大数据平台的应用
来自:AI前线(微信号:ai-front),作者:林兴财,编辑:Natalie作者介绍:林兴财,毕业于厦门大学计算机科学与技术专业.有多年的嵌入式开发.系统运维经验,现就职于四三九九网络股份有限公司, ...
- (尚004)Vue计算属性之基本使用和监视
所做效果预览: test004.html <!DOCTYPE html><html lang="en"><head> <meta char ...
- mac 安装 报错 "/usr/local/include/stdint.h:2:10: error: #include nested too deeply"
报错详细信息 构建错误 - “#include嵌套太深” /usr/local/include/stdint.h:2:10: error: #include nested too deeply #in ...
- Python学习之--字典
一.字典的表示 字典用放在花括号{} 中的一系列键—值对表示,键—值对是两个相关联的值:键和值之间用冒号分隔,如circle = {'color':'green', 'points':5} 二.取值 ...