58 строки
3.5 KiB
YAML
58 строки
3.5 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.ai.formrecognizer.models.TextAppearance"
|
|
fullName: "com.azure.ai.formrecognizer.models.TextAppearance"
|
|
name: "TextAppearance"
|
|
nameWithType: "TextAppearance"
|
|
summary: "The Text<wbr>Appearance model representing the appearance of the text line."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- 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#equals-java.lang.Object-\">equals</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#hashCode--\">hashCode</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#toString--\">toString</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 **TextAppearance**"
|
|
constructors:
|
|
- uid: "com.azure.ai.formrecognizer.models.TextAppearance.TextAppearance()"
|
|
fullName: "com.azure.ai.formrecognizer.models.TextAppearance.TextAppearance()"
|
|
name: "TextAppearance()"
|
|
nameWithType: "TextAppearance.TextAppearance()"
|
|
summary: "Creates a Text<wbr>Appearance instance."
|
|
syntax: "public TextAppearance()"
|
|
desc: "Creates a TextAppearance instance."
|
|
methods:
|
|
- uid: "com.azure.ai.formrecognizer.models.TextAppearance.getStyleConfidence()"
|
|
fullName: "com.azure.ai.formrecognizer.models.TextAppearance.getStyleConfidence()"
|
|
name: "getStyleConfidence()"
|
|
nameWithType: "TextAppearance.getStyleConfidence()"
|
|
summary: "Get the confidence of the recognized text line style."
|
|
syntax: "public float getStyleConfidence()"
|
|
desc: "Get the confidence of the recognized text line style."
|
|
returns:
|
|
description: "the confidence value."
|
|
type: "<xref href=\"float?alt=float&text=float\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.ai.formrecognizer.models.TextAppearance.getStyleName()"
|
|
fullName: "com.azure.ai.formrecognizer.models.TextAppearance.getStyleName()"
|
|
name: "getStyleName()"
|
|
nameWithType: "TextAppearance.getStyleName()"
|
|
summary: "Get the text line style name."
|
|
syntax: "public TextStyleName getStyleName()"
|
|
desc: "Get the text line style name. Possible values include handwriting and other."
|
|
returns:
|
|
description: "the style name value."
|
|
type: "<xref href=\"com.azure.ai.formrecognizer.models.TextStyleName?alt=com.azure.ai.formrecognizer.models.TextStyleName&text=TextStyleName\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The TextAppearance model representing the appearance of the text line."
|
|
metadata: {}
|
|
package: "com.azure.ai.formrecognizer.models"
|
|
artifact: com.azure:azure-ai-formrecognizer:4.1.11
|