ComposeDocumentModelContent 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 create a composed document model from component document models.
public class ComposeDocumentModelContent : System.ClientModel.Primitives.IJsonModel<Azure.AI.DocumentIntelligence.ComposeDocumentModelContent>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.DocumentIntelligence.ComposeDocumentModelContent>
type ComposeDocumentModelContent = class
interface IJsonModel<ComposeDocumentModelContent>
interface IPersistableModel<ComposeDocumentModelContent>
Public Class ComposeDocumentModelContent
Implements IJsonModel(Of ComposeDocumentModelContent), IPersistableModel(Of ComposeDocumentModelContent)
- Inheritance
-
ComposeDocumentModelContent
- Implements
Constructors
ComposeDocumentModelContent(String, String, IDictionary<String,DocumentTypeDetails>) |
Initializes a new instance of ComposeDocumentModelContent. |
Properties
ClassifierId |
Custom classifier to split and classify the input file. |
Description |
Document model description. |
DocTypes |
Dictionary mapping supported docTypes to the corresponding document models. |
ModelId |
Unique document model name. |
Split |
File splitting behavior. |
Tags |
List of key-value tag attributes associated with the document model. |
Explicit Interface Implementations
IJsonModel<ComposeDocumentModelContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ComposeDocumentModelContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ComposeDocumentModelContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ComposeDocumentModelContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ComposeDocumentModelContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET