Class FormContentType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<FormContentType>
com.azure.ai.formrecognizer.models.FormContentType
public final class FormContentType
extends com.azure.core.util.ExpandableStringEnum<FormContentType>
Define values for content type supported for local files.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final FormContentTypeStatic value Line for FormContentType.static final FormContentTypeStatic value Line for FormContentType.static final FormContentTypeStatic value Line for FormContentType.static final FormContentTypeStatic value Line for FormContentType.static final FormContentTypeStatic value Line for FormContentType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FormContentTypefromString(String value) Creates or finds a ElementType from its string representation.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
APPLICATION_PDF
Static value Line for FormContentType. -
IMAGE_JPEG
Static value Line for FormContentType. -
IMAGE_PNG
Static value Line for FormContentType. -
IMAGE_TIFF
Static value Line for FormContentType. -
IMAGE_BMP
Static value Line for FormContentType.
-
-
Constructor Details
-
FormContentType
Deprecated.Use thefromString(String)factory method.Creates a FormContentType object.
-
-
Method Details
-
fromString
Creates or finds a ElementType from its string representation.- Parameters:
value- a value to look for.- Returns:
- the corresponding ElementType.
-
fromString(String)factory method.