All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.qcloud.cos.model.ciModel.image.ImageLabelResponse Maven / Gradle / Ivy

The newest version!
package com.qcloud.cos.model.ciModel.image;

import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.ObjectMapper;

import java.util.ArrayList;
import java.util.List;

/**
 * 获取图片标签接口响应实体 https://cloud.tencent.com/document/product/460/39082
 */
public class ImageLabelResponse {
    /**
     * 对象在cos中的相对位置,例如 demo/picture.jpg
     */
    private List




© 2015 - 2024 Weber Informatics LLC | Privacy Policy