Class BuildDocumentModelOptions
java.lang.Object
com.azure.ai.formrecognizer.documentanalysis.administration.models.BuildDocumentModelOptions
Options that may be passed to build document models.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the model description.Get the unique model identifier for the model.getTags()
Get the user defined attributes associated with the model.setDescription
(String description) Set the model description.setModelId
(String modelId) Set the unique model identifier for the model.Set the user defined attributes associated with the model.
-
Constructor Details
-
BuildDocumentModelOptions
public BuildDocumentModelOptions()
-
-
Method Details
-
getDescription
Get the model description.- Returns:
- the model description value.
-
setDescription
Set the model description.- Parameters:
description
- the model description value to set.- Returns:
- the BuildDocumentModelOptions object itself.
-
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 BuildDocumentModelOptions 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 BuildDocumentModelOptions object itself.
-