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

com.baidu.aip.imageclassify.ImageClassifyConsts Maven / Gradle / Ivy

The newest version!
/*
 * Copyright 2017 Baidu, Inc.
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
 * the License. You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
 * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
 * specific language governing permissions and limitations under the License.
 */

package com.baidu.aip.imageclassify;

public class ImageClassifyConsts {

    static final String ADVANCED_GENERAL = "https://aip.baidubce.com/rest/2.0/image-classify/v2/advanced_general";

    static final String DISH_DETECT = "https://aip.baidubce.com/rest/2.0/image-classify/v2/dish";

    static final String CAR_DETECT = "https://aip.baidubce.com/rest/2.0/image-classify/v1/car";

    static final String VEHICLE_DETECT = "https://aip.baidubce.com/rest/2.0/image-classify/v1/vehicle_detect";

    static final String VEHICLE_DAMAGE = "https://aip.baidubce.com/rest/2.0/image-classify/v1/vehicle_damage";

    static final String LOGO_SEARCH = "https://aip.baidubce.com/rest/2.0/image-classify/v2/logo";

    static final String LOGO_ADD = "https://aip.baidubce.com/rest/2.0/realtime_search/v1/logo/add";

    static final String LOGO_DELETE = "https://aip.baidubce.com/rest/2.0/realtime_search/v1/logo/delete";

    static final String ANIMAL_DETECT = "https://aip.baidubce.com/rest/2.0/image-classify/v1/animal";

    static final String PLANT_DETECT = "https://aip.baidubce.com/rest/2.0/image-classify/v1/plant";

    static final String OBJECT_DETECT = "https://aip.baidubce.com/rest/2.0/image-classify/v1/object_detect";

    static final String LANDMARK = "https://aip.baidubce.com/rest/2.0/image-classify/v1/landmark";

    static final String FLOWER = "https://aip.baidubce.com/rest/2.0/image-classify/v1/flower";

    static final String INGREDIENT = "https://aip.baidubce.com/rest/2.0/image-classify/v1/classify/ingredient";

    static final String REDWINE = "https://aip.baidubce.com/rest/2.0/image-classify/v1/redwine";

    static final String CURRENCY = "https://aip.baidubce.com/rest/2.0/image-classify/v1/currency";

    static final String  CUSTOMDISHADD = "https://aip.baidubce.com/rest/2.0/image-classify/v1/realtime_search/dish/add";

    static final String  CUSTOMDISHSEARCH = "https://aip.baidubce.com/rest/2.0/image-classify/v1/realtime_search/dish/search";

    static final String  CUSTOMDISHDELETE = "https://aip.baidubce.com/rest/2.0/image-classify/v1/realtime_search/dish/delete";

    static final String  MULTIOBJECTDETECT = "https://aip.baidubce.com/rest/2.0/image-classify/v1/multi_object_detect";

    static final String  COMBINATION = "https://aip.baidubce.com/api/v1/solution/direct/imagerecognition/combination";

    static final String  VEHICLE_ATTR = "https://aip.baidubce.com/rest/2.0/image-classify/v1/vehicle_attr";

    static final String  VEHICLE_DETECT_HIGH = "https://aip.baidubce.com/rest/2.0/image-classify/v1" +
            "/vehicle_detect_high";

    static final String  VEHICLE_SEG = "https://aip.baidubce.com/rest/2.0/image-classify/v1/vehicle_seg";

    static final String  TRAFFIC_FLOW = "https://aip.baidubce.com/rest/2.0/image-classify/v1/traffic_flow";


    static final String REDWINE_ADD_V1 =
            "https://aip.baidubce.com/rest/2.0/image-classify/v1/realtime_search/redwine/add";
    static final String REDWINE_SEARCH_V1 =
            "https://aip.baidubce.com/rest/2.0/image-classify/v1/realtime_search/redwine/search";
    static final String REDWINE_DELETE_V1 =
            "https://aip.baidubce.com/rest/2.0/image-classify/v1/realtime_search/redwine/delete";
    static final String REDWINE_UPDATE_V1 =
            "https://aip.baidubce.com/rest/2.0/image-classify/v1/realtime_search/redwine/update";
    static final String VEHICLE_ATTR_CLASSIFY_V2 =
            "https://aip.baidubce.com/rest/2.0/image-classify/v2/vehicle_attr";


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy