CustomFormModelProperties Class
- java.
lang. Object - com.
azure. ai. formrecognizer. training. models. CustomFormModelProperties
- com.
public final class CustomFormModelProperties
The metadata properties for a custom model.
Constructor Summary
Constructor | Description |
---|---|
CustomFormModelProperties() |
Create a Custom |
Method Summary
Modifier and Type | Method and Description |
---|---|
boolean |
isComposed()
Is this model composed? |
Methods inherited from java.lang.Object
Constructor Details
CustomFormModelProperties
public CustomFormModelProperties()
Create a CustomFormModelProperties instance.
Method Details
isComposed
public boolean isComposed()
Is this model composed?
Returns:
the isComposed value.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java