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

65 строки
3.8 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.ai.formrecognizer.models.FormPageRange"
fullName: "com.azure.ai.formrecognizer.models.FormPageRange"
name: "FormPageRange"
nameWithType: "FormPageRange"
summary: "Represents a page interval from the input document."
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 **FormPageRange**"
constructors:
- uid: "com.azure.ai.formrecognizer.models.FormPageRange.FormPageRange(int,int)"
fullName: "com.azure.ai.formrecognizer.models.FormPageRange.FormPageRange(int firstPageNumber, int lastPageNumber)"
name: "FormPageRange(int firstPageNumber, int lastPageNumber)"
nameWithType: "FormPageRange.FormPageRange(int firstPageNumber, int lastPageNumber)"
summary: "Construct a Form<wbr>Page<wbr>Range object."
parameters:
- description: "The first page number of the range."
name: "firstPageNumber"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- description: "The first page number of the range.."
name: "lastPageNumber"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public FormPageRange(int firstPageNumber, int lastPageNumber)"
desc: "Construct a FormPageRange object."
methods:
- uid: "com.azure.ai.formrecognizer.models.FormPageRange.getFirstPageNumber()"
fullName: "com.azure.ai.formrecognizer.models.FormPageRange.getFirstPageNumber()"
name: "getFirstPageNumber()"
nameWithType: "FormPageRange.getFirstPageNumber()"
summary: "Get the first page number of the range."
syntax: "public int getFirstPageNumber()"
desc: "Get the first page number of the range."
returns:
description: "the first page number of the range."
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.ai.formrecognizer.models.FormPageRange.getLastPageNumber()"
fullName: "com.azure.ai.formrecognizer.models.FormPageRange.getLastPageNumber()"
name: "getLastPageNumber()"
nameWithType: "FormPageRange.getLastPageNumber()"
summary: "Get the last page number."
syntax: "public int getLastPageNumber()"
desc: "Get the last page number."
returns:
description: "the last page number of the range."
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Represents a page interval from the input document. Page numbers are 1-based.."
metadata: {}
package: "com.azure.ai.formrecognizer.models"
artifact: com.azure:azure-ai-formrecognizer:4.1.10