DocumentClassifierDetails Class

Definition

Document classifier info.

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

Properties

ApiVersion

API version used to create this document classifier.

BaseClassifierId

Base classifierId on top of which the classifier was trained.

ClassifierId

Unique document classifier name.

CreatedOn

Date and time (UTC) when the document classifier was created.

Description

Document classifier description.

DocTypes

List of document types to classify against.

ExpiresOn

Date and time (UTC) when the document classifier will expire.

Warnings

List of warnings encountered while building the classifier.

Explicit Interface Implementations

IJsonModel<DocumentClassifierDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DocumentClassifierDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DocumentClassifierDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DocumentClassifierDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DocumentClassifierDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to