AuthorizeClassifierCopyRequest interface
Request body to authorize document classifier copy.
Properties
classifier |
Unique document classifier name. |
description | Document classifier description. |
tags | List of key-value tag attributes associated with the document classifier. |
Property Details
classifierId
Unique document classifier name.
classifierId: string
Property Value
string
description
Document classifier description.
description?: string
Property Value
string
tags
List of key-value tag attributes associated with the document classifier.
tags?: Record<string, string>
Property Value
Record<string, string>
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript