Condividi tramite


AuthorizeClassifierCopyOptions Class

Definition

Request body to authorize document classifier copy.

public class AuthorizeClassifierCopyOptions : System.ClientModel.Primitives.IJsonModel<Azure.AI.DocumentIntelligence.AuthorizeClassifierCopyOptions>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.DocumentIntelligence.AuthorizeClassifierCopyOptions>
type AuthorizeClassifierCopyOptions = class
    interface IJsonModel<AuthorizeClassifierCopyOptions>
    interface IPersistableModel<AuthorizeClassifierCopyOptions>
Public Class AuthorizeClassifierCopyOptions
Implements IJsonModel(Of AuthorizeClassifierCopyOptions), IPersistableModel(Of AuthorizeClassifierCopyOptions)
Inheritance
AuthorizeClassifierCopyOptions
Implements

Constructors

AuthorizeClassifierCopyOptions(String)

Initializes a new instance of AuthorizeClassifierCopyOptions.

Properties

ClassifierId

Unique document classifier name.

Description

Document classifier description.

Tags

List of key-value tag attributes associated with the document classifier.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AuthorizeClassifierCopyOptions>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AuthorizeClassifierCopyOptions>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AuthorizeClassifierCopyOptions>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AuthorizeClassifierCopyOptions>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AuthorizeClassifierCopyOptions>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to