DocumentFontWeight Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. ai. documentintelligence. models. DocumentFontWeight
- com.
- com.
public final class DocumentFontWeight
extends ExpandableStringEnum<DocumentFontWeight>
Font weight.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Document |
BOLD
Characters are represented with thicker strokes. |
static final
Document |
NORMAL
Characters are represented normally. |
Constructor Summary
Constructor | Description |
---|---|
DocumentFontWeight() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Document |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Document |
fromString(String name)
Creates or finds a Document |
static
Collection<Document |
values()
Gets known Document |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
BOLD
public static final DocumentFontWeight BOLD
Characters are represented with thicker strokes.
NORMAL
public static final DocumentFontWeight NORMAL
Characters are represented normally.
Constructor Details
DocumentFontWeight
@Deprecated
public DocumentFontWeight()
Deprecated
Creates a new instance of DocumentFontWeight value.
Method Details
fromString
public static DocumentFontWeight fromString(String name)
Creates or finds a DocumentFontWeight from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known DocumentFontWeight values.
Returns:
Applies to
Azure SDK for Java