Class ComposeDocumentModelOptions
java.lang.Object
com.azure.ai.formrecognizer.documentanalysis.administration.models.ComposeDocumentModelOptions
The configurable options to pass when creating a composed document model.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the optional model description defined by the user.Get the unique model identifier for the model.getTags()
Get the user defined attributes associated with the model.setDescription
(String description) Set the optional model description defined by the user.setModelId
(String modelId) Set the unique model identifier for the model.Set the user defined attributes associated with the model.
-
Constructor Details
-
ComposeDocumentModelOptions
public ComposeDocumentModelOptions()
-
-
Method Details
-
getDescription
Get the optional model description defined by the user.- Returns:
- the modelName.
-
setDescription
Set the optional model description defined by the user.- Parameters:
description
- the user defined model description to set.- Returns:
- the updated
ComposeDocumentModelOptions
value.
-
getTags
Get the user defined attributes associated with the model.- Returns:
- the tags value.
-
setTags
Set the user defined attributes associated with the model.- Parameters:
tags
- the tags value to set.- Returns:
- the ComposeDocumentModelOptions object itself.
-
getModelId
Get the unique model identifier for the model.- Returns:
- the modelId
-
setModelId
Set the unique model identifier for the model. If not specified, a model ID will be created for you.- Parameters:
modelId
- a unique model identifier- Returns:
- the ComposeDocumentModelOptions object itself.
-