TextStyleName Class  
	- java.
lang. Object  - com.
azure. core. util. ExpandableStringEnum<T>  - com.
azure. ai. formrecognizer. models. TextStyleName  
- com.
 
- com.
 
public final class TextStyleName
 extends ExpandableStringEnum<TextStyleName>
The text line style name, including handwriting and other.
Field Summary
| Modifier and Type | Field and Description | 
|---|---|
| 
								static final
									Text | 
						
							HANDWRITING
								 Static value handwriting for Text  | 
					
| 
								static final
									Text | 
						
							OTHER
								 Static value other for Text  | 
					
Constructor Summary
| Constructor | Description | 
|---|---|
| TextStyleName() | 
								 Deprecated 
										Use the fromString(String name) factory method.
									 
								Creates a new instance of Text  | 
					
Method Summary
| Modifier and Type | Method and Description | 
|---|---|
| 
								static
									Text | 
						
							fromString(String name)
								 Creates or finds a Text  | 
					
| 
								static
									Collection<Text | 
						
							values()
								 Gets known Text  | 
					
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
HANDWRITING
public static final TextStyleName HANDWRITING
Static value handwriting for TextStyleName.
OTHER
public static final TextStyleName OTHER
Static value other for TextStyleName.
Constructor Details
TextStyleName
@Deprecated
public TextStyleName()
Deprecated
Creates a new instance of TextStyleName value.
Method Details
fromString
public static TextStyleName fromString(String name)
Creates or finds a TextStyleName from its string representation.
Parameters:
Returns:
values
public static Collection<TextStyleName> values()
Gets known TextStyleName values.
Returns: