Pixta Cloud

Document
Home/Tags/

Tags (fm=json&service=tags)

Return tags of an image.

By default, the operation return 20 tags. If you want more tags, use max-return=x (5 < x <100) to change number of tags returned.

Currently, Pixta Cloud support 2 languages: English(en) and Japanese(ja). By default, tags will be serve in english, you can use language to change them.

Examples:

Original

tags

fm=json&service=tags

{
  "tags": [
    {
      "label": "sea",
      "prob": 0.9800925254821777
    },
    {
      "label": "scenery",
      "prob": 0.9421787261962891
    },
    {
      "label": "coast",
      "prob": 0.9086337089538574
    },
    {
      "label": "nature",
      "prob": 0.857539176940918
    },
    {
      "label": "rocky",
      "prob": 0.8450371026992798
    },
    {
      "label": "sight seeing area",
      "prob": 0.839257001876831
    },
    {
      "label": "sightseeing",
      "prob": 0.749869704246521
    },
    {
      "label": "blue sky",
      "prob": 0.7312811017036438
    },
    {
      "label": "japan",
      "prob": 0.6964675784111023
    },
    {
      "label": "clear",
      "prob": 0.6915290355682373
    },
    {
      "label": "sky",
      "prob": 0.6699604988098145
    },
    {
      "label": "wave",
      "prob": 0.6406723856925964
    },
    {
      "label": "landmark",
      "prob": 0.5940036773681641
    },
    {
      "label": "travel",
      "prob": 0.580681324005127
    },
    {
      "label": "sightseeing spot",
      "prob": 0.5602991580963135
    },
    {
      "label": "landscape",
      "prob": 0.5046689510345459
    }
  ]
}

fm=json&service=tags&max-return=5&language=ja

{
  "tags": [
    {
      "label": "海",
      "prob": 0.9800925254821777
    },
    {
      "label": "風景",
      "prob": 0.9421787261962891
    },
    {
      "label": "海岸",
      "prob": 0.9086337089538574
    },
    {
      "label": "自然",
      "prob": 0.857539176940918
    },
    {
      "label": "岩",
      "prob": 0.8450371026992798
    }
  ]
}