次の方法で共有


Document Classifiers - Copy Classifier To

ドキュメント分類子をターゲット リソース、リージョン、および classifierId にコピーします。

POST {endpoint}/documentintelligence/documentClassifiers/{classifierId}:copyTo?api-version=2024-07-31-preview

URI パラメーター

名前 / 必須 説明
classifierId
path True

string

一意のドキュメント分類子名。

正規表現パターン: ^[a-zA-Z0-9][a-zA-Z0-9._~-]{1,63}$

endpoint
path True

string

uri

ドキュメント インテリジェンス サービス エンドポイント。

api-version
query True

string

この操作に使用する API バージョン。

要求本文

名前 必須 説明
accessToken True

string

要求の承認に使用されるトークン。

expirationDateTime True

string

アクセス トークンの有効期限が切れる日付/時刻。

targetClassifierId True

string

ターゲット ドキュメント分類子の識別子。

targetClassifierLocation True

string

ターゲット アカウント内のコピーされたドキュメント分類子の URL。

targetResourceId True

string

ドキュメント分類子のコピー先となるターゲット Azure リソースの ID。

targetResourceRegion True

string

ドキュメント分類子のコピー先となるターゲット Azure リソースの場所。

応答

名前 説明
202 Accepted

要求は処理のために受け入れ済みですが、処理はまだ完了していません。

ヘッダー

  • Operation-Location: string
  • Retry-After: integer
Other Status Codes

ErrorResponse

予期しないエラー応答。

セキュリティ

Ocp-Apim-Subscription-Key

型: apiKey
/: header

OAuth2Auth

型: oauth2
フロー: accessCode
Authorization URL (承認 URL): https://login.microsoftonline.com/common/oauth2/authorize
Token URL (トークン URL): https://login.microsoftonline.com/common/oauth2/token

スコープ

名前 説明
https://cognitiveservices.azure.com/.default

Copy Document Classifier To

要求のサンプル

POST https://myendpoint.cognitiveservices.azure.com/documentintelligence/documentClassifiers/sourceClassifier:copyTo?api-version=2024-07-31-preview

{
  "targetResourceId": "/subscriptions/targetSub/resourceGroups/targetRG/providers/Microsoft.CognitiveServices/accounts/targetService",
  "targetResourceRegion": "targetResourceRegion",
  "targetClassifierId": "targetClassifier",
  "targetClassifierLocation": "https://targetEndpoint.cognitiveservices.azure.com/documentintelligence/documentClassifiers/targetClassifier",
  "accessToken": "accessToken",
  "expirationDateTime": "2021-09-23T09:12:54.552Z"
}

応答のサンプル

Operation-Location: https://myendpoint.cognitiveservices.azure.com/documentintelligence/operations/b704bb00-d130-4f3f-a1d8-ca96de3eabb4?api-version=2024-07-31-preview

定義

名前 説明
ClassifierCopyAuthorization

指定したターゲット リソースと classifierId にドキュメント分類子をコピーする承認。

Error

エラー オブジェクト。

ErrorResponse

エラー応答オブジェクト。

InnerError

エラーに関するより具体的な情報を含むオブジェクト。

ClassifierCopyAuthorization

指定したターゲット リソースと classifierId にドキュメント分類子をコピーする承認。

名前 説明
accessToken

string

要求の承認に使用されるトークン。

expirationDateTime

string

アクセス トークンの有効期限が切れる日付/時刻。

targetClassifierId

string

ターゲット ドキュメント分類子の識別子。

targetClassifierLocation

string

ターゲット アカウント内のコピーされたドキュメント分類子の URL。

targetResourceId

string

ドキュメント分類子のコピー先となるターゲット Azure リソースの ID。

targetResourceRegion

string

ドキュメント分類子のコピー先となるターゲット Azure リソースの場所。

Error

エラー オブジェクト。

名前 説明
code

string

サーバー定義の一連のエラー コードの 1 つ。

details

Error[]

この報告されたエラーの原因となった特定のエラーに関する詳細の配列。

innererror

InnerError

エラーに関する現在のオブジェクトよりも具体的な情報を含むオブジェクト。

message

string

エラーの人間が判読できる表現。

target

string

エラーのターゲット。

ErrorResponse

エラー応答オブジェクト。

名前 説明
error

Error

エラー情報。

InnerError

エラーに関するより具体的な情報を含むオブジェクト。

名前 説明
code

string

サーバー定義の一連のエラー コードの 1 つ。

innererror

InnerError

内部エラー。

message

string

エラーの人間が判読できる表現。