azure-docs-sdk-java/docs-ref-autogen/com.azure.ai.formrecognizer...

63 строки
4.6 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.ai.formrecognizer.models.FieldBoundingBox"
fullName: "com.azure.ai.formrecognizer.models.FieldBoundingBox"
name: "FieldBoundingBox"
nameWithType: "FieldBoundingBox"
summary: "Quadrangle bounding box, with coordinates specified relative to the top-left of the original image"
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 **FieldBoundingBox**"
constructors:
- uid: "com.azure.ai.formrecognizer.models.FieldBoundingBox.FieldBoundingBox(java.util.List<com.azure.ai.formrecognizer.models.Point>)"
fullName: "com.azure.ai.formrecognizer.models.FieldBoundingBox.FieldBoundingBox(List<Point> points)"
name: "FieldBoundingBox(List<Point> points)"
nameWithType: "FieldBoundingBox.FieldBoundingBox(List<Point> points)"
summary: "Constructs a Field Bounding box object."
parameters:
- description: "The list of coordinates of the field's bounding box."
name: "points"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.ai.formrecognizer.models.Point?alt=com.azure.ai.formrecognizer.models.Point&text=Point\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public FieldBoundingBox(List<Point> points)"
desc: "Constructs a Field Bounding box object."
methods:
- uid: "com.azure.ai.formrecognizer.models.FieldBoundingBox.getPoints()"
fullName: "com.azure.ai.formrecognizer.models.FieldBoundingBox.getPoints()"
name: "getPoints()"
nameWithType: "FieldBoundingBox.getPoints()"
summary: "Gets the list of all point coordinates of the bounding box."
syntax: "public List<Point> getPoints()"
desc: "Gets the list of all point coordinates of the bounding box."
returns:
description: "The unmodifiable list of all point coordinates of the field's bounding box."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.ai.formrecognizer.models.Point?alt=com.azure.ai.formrecognizer.models.Point&text=Point\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.ai.formrecognizer.models.FieldBoundingBox.toString()"
fullName: "com.azure.ai.formrecognizer.models.FieldBoundingBox.toString()"
name: "toString()"
nameWithType: "FieldBoundingBox.toString()"
summary: "Returns a string representation of the <xref uid=\"com.azure.ai.formrecognizer.models.FieldBoundingBox\" data-throw-if-not-resolved=\"false\" data-raw-source=\"FieldBoundingBox\"></xref>."
overridden: "java.lang.Object.toString()"
syntax: "public String toString()"
desc: "Returns a string representation of the <xref uid=\"com.azure.ai.formrecognizer.models.FieldBoundingBox\" data-throw-if-not-resolved=\"false\" data-raw-source=\"FieldBoundingBox\"></xref>."
returns:
description: "the string representation of the <xref uid=\"com.azure.ai.formrecognizer.models.FieldBoundingBox\" data-throw-if-not-resolved=\"false\" data-raw-source=\"FieldBoundingBox\"></xref>."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "class"
desc: "Quadrangle bounding box, with coordinates specified relative to the top-left of the original image"
metadata: {}
package: "com.azure.ai.formrecognizer.models"
artifact: com.azure:azure-ai-formrecognizer:4.1.10