> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hasdata.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Table

<Frame caption="Table">
  <img src="https://mintcdn.com/hasdata/uVf91kjKNrsKAsWC/apis/google-ai-mode/images/table.png?fit=max&auto=format&n=uVf91kjKNrsKAsWC&q=85&s=a512d1356e7717554a419ec1aaf0f5db" width="3014" height="1694" data-path="apis/google-ai-mode/images/table.png" />
</Frame>

<ResponseExample>
  ```json Response theme={null}
  {
     "textBlocks":[
        {
           "type":"table",
           "rows":[
              [
                 "Feature",
                 "Apple MacBook Air (M3, 2024)",
                 "Asus Zenbook 14 OLED",
                 "Microsoft Surface Pro 11th Edition (2024)",
                 "Acer Swift Go 14 (2024)",
                 "Lenovo ThinkPad X1 Carbon Gen 12",
                 "Acer Aspire Go 15"
              ],
              [
                 "Best For",
                 "Overall, Creative students",
                 "Overall, Performance/Display",
                 "Note-takers, 2-in-1 users",
                 "Mid-Range, Value",
                 "Business, Portability",
                 "Budget"
              ],
              [
                 "CPU",
                 "Apple M3",
                 "Intel Core Ultra 7 155H",
                 "Qualcomm Snapdragon X Elite",
                 "Intel Core Ultra 5/7",
                 "Intel Core Ultra 7 155H",
                 "Intel Core i3"
              ],
              [
                 "GPU",
                 "Integrated (10-core)",
                 "Integrated (Intel Arc)",
                 "Integrated (Qualcomm Adreno)",
                 "Integrated (Intel Arc/Iris Xe)",
                 "Integrated (Intel Arc)",
                 "Integrated"
              ],
              [
                 "Display",
                 "13.5-inch Liquid Retina",
                 "14-inch OLED touchscreen",
                 "13-inch OLED PixelSense Flow",
                 "14-inch IPS/OLED",
                 "14-inch OLED (120Hz)",
                 "15.6-inch Full HD"
              ],
              [
                 "Battery Life",
                 "Excellent (15+ hours)",
                 "Good (approx. 16 hours)",
                 "Long (e.g., 10 hours)",
                 "Decent (approx. 11 hours)",
                 "Middling (with OLED)",
                 "Approx. 12 hours"
              ],
              [
                 "Weight",
                 "2.7 pounds (13-inch)",
                 "2.82 pounds",
                 "1.97 pounds (without keyboard)",
                 "3.1 pounds",
                 "2.42 pounds",
                 "Not specified"
              ],
              [
                 "Starting Price",
                 "$1,099",
                 "$849 (at Walmart)",
                 "$999.99 (currently discounted)",
                 "Around $700 (with OLED)",
                 "$1,424.25 (discounted)",
                 "$299"
              ]
           ]
        }
     ]
  }
  ```
</ResponseExample>
