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>
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for JavaScript