huaweicloud-sdk-python-v3/huaweicloud-sdk-image/huaweicloudsdkimage/v2/__init__.py

47 lines
3.9 KiB
Python
Raw Normal View History

2021-08-10 12:26:18 +00:00
# coding: utf-8
from __future__ import absolute_import
from huaweicloudsdkimage.v2.image_client import ImageClient
from huaweicloudsdkimage.v2.image_async_client import ImageAsyncClient
2023-07-13 09:50:33 +00:00
2023-04-13 11:10:38 +00:00
from huaweicloudsdkimage.v2.model.bounding_box import BoundingBox
2021-08-10 12:26:18 +00:00
from huaweicloudsdkimage.v2.model.celebrity_recognition_req import CelebrityRecognitionReq
from huaweicloudsdkimage.v2.model.celebrity_recognition_result_body import CelebrityRecognitionResultBody
2022-07-14 08:55:18 +00:00
from huaweicloudsdkimage.v2.model.image_main_object_detection_instance import ImageMainObjectDetectionInstance
from huaweicloudsdkimage.v2.model.image_main_object_detection_req import ImageMainObjectDetectionReq
2022-12-01 11:20:06 +00:00
from huaweicloudsdkimage.v2.model.image_media_tagging_det_instance import ImageMediaTaggingDetInstance
from huaweicloudsdkimage.v2.model.image_media_tagging_det_item_body import ImageMediaTaggingDetItemBody
from huaweicloudsdkimage.v2.model.image_media_tagging_det_item_body_i18n_tag import ImageMediaTaggingDetItemBodyI18nTag
from huaweicloudsdkimage.v2.model.image_media_tagging_det_req import ImageMediaTaggingDetReq
from huaweicloudsdkimage.v2.model.image_media_tagging_det_response_result import ImageMediaTaggingDetResponseResult
2023-04-13 11:10:38 +00:00
from huaweicloudsdkimage.v2.model.image_media_tagging_instance import ImageMediaTaggingInstance
2022-07-14 08:55:18 +00:00
from huaweicloudsdkimage.v2.model.image_media_tagging_item_body import ImageMediaTaggingItemBody
from huaweicloudsdkimage.v2.model.image_media_tagging_item_body_i18n_tag import ImageMediaTaggingItemBodyI18nTag
from huaweicloudsdkimage.v2.model.image_media_tagging_item_body_i18n_type import ImageMediaTaggingItemBodyI18nType
from huaweicloudsdkimage.v2.model.image_media_tagging_req import ImageMediaTaggingReq
from huaweicloudsdkimage.v2.model.image_media_tagging_response_result import ImageMediaTaggingResponseResult
2023-04-13 11:10:38 +00:00
from huaweicloudsdkimage.v2.model.image_tagging_bounding_box import ImageTaggingBoundingBox
2021-08-10 12:26:18 +00:00
from huaweicloudsdkimage.v2.model.image_tagging_instance import ImageTaggingInstance
from huaweicloudsdkimage.v2.model.image_tagging_item_body import ImageTaggingItemBody
from huaweicloudsdkimage.v2.model.image_tagging_item_body_i18n_tag import ImageTaggingItemBodyI18nTag
from huaweicloudsdkimage.v2.model.image_tagging_item_body_i18n_type import ImageTaggingItemBodyI18nType
from huaweicloudsdkimage.v2.model.image_tagging_req import ImageTaggingReq
from huaweicloudsdkimage.v2.model.image_tagging_response_result import ImageTaggingResponseResult
2023-02-16 10:11:56 +00:00
from huaweicloudsdkimage.v2.model.recapture_detect_req import RecaptureDetectReq
from huaweicloudsdkimage.v2.model.recapture_detect_response_result import RecaptureDetectResponseResult
from huaweicloudsdkimage.v2.model.recapture_detect_response_result_detail import RecaptureDetectResponseResultDetail
2021-08-10 12:26:18 +00:00
from huaweicloudsdkimage.v2.model.run_celebrity_recognition_request import RunCelebrityRecognitionRequest
from huaweicloudsdkimage.v2.model.run_celebrity_recognition_response import RunCelebrityRecognitionResponse
2022-07-14 08:55:18 +00:00
from huaweicloudsdkimage.v2.model.run_image_main_object_detection_request import RunImageMainObjectDetectionRequest
from huaweicloudsdkimage.v2.model.run_image_main_object_detection_response import RunImageMainObjectDetectionResponse
2022-12-01 11:20:06 +00:00
from huaweicloudsdkimage.v2.model.run_image_media_tagging_det_request import RunImageMediaTaggingDetRequest
from huaweicloudsdkimage.v2.model.run_image_media_tagging_det_response import RunImageMediaTaggingDetResponse
2022-07-14 08:55:18 +00:00
from huaweicloudsdkimage.v2.model.run_image_media_tagging_request import RunImageMediaTaggingRequest
from huaweicloudsdkimage.v2.model.run_image_media_tagging_response import RunImageMediaTaggingResponse
2021-08-10 12:26:18 +00:00
from huaweicloudsdkimage.v2.model.run_image_tagging_request import RunImageTaggingRequest
from huaweicloudsdkimage.v2.model.run_image_tagging_response import RunImageTaggingResponse
2023-02-16 10:11:56 +00:00
from huaweicloudsdkimage.v2.model.run_recapture_detect_request import RunRecaptureDetectRequest
from huaweicloudsdkimage.v2.model.run_recapture_detect_response import RunRecaptureDetectResponse
2021-08-10 12:26:18 +00:00