Uses of Class
com.azure.ai.documentintelligence.models.DocumentFontWeight
Package
Description
Package containing the data models for DocumentIntelligence.
-
Uses of DocumentFontWeight in com.azure.ai.documentintelligence.models
Modifier and TypeFieldDescriptionstatic final DocumentFontWeight
DocumentFontWeight.BOLD
Characters are represented with thicker strokes.static final DocumentFontWeight
DocumentFontWeight.NORMAL
Characters are represented normally.Modifier and TypeMethodDescriptionstatic DocumentFontWeight
DocumentFontWeight.fromString
(String name) Creates or finds a DocumentFontWeight from its string representation.DocumentStyle.getFontWeight()
Get the fontWeight property: Font weight.Modifier and TypeMethodDescriptionstatic Collection
<DocumentFontWeight> DocumentFontWeight.values()
Gets known DocumentFontWeight values.