Uses of Class
com.azure.ai.formrecognizer.models.TextStyleName
Packages that use TextStyleName
Package
Description
Package containing the data models for FormRecognizerClient.
-
Uses of TextStyleName in com.azure.ai.formrecognizer.models
Fields in com.azure.ai.formrecognizer.models declared as TextStyleNameModifier and TypeFieldDescriptionstatic final TextStyleNameTextStyleName.HANDWRITINGStatic value handwriting for TextStyleName.static final TextStyleNameTextStyleName.OTHERStatic value other for TextStyleName.Methods in com.azure.ai.formrecognizer.models that return TextStyleNameModifier and TypeMethodDescriptionstatic TextStyleNameTextStyleName.fromString(String name) Creates or finds a TextStyleName from its string representation.TextAppearance.getStyleName()Get the text line style name.Methods in com.azure.ai.formrecognizer.models that return types with arguments of type TextStyleNameModifier and TypeMethodDescriptionstatic Collection<TextStyleName>TextStyleName.values()Returns the known TextStyleName values.