DocumentModelDetails Class

Definition

Document model info.

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

Properties

ApiVersion

API version used to create this document model.

AzureBlobFileListSource

Azure Blob Storage file list specifying the training data. Either azureBlobSource or azureBlobFileListSource must be specified.

AzureBlobSource

Azure Blob Storage location containing the training data. Either azureBlobSource or azureBlobFileListSource must be specified.

BuildMode

Custom document model build mode.

CreatedOn

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

Description

Document model description.

DocTypes

Supported document types.

ExpiresOn

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

ModelId

Unique document model name.

Tags

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

Warnings

List of warnings encountered while building the model.

Explicit Interface Implementations

IJsonModel<DocumentModelDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DocumentModelDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DocumentModelDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DocumentModelDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DocumentModelDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to