AuthorizeClassifierCopyContent Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Request body to authorize document classifier copy.
public class AuthorizeClassifierCopyContent : System.ClientModel.Primitives.IJsonModel<Azure.AI.DocumentIntelligence.AuthorizeClassifierCopyContent>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.DocumentIntelligence.AuthorizeClassifierCopyContent>
type AuthorizeClassifierCopyContent = class
interface IJsonModel<AuthorizeClassifierCopyContent>
interface IPersistableModel<AuthorizeClassifierCopyContent>
Public Class AuthorizeClassifierCopyContent
Implements IJsonModel(Of AuthorizeClassifierCopyContent), IPersistableModel(Of AuthorizeClassifierCopyContent)
- Inheritance
-
AuthorizeClassifierCopyContent
- Implements
Constructors
AuthorizeClassifierCopyContent(String) |
Initializes a new instance of AuthorizeClassifierCopyContent. |
Properties
ClassifierId |
Unique document classifier name. |
Description |
Document classifier description. |
Tags |
List of key-value tag attributes associated with the document classifier. |
Explicit Interface Implementations
IJsonModel<AuthorizeClassifierCopyContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AuthorizeClassifierCopyContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AuthorizeClassifierCopyContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AuthorizeClassifierCopyContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AuthorizeClassifierCopyContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET