99 строки
7.0 KiB
YAML
99 строки
7.0 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.ai.formrecognizer.documentanalysis.models.FontWeight"
|
|
fullName: "com.azure.ai.formrecognizer.documentanalysis.models.FontWeight"
|
|
name: "FontWeight"
|
|
nameWithType: "FontWeight"
|
|
summary: "Font weight."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.util.ExpandableStringEnum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"com.azure.core.util.ExpandableStringEnum?alt=com.azure.core.util.ExpandableStringEnum&text=ExpandableStringEnum\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.<T>fromString(java.lang.String,java.lang.Class<T>)?alt=com.azure.core.util.ExpandableStringEnum.<T>fromString&text=<T>fromString\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.<T>values(java.lang.Class<T>)?alt=com.azure.core.util.ExpandableStringEnum.<T>values&text=<T>values\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.equals(java.lang.Object)?alt=com.azure.core.util.ExpandableStringEnum.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.getValue()?alt=com.azure.core.util.ExpandableStringEnum.getValue&text=getValue\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.hashCode()?alt=com.azure.core.util.ExpandableStringEnum.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.toString()?alt=com.azure.core.util.ExpandableStringEnum.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **FontWeight**</br> extends <xref href=\"com.azure.core.util.ExpandableStringEnum?alt=com.azure.core.util.ExpandableStringEnum&text=ExpandableStringEnum\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.ai.formrecognizer.documentanalysis.models.FontWeight?alt=com.azure.ai.formrecognizer.documentanalysis.models.FontWeight&text=FontWeight\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.ai.formrecognizer.documentanalysis.models.FontWeight.FontWeight()"
|
|
fullName: "com.azure.ai.formrecognizer.documentanalysis.models.FontWeight.FontWeight()"
|
|
name: "FontWeight()"
|
|
nameWithType: "FontWeight.FontWeight()"
|
|
summary: "Creates a new instance of Font<wbr>Weight value."
|
|
deprecatedTag: "Use the <xref uid=\"com.azure.ai.formrecognizer.documentanalysis.models.FontWeight.fromString(java.lang.String)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"#fromString(String)\"></xref> factory method."
|
|
syntax: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html\">@Deprecated</a></br>public FontWeight()"
|
|
desc: "Creates a new instance of FontWeight value."
|
|
hasDeprecatedTag: true
|
|
fields:
|
|
- uid: "com.azure.ai.formrecognizer.documentanalysis.models.FontWeight.BOLD"
|
|
fullName: "com.azure.ai.formrecognizer.documentanalysis.models.FontWeight.BOLD"
|
|
name: "BOLD"
|
|
nameWithType: "FontWeight.BOLD"
|
|
summary: "Characters are represented with thicker strokes."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
type: "<xref href=\"com.azure.ai.formrecognizer.documentanalysis.models.FontWeight?alt=com.azure.ai.formrecognizer.documentanalysis.models.FontWeight&text=FontWeight\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static final FontWeight BOLD"
|
|
desc: "Characters are represented with thicker strokes."
|
|
- uid: "com.azure.ai.formrecognizer.documentanalysis.models.FontWeight.NORMAL"
|
|
fullName: "com.azure.ai.formrecognizer.documentanalysis.models.FontWeight.NORMAL"
|
|
name: "NORMAL"
|
|
nameWithType: "FontWeight.NORMAL"
|
|
summary: "Characters are represented normally."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
type: "<xref href=\"com.azure.ai.formrecognizer.documentanalysis.models.FontWeight?alt=com.azure.ai.formrecognizer.documentanalysis.models.FontWeight&text=FontWeight\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static final FontWeight NORMAL"
|
|
desc: "Characters are represented normally."
|
|
methods:
|
|
- uid: "com.azure.ai.formrecognizer.documentanalysis.models.FontWeight.fromString(java.lang.String)"
|
|
fullName: "com.azure.ai.formrecognizer.documentanalysis.models.FontWeight.fromString(String name)"
|
|
name: "fromString(String name)"
|
|
nameWithType: "FontWeight.fromString(String name)"
|
|
summary: "Creates or finds a Font<wbr>Weight from its string representation."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "a name to look for."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public static FontWeight fromString(String name)"
|
|
desc: "Creates or finds a FontWeight from its string representation."
|
|
returns:
|
|
description: "the corresponding FontWeight."
|
|
type: "<xref href=\"com.azure.ai.formrecognizer.documentanalysis.models.FontWeight?alt=com.azure.ai.formrecognizer.documentanalysis.models.FontWeight&text=FontWeight\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.ai.formrecognizer.documentanalysis.models.FontWeight.values()"
|
|
fullName: "com.azure.ai.formrecognizer.documentanalysis.models.FontWeight.values()"
|
|
name: "values()"
|
|
nameWithType: "FontWeight.values()"
|
|
summary: "Gets known Font<wbr>Weight values."
|
|
modifiers:
|
|
- "static"
|
|
syntax: "public static Collection<FontWeight> values()"
|
|
desc: "Gets known FontWeight values."
|
|
returns:
|
|
description: "known FontWeight values."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a><<xref href=\"com.azure.ai.formrecognizer.documentanalysis.models.FontWeight?alt=com.azure.ai.formrecognizer.documentanalysis.models.FontWeight&text=FontWeight\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "class"
|
|
desc: "Font weight."
|
|
metadata: {}
|
|
package: "com.azure.ai.formrecognizer.documentanalysis.models"
|
|
artifact: com.azure:azure-ai-formrecognizer:4.1.11
|