Uses of Class
com.azure.ai.documentintelligence.models.ComposeDocumentModelOptions
Packages that use ComposeDocumentModelOptions
Package
Description
Package containing the classes for DocumentIntelligence.
Package containing the data models for DocumentIntelligence.
-
Uses of ComposeDocumentModelOptions in com.azure.ai.documentintelligence
Methods in com.azure.ai.documentintelligence with parameters of type ComposeDocumentModelOptionsModifier and TypeMethodDescriptioncom.azure.core.util.polling.PollerFlux<DocumentModelComposeOperationDetails, DocumentModelDetails> DocumentIntelligenceAdministrationAsyncClient.beginComposeModel(ComposeDocumentModelOptions composeRequest) Creates a new document model from document types of existing document models.com.azure.core.util.polling.SyncPoller<DocumentModelComposeOperationDetails, DocumentModelDetails> DocumentIntelligenceAdministrationClient.beginComposeModel(ComposeDocumentModelOptions composeRequest) Creates a new document model from document types of existing document models. -
Uses of ComposeDocumentModelOptions in com.azure.ai.documentintelligence.models
Methods in com.azure.ai.documentintelligence.models that return ComposeDocumentModelOptionsModifier and TypeMethodDescriptionstatic ComposeDocumentModelOptionsComposeDocumentModelOptions.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ComposeDocumentModelOptions from the JsonReader.ComposeDocumentModelOptions.setDescription(String description) Set the description property: Document model description.Set the split property: File splitting behavior.Set the tags property: List of key-value tag attributes associated with the document model.