Uses of Class
com.azure.ai.documentintelligence.models.DocumentFontWeight
Packages that use DocumentFontWeight
Package
Description
Package containing the data models for DocumentIntelligence.
-
Uses of DocumentFontWeight in com.azure.ai.documentintelligence.models
Fields in com.azure.ai.documentintelligence.models declared as DocumentFontWeightModifier and TypeFieldDescriptionstatic final DocumentFontWeightDocumentFontWeight.BOLDCharacters are represented with thicker strokes.static final DocumentFontWeightDocumentFontWeight.NORMALCharacters are represented normally.Methods in com.azure.ai.documentintelligence.models that return DocumentFontWeightModifier and TypeMethodDescriptionstatic DocumentFontWeightDocumentFontWeight.fromString(String name) Creates or finds a DocumentFontWeight from its string representation.DocumentStyle.getFontWeight()Get the fontWeight property: Font weight.Methods in com.azure.ai.documentintelligence.models that return types with arguments of type DocumentFontWeightModifier and TypeMethodDescriptionstatic Collection<DocumentFontWeight> DocumentFontWeight.values()Gets known DocumentFontWeight values.