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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java