다음을 통해 공유


Document Classifiers - Copy Classifier To

문서 분류자를 대상 리소스, 지역 및 classifierId에 복사합니다.

POST {endpoint}/documentintelligence/documentClassifiers/{classifierId}:copyTo?api-version=2024-11-30

URI 매개 변수

Name In(다음 안에) 필수 형식 Description
classifierId
path True

string

maxLength: 64
pattern: ^[a-zA-Z0-9][a-zA-Z0-9._~-]{1,63}$

고유한 문서 분류자 이름입니다.

endpoint
path True

string (uri)

문서 인텔리전스 서비스 엔드포인트입니다.

api-version
query True

string

minLength: 1

이 작업에 사용할 API 버전입니다.

요청 본문

Name 필수 형식 Description
accessToken True

string

요청에 권한을 부여하는 데 사용되는 토큰입니다.

expirationDateTime True

string (date-time)

액세스 토큰이 만료되는 날짜/시간입니다.

targetClassifierId True

string

pattern: ^[a-zA-Z0-9][a-zA-Z0-9._~-]{1,63}$

대상 문서 분류자의 식별자입니다.

targetClassifierLocation True

string (uri)

대상 계정에서 복사한 문서 분류자의 URL입니다.

targetResourceId True

string

문서 분류자를 복사해야 하는 대상 Azure 리소스의 ID입니다.

targetResourceRegion True

string

문서 분류자를 복사해야 하는 대상 Azure 리소스의 위치입니다.

응답

Name 형식 Description
202 Accepted

처리를 위해 요청이 수락되었지만 처리가 아직 완료되지 않았습니다.

헤더

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

DocumentIntelligenceErrorResponse

예기치 않은 오류 응답입니다.

보안

Ocp-Apim-Subscription-Key

형식: apiKey
In(다음 안에): header

OAuth2Auth

형식: oauth2
Flow: accessCode
권한 부여 URL: https://login.microsoftonline.com/common/oauth2/authorize
토큰 URL: https://login.microsoftonline.com/common/oauth2/token

범위

Name Description
https://cognitiveservices.azure.com/.default

예제

Copy Document Classifier To

샘플 요청

POST https://myendpoint.cognitiveservices.azure.com/documentintelligence/documentClassifiers/sourceClassifier:copyTo?api-version=2024-11-30

{
  "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-11-30

정의

Name Description
ClassifierCopyAuthorization

문서 분류자를 지정된 대상 리소스 및 classifierId에 복사하기 위한 권한 부여입니다.

DocumentIntelligenceError

오류 개체입니다.

DocumentIntelligenceErrorResponse

오류 응답 개체입니다.

DocumentIntelligenceInnerError

오류에 대한 보다 구체적인 정보를 포함하는 개체입니다.

ClassifierCopyAuthorization

문서 분류자를 지정된 대상 리소스 및 classifierId에 복사하기 위한 권한 부여입니다.

Name 형식 Description
accessToken

string

요청에 권한을 부여하는 데 사용되는 토큰입니다.

expirationDateTime

string (date-time)

액세스 토큰이 만료되는 날짜/시간입니다.

targetClassifierId

string

pattern: ^[a-zA-Z0-9][a-zA-Z0-9._~-]{1,63}$

대상 문서 분류자의 식별자입니다.

targetClassifierLocation

string (uri)

대상 계정에서 복사한 문서 분류자의 URL입니다.

targetResourceId

string

문서 분류자를 복사해야 하는 대상 Azure 리소스의 ID입니다.

targetResourceRegion

string

문서 분류자를 복사해야 하는 대상 Azure 리소스의 위치입니다.

DocumentIntelligenceError

오류 개체입니다.

Name 형식 Description
code

string

서버에서 정의한 오류 코드 집합 중 하나입니다.

details

DocumentIntelligenceError[]

이 보고된 오류로 이어진 특정 오류에 대한 세부 정보 배열입니다.

innererror

DocumentIntelligenceInnerError

오류에 대한 현재 개체보다 더 구체적인 정보를 포함하는 개체입니다.

message

string

사람이 읽을 수 있는 오류 표현입니다.

target

string

오류의 대상입니다.

DocumentIntelligenceErrorResponse

오류 응답 개체입니다.

Name 형식 Description
error

DocumentIntelligenceError

오류 정보입니다.

DocumentIntelligenceInnerError

오류에 대한 보다 구체적인 정보를 포함하는 개체입니다.

Name 형식 Description
code

string

서버에서 정의한 오류 코드 집합 중 하나입니다.

innererror

DocumentIntelligenceInnerError

내부 오류입니다.

message

string

사람이 읽을 수 있는 오류 표현입니다.