CustomVisionPredictionClient クラス
- 継承
-
azure.cognitiveservices.vision.customvision.prediction.operations._custom_vision_prediction_client_operations.CustomVisionPredictionClientOperationsMixinCustomVisionPredictionClientCustomVisionPredictionClient
コンストラクター
CustomVisionPredictionClient(endpoint, credentials)
パラメーター
変数
クライアントの構成。
メソッド
classify_image |
画像を分類し、結果を保存します。 |
classify_image_url |
画像の URL を分類し、結果を保存します。 |
classify_image_url_with_no_store |
結果を保存せずに画像の URL を分類します。 |
classify_image_with_no_store |
結果を保存せずに画像を分類します。 |
close |
keep_aliveが True の場合は、クライアントを閉じます。 |
detect_image |
画像内のオブジェクトを検出し、結果を保存します。 |
detect_image_url |
画像の URL 内のオブジェクトを検出し、結果を保存します。 |
detect_image_url_with_no_store |
結果を保存せずに、画像の URL 内のオブジェクトを検出します。 |
detect_image_with_no_store |
結果を保存せずに、画像内のオブジェクトを検出します。 |
classify_image
画像を分類し、結果を保存します。
classify_image(project_id, published_name, image_data, application=None, custom_headers=None, raw=False, **operation_config)
パラメーター
- operation_config
操作構成のオーバーライド。
戻り値
imagePrediction または ClientRawResponse (raw=true の場合)
の戻り値の型 :
例外
classify_image_url
画像の URL を分類し、結果を保存します。
classify_image_url(project_id, published_name, url, application=None, custom_headers=None, raw=False, **operation_config)
パラメーター
- operation_config
操作構成のオーバーライド。
戻り値
imagePrediction または ClientRawResponse (raw=true の場合)
の戻り値の型 :
例外
classify_image_url_with_no_store
結果を保存せずに画像の URL を分類します。
classify_image_url_with_no_store(project_id, published_name, url, application=None, custom_headers=None, raw=False, **operation_config)
パラメーター
- operation_config
操作構成のオーバーライド。
戻り値
imagePrediction または ClientRawResponse (raw=true の場合)
の戻り値の型 :
例外
classify_image_with_no_store
結果を保存せずに画像を分類します。
classify_image_with_no_store(project_id, published_name, image_data, application=None, custom_headers=None, raw=False, **operation_config)
パラメーター
- operation_config
操作構成のオーバーライド。
戻り値
imagePrediction または ClientRawResponse (raw=true の場合)
の戻り値の型 :
例外
close
detect_image
画像内のオブジェクトを検出し、結果を保存します。
detect_image(project_id, published_name, image_data, application=None, custom_headers=None, raw=False, **operation_config)
パラメーター
- operation_config
操作構成のオーバーライド。
戻り値
imagePrediction または ClientRawResponse (raw=true の場合)
の戻り値の型 :
例外
detect_image_url
画像の URL 内のオブジェクトを検出し、結果を保存します。
detect_image_url(project_id, published_name, url, application=None, custom_headers=None, raw=False, **operation_config)
パラメーター
- operation_config
操作構成のオーバーライド。
戻り値
imagePrediction または ClientRawResponse (raw=true の場合)
の戻り値の型 :
例外
detect_image_url_with_no_store
結果を保存せずに、画像の URL 内のオブジェクトを検出します。
detect_image_url_with_no_store(project_id, published_name, url, application=None, custom_headers=None, raw=False, **operation_config)
パラメーター
- operation_config
操作構成のオーバーライド。
戻り値
imagePrediction または ClientRawResponse (raw=true の場合)
の戻り値の型 :
例外
detect_image_with_no_store
結果を保存せずに、画像内のオブジェクトを検出します。
detect_image_with_no_store(project_id, published_name, image_data, application=None, custom_headers=None, raw=False, **operation_config)
パラメーター
- operation_config
操作構成のオーバーライド。
戻り値
imagePrediction または ClientRawResponse (raw=true の場合)
の戻り値の型 :
例外
Azure SDK for Python