public static final class Document.Page extends GeneratedMessageV3 implements Document.PageOrBuilder
A page in a Document.
Protobuf type google.cloud.documentai.v1beta3.Document.Page
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
BLOCKS_FIELD_NUMBER
public static final int BLOCKS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
DETECTED_BARCODES_FIELD_NUMBER
public static final int DETECTED_BARCODES_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
DETECTED_LANGUAGES_FIELD_NUMBER
public static final int DETECTED_LANGUAGES_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
DIMENSION_FIELD_NUMBER
public static final int DIMENSION_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
FORM_FIELDS_FIELD_NUMBER
public static final int FORM_FIELDS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
IMAGE_FIELD_NUMBER
public static final int IMAGE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
IMAGE_QUALITY_SCORES_FIELD_NUMBER
public static final int IMAGE_QUALITY_SCORES_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
LAYOUT_FIELD_NUMBER
public static final int LAYOUT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
LINES_FIELD_NUMBER
public static final int LINES_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
PAGE_NUMBER_FIELD_NUMBER
public static final int PAGE_NUMBER_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
PARAGRAPHS_FIELD_NUMBER
public static final int PARAGRAPHS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
PROVENANCE_FIELD_NUMBER
public static final int PROVENANCE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
SYMBOLS_FIELD_NUMBER
public static final int SYMBOLS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
TABLES_FIELD_NUMBER
public static final int TABLES_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
TOKENS_FIELD_NUMBER
public static final int TOKENS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
TRANSFORMS_FIELD_NUMBER
public static final int TRANSFORMS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
VISUAL_ELEMENTS_FIELD_NUMBER
public static final int VISUAL_ELEMENTS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static Document.Page getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Document.Page.Builder newBuilder()
newBuilder(Document.Page prototype)
public static Document.Page.Builder newBuilder(Document.Page prototype)
parseDelimitedFrom(InputStream input)
public static Document.Page parseDelimitedFrom(InputStream input)
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Document.Page parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static Document.Page parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Document.Page parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static Document.Page parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Document.Page parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
parseFrom(CodedInputStream input)
public static Document.Page parseFrom(CodedInputStream input)
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Document.Page parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(InputStream input)
public static Document.Page parseFrom(InputStream input)
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Document.Page parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static Document.Page parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Document.Page parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<Document.Page> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getBlocks(int index)
public Document.Page.Block getBlocks(int index)
A list of visually detected text blocks on the page.
A block has a set of lines (collected into paragraphs) that have a common
line-spacing and orientation.
repeated .google.cloud.documentai.v1beta3.Document.Page.Block blocks = 5;
Parameter |
Name |
Description |
index |
int
|
getBlocksCount()
public int getBlocksCount()
A list of visually detected text blocks on the page.
A block has a set of lines (collected into paragraphs) that have a common
line-spacing and orientation.
repeated .google.cloud.documentai.v1beta3.Document.Page.Block blocks = 5;
Returns |
Type |
Description |
int |
|
getBlocksList()
public List<Document.Page.Block> getBlocksList()
A list of visually detected text blocks on the page.
A block has a set of lines (collected into paragraphs) that have a common
line-spacing and orientation.
repeated .google.cloud.documentai.v1beta3.Document.Page.Block blocks = 5;
getBlocksOrBuilder(int index)
public Document.Page.BlockOrBuilder getBlocksOrBuilder(int index)
A list of visually detected text blocks on the page.
A block has a set of lines (collected into paragraphs) that have a common
line-spacing and orientation.
repeated .google.cloud.documentai.v1beta3.Document.Page.Block blocks = 5;
Parameter |
Name |
Description |
index |
int
|
getBlocksOrBuilderList()
public List<? extends Document.Page.BlockOrBuilder> getBlocksOrBuilderList()
A list of visually detected text blocks on the page.
A block has a set of lines (collected into paragraphs) that have a common
line-spacing and orientation.
repeated .google.cloud.documentai.v1beta3.Document.Page.Block blocks = 5;
Returns |
Type |
Description |
List<? extends com.google.cloud.documentai.v1beta3.Document.Page.BlockOrBuilder> |
|
getDefaultInstanceForType()
public Document.Page getDefaultInstanceForType()
getDetectedBarcodes(int index)
public Document.Page.DetectedBarcode getDetectedBarcodes(int index)
A list of detected barcodes.
repeated .google.cloud.documentai.v1beta3.Document.Page.DetectedBarcode detected_barcodes = 15;
Parameter |
Name |
Description |
index |
int
|
getDetectedBarcodesCount()
public int getDetectedBarcodesCount()
A list of detected barcodes.
repeated .google.cloud.documentai.v1beta3.Document.Page.DetectedBarcode detected_barcodes = 15;
Returns |
Type |
Description |
int |
|
getDetectedBarcodesList()
public List<Document.Page.DetectedBarcode> getDetectedBarcodesList()
A list of detected barcodes.
repeated .google.cloud.documentai.v1beta3.Document.Page.DetectedBarcode detected_barcodes = 15;
getDetectedBarcodesOrBuilder(int index)
public Document.Page.DetectedBarcodeOrBuilder getDetectedBarcodesOrBuilder(int index)
A list of detected barcodes.
repeated .google.cloud.documentai.v1beta3.Document.Page.DetectedBarcode detected_barcodes = 15;
Parameter |
Name |
Description |
index |
int
|
getDetectedBarcodesOrBuilderList()
public List<? extends Document.Page.DetectedBarcodeOrBuilder> getDetectedBarcodesOrBuilderList()
A list of detected barcodes.
repeated .google.cloud.documentai.v1beta3.Document.Page.DetectedBarcode detected_barcodes = 15;
Returns |
Type |
Description |
List<? extends com.google.cloud.documentai.v1beta3.Document.Page.DetectedBarcodeOrBuilder> |
|
getDetectedLanguages(int index)
public Document.Page.DetectedLanguage getDetectedLanguages(int index)
A list of detected languages together with confidence.
repeated .google.cloud.documentai.v1beta3.Document.Page.DetectedLanguage detected_languages = 4;
Parameter |
Name |
Description |
index |
int
|
getDetectedLanguagesCount()
public int getDetectedLanguagesCount()
A list of detected languages together with confidence.
repeated .google.cloud.documentai.v1beta3.Document.Page.DetectedLanguage detected_languages = 4;
Returns |
Type |
Description |
int |
|
getDetectedLanguagesList()
public List<Document.Page.DetectedLanguage> getDetectedLanguagesList()
A list of detected languages together with confidence.
repeated .google.cloud.documentai.v1beta3.Document.Page.DetectedLanguage detected_languages = 4;
getDetectedLanguagesOrBuilder(int index)
public Document.Page.DetectedLanguageOrBuilder getDetectedLanguagesOrBuilder(int index)
A list of detected languages together with confidence.
repeated .google.cloud.documentai.v1beta3.Document.Page.DetectedLanguage detected_languages = 4;
Parameter |
Name |
Description |
index |
int
|
getDetectedLanguagesOrBuilderList()
public List<? extends Document.Page.DetectedLanguageOrBuilder> getDetectedLanguagesOrBuilderList()
A list of detected languages together with confidence.
repeated .google.cloud.documentai.v1beta3.Document.Page.DetectedLanguage detected_languages = 4;
Returns |
Type |
Description |
List<? extends com.google.cloud.documentai.v1beta3.Document.Page.DetectedLanguageOrBuilder> |
|
getDimension()
public Document.Page.Dimension getDimension()
Physical dimension of the page.
.google.cloud.documentai.v1beta3.Document.Page.Dimension dimension = 2;
getDimensionOrBuilder()
public Document.Page.DimensionOrBuilder getDimensionOrBuilder()
Physical dimension of the page.
.google.cloud.documentai.v1beta3.Document.Page.Dimension dimension = 2;
getFormFields(int index)
public Document.Page.FormField getFormFields(int index)
A list of visually detected form fields on the page.
repeated .google.cloud.documentai.v1beta3.Document.Page.FormField form_fields = 11;
Parameter |
Name |
Description |
index |
int
|
getFormFieldsCount()
public int getFormFieldsCount()
A list of visually detected form fields on the page.
repeated .google.cloud.documentai.v1beta3.Document.Page.FormField form_fields = 11;
Returns |
Type |
Description |
int |
|
getFormFieldsList()
public List<Document.Page.FormField> getFormFieldsList()
A list of visually detected form fields on the page.
repeated .google.cloud.documentai.v1beta3.Document.Page.FormField form_fields = 11;
getFormFieldsOrBuilder(int index)
public Document.Page.FormFieldOrBuilder getFormFieldsOrBuilder(int index)
A list of visually detected form fields on the page.
repeated .google.cloud.documentai.v1beta3.Document.Page.FormField form_fields = 11;
Parameter |
Name |
Description |
index |
int
|
getFormFieldsOrBuilderList()
public List<? extends Document.Page.FormFieldOrBuilder> getFormFieldsOrBuilderList()
A list of visually detected form fields on the page.
repeated .google.cloud.documentai.v1beta3.Document.Page.FormField form_fields = 11;
Returns |
Type |
Description |
List<? extends com.google.cloud.documentai.v1beta3.Document.Page.FormFieldOrBuilder> |
|
getImage()
public Document.Page.Image getImage()
Rendered image for this page. This image is preprocessed to remove any
skew, rotation, and distortions such that the annotation bounding boxes
can be upright and axis-aligned.
.google.cloud.documentai.v1beta3.Document.Page.Image image = 13;
getImageOrBuilder()
public Document.Page.ImageOrBuilder getImageOrBuilder()
Rendered image for this page. This image is preprocessed to remove any
skew, rotation, and distortions such that the annotation bounding boxes
can be upright and axis-aligned.
.google.cloud.documentai.v1beta3.Document.Page.Image image = 13;
getImageQualityScores()
public Document.Page.ImageQualityScores getImageQualityScores()
Image quality scores.
.google.cloud.documentai.v1beta3.Document.Page.ImageQualityScores image_quality_scores = 17;
getImageQualityScoresOrBuilder()
public Document.Page.ImageQualityScoresOrBuilder getImageQualityScoresOrBuilder()
Image quality scores.
.google.cloud.documentai.v1beta3.Document.Page.ImageQualityScores image_quality_scores = 17;
getLayout()
public Document.Page.Layout getLayout()
Layout for the
page.
.google.cloud.documentai.v1beta3.Document.Page.Layout layout = 3;
getLayoutOrBuilder()
public Document.Page.LayoutOrBuilder getLayoutOrBuilder()
Layout for the
page.
.google.cloud.documentai.v1beta3.Document.Page.Layout layout = 3;
getLines(int index)
public Document.Page.Line getLines(int index)
A list of visually detected text lines on the page.
A collection of tokens that a human would perceive as a line.
repeated .google.cloud.documentai.v1beta3.Document.Page.Line lines = 7;
Parameter |
Name |
Description |
index |
int
|
getLinesCount()
public int getLinesCount()
A list of visually detected text lines on the page.
A collection of tokens that a human would perceive as a line.
repeated .google.cloud.documentai.v1beta3.Document.Page.Line lines = 7;
Returns |
Type |
Description |
int |
|
getLinesList()
public List<Document.Page.Line> getLinesList()
A list of visually detected text lines on the page.
A collection of tokens that a human would perceive as a line.
repeated .google.cloud.documentai.v1beta3.Document.Page.Line lines = 7;
getLinesOrBuilder(int index)
public Document.Page.LineOrBuilder getLinesOrBuilder(int index)
A list of visually detected text lines on the page.
A collection of tokens that a human would perceive as a line.
repeated .google.cloud.documentai.v1beta3.Document.Page.Line lines = 7;
Parameter |
Name |
Description |
index |
int
|
getLinesOrBuilderList()
public List<? extends Document.Page.LineOrBuilder> getLinesOrBuilderList()
A list of visually detected text lines on the page.
A collection of tokens that a human would perceive as a line.
repeated .google.cloud.documentai.v1beta3.Document.Page.Line lines = 7;
Returns |
Type |
Description |
List<? extends com.google.cloud.documentai.v1beta3.Document.Page.LineOrBuilder> |
|
getPageNumber()
public int getPageNumber()
1-based index for current
Page in a parent
Document. Useful when a page
is taken out of a Document
for individual processing.
int32 page_number = 1;
Returns |
Type |
Description |
int |
The pageNumber.
|
getParagraphs(int index)
public Document.Page.Paragraph getParagraphs(int index)
A list of visually detected text paragraphs on the page.
A collection of lines that a human would perceive as a paragraph.
repeated .google.cloud.documentai.v1beta3.Document.Page.Paragraph paragraphs = 6;
Parameter |
Name |
Description |
index |
int
|
getParagraphsCount()
public int getParagraphsCount()
A list of visually detected text paragraphs on the page.
A collection of lines that a human would perceive as a paragraph.
repeated .google.cloud.documentai.v1beta3.Document.Page.Paragraph paragraphs = 6;
Returns |
Type |
Description |
int |
|
getParagraphsList()
public List<Document.Page.Paragraph> getParagraphsList()
A list of visually detected text paragraphs on the page.
A collection of lines that a human would perceive as a paragraph.
repeated .google.cloud.documentai.v1beta3.Document.Page.Paragraph paragraphs = 6;
getParagraphsOrBuilder(int index)
public Document.Page.ParagraphOrBuilder getParagraphsOrBuilder(int index)
A list of visually detected text paragraphs on the page.
A collection of lines that a human would perceive as a paragraph.
repeated .google.cloud.documentai.v1beta3.Document.Page.Paragraph paragraphs = 6;
Parameter |
Name |
Description |
index |
int
|
getParagraphsOrBuilderList()
public List<? extends Document.Page.ParagraphOrBuilder> getParagraphsOrBuilderList()
A list of visually detected text paragraphs on the page.
A collection of lines that a human would perceive as a paragraph.
repeated .google.cloud.documentai.v1beta3.Document.Page.Paragraph paragraphs = 6;
Returns |
Type |
Description |
List<? extends com.google.cloud.documentai.v1beta3.Document.Page.ParagraphOrBuilder> |
|
getParserForType()
public Parser<Document.Page> getParserForType()
Overrides
getProvenance() (deprecated)
public Document.Provenance getProvenance()
Deprecated. google.cloud.documentai.v1beta3.Document.Page.provenance is deprecated. See
google/cloud/documentai/v1beta3/document.proto;l=551
The history of this page.
.google.cloud.documentai.v1beta3.Document.Provenance provenance = 16 [deprecated = true];
getProvenanceOrBuilder() (deprecated)
public Document.ProvenanceOrBuilder getProvenanceOrBuilder()
The history of this page.
.google.cloud.documentai.v1beta3.Document.Provenance provenance = 16 [deprecated = true];
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getSymbols(int index)
public Document.Page.Symbol getSymbols(int index)
A list of visually detected symbols on the page.
repeated .google.cloud.documentai.v1beta3.Document.Page.Symbol symbols = 12;
Parameter |
Name |
Description |
index |
int
|
getSymbolsCount()
public int getSymbolsCount()
A list of visually detected symbols on the page.
repeated .google.cloud.documentai.v1beta3.Document.Page.Symbol symbols = 12;
Returns |
Type |
Description |
int |
|
getSymbolsList()
public List<Document.Page.Symbol> getSymbolsList()
A list of visually detected symbols on the page.
repeated .google.cloud.documentai.v1beta3.Document.Page.Symbol symbols = 12;
getSymbolsOrBuilder(int index)
public Document.Page.SymbolOrBuilder getSymbolsOrBuilder(int index)
A list of visually detected symbols on the page.
repeated .google.cloud.documentai.v1beta3.Document.Page.Symbol symbols = 12;
Parameter |
Name |
Description |
index |
int
|
getSymbolsOrBuilderList()
public List<? extends Document.Page.SymbolOrBuilder> getSymbolsOrBuilderList()
A list of visually detected symbols on the page.
repeated .google.cloud.documentai.v1beta3.Document.Page.Symbol symbols = 12;
Returns |
Type |
Description |
List<? extends com.google.cloud.documentai.v1beta3.Document.Page.SymbolOrBuilder> |
|
getTables(int index)
public Document.Page.Table getTables(int index)
A list of visually detected tables on the page.
repeated .google.cloud.documentai.v1beta3.Document.Page.Table tables = 10;
Parameter |
Name |
Description |
index |
int
|
getTablesCount()
public int getTablesCount()
A list of visually detected tables on the page.
repeated .google.cloud.documentai.v1beta3.Document.Page.Table tables = 10;
Returns |
Type |
Description |
int |
|
getTablesList()
public List<Document.Page.Table> getTablesList()
A list of visually detected tables on the page.
repeated .google.cloud.documentai.v1beta3.Document.Page.Table tables = 10;
getTablesOrBuilder(int index)
public Document.Page.TableOrBuilder getTablesOrBuilder(int index)
A list of visually detected tables on the page.
repeated .google.cloud.documentai.v1beta3.Document.Page.Table tables = 10;
Parameter |
Name |
Description |
index |
int
|
getTablesOrBuilderList()
public List<? extends Document.Page.TableOrBuilder> getTablesOrBuilderList()
A list of visually detected tables on the page.
repeated .google.cloud.documentai.v1beta3.Document.Page.Table tables = 10;
Returns |
Type |
Description |
List<? extends com.google.cloud.documentai.v1beta3.Document.Page.TableOrBuilder> |
|
getTokens(int index)
public Document.Page.Token getTokens(int index)
A list of visually detected tokens on the page.
repeated .google.cloud.documentai.v1beta3.Document.Page.Token tokens = 8;
Parameter |
Name |
Description |
index |
int
|
getTokensCount()
public int getTokensCount()
A list of visually detected tokens on the page.
repeated .google.cloud.documentai.v1beta3.Document.Page.Token tokens = 8;
Returns |
Type |
Description |
int |
|
getTokensList()
public List<Document.Page.Token> getTokensList()
A list of visually detected tokens on the page.
repeated .google.cloud.documentai.v1beta3.Document.Page.Token tokens = 8;
getTokensOrBuilder(int index)
public Document.Page.TokenOrBuilder getTokensOrBuilder(int index)
A list of visually detected tokens on the page.
repeated .google.cloud.documentai.v1beta3.Document.Page.Token tokens = 8;
Parameter |
Name |
Description |
index |
int
|
getTokensOrBuilderList()
public List<? extends Document.Page.TokenOrBuilder> getTokensOrBuilderList()
A list of visually detected tokens on the page.
repeated .google.cloud.documentai.v1beta3.Document.Page.Token tokens = 8;
Returns |
Type |
Description |
List<? extends com.google.cloud.documentai.v1beta3.Document.Page.TokenOrBuilder> |
|
getTransforms(int index)
public Document.Page.Matrix getTransforms(int index)
Transformation matrices that were applied to the original document image
to produce
Page.image.
repeated .google.cloud.documentai.v1beta3.Document.Page.Matrix transforms = 14;
Parameter |
Name |
Description |
index |
int
|
getTransformsCount()
public int getTransformsCount()
Transformation matrices that were applied to the original document image
to produce
Page.image.
repeated .google.cloud.documentai.v1beta3.Document.Page.Matrix transforms = 14;
Returns |
Type |
Description |
int |
|
getTransformsList()
public List<Document.Page.Matrix> getTransformsList()
Transformation matrices that were applied to the original document image
to produce
Page.image.
repeated .google.cloud.documentai.v1beta3.Document.Page.Matrix transforms = 14;
getTransformsOrBuilder(int index)
public Document.Page.MatrixOrBuilder getTransformsOrBuilder(int index)
Transformation matrices that were applied to the original document image
to produce
Page.image.
repeated .google.cloud.documentai.v1beta3.Document.Page.Matrix transforms = 14;
Parameter |
Name |
Description |
index |
int
|
getTransformsOrBuilderList()
public List<? extends Document.Page.MatrixOrBuilder> getTransformsOrBuilderList()
Transformation matrices that were applied to the original document image
to produce
Page.image.
repeated .google.cloud.documentai.v1beta3.Document.Page.Matrix transforms = 14;
Returns |
Type |
Description |
List<? extends com.google.cloud.documentai.v1beta3.Document.Page.MatrixOrBuilder> |
|
getVisualElements(int index)
public Document.Page.VisualElement getVisualElements(int index)
A list of detected non-text visual elements e.g. checkbox,
signature etc. on the page.
repeated .google.cloud.documentai.v1beta3.Document.Page.VisualElement visual_elements = 9;
Parameter |
Name |
Description |
index |
int
|
getVisualElementsCount()
public int getVisualElementsCount()
A list of detected non-text visual elements e.g. checkbox,
signature etc. on the page.
repeated .google.cloud.documentai.v1beta3.Document.Page.VisualElement visual_elements = 9;
Returns |
Type |
Description |
int |
|
getVisualElementsList()
public List<Document.Page.VisualElement> getVisualElementsList()
A list of detected non-text visual elements e.g. checkbox,
signature etc. on the page.
repeated .google.cloud.documentai.v1beta3.Document.Page.VisualElement visual_elements = 9;
getVisualElementsOrBuilder(int index)
public Document.Page.VisualElementOrBuilder getVisualElementsOrBuilder(int index)
A list of detected non-text visual elements e.g. checkbox,
signature etc. on the page.
repeated .google.cloud.documentai.v1beta3.Document.Page.VisualElement visual_elements = 9;
Parameter |
Name |
Description |
index |
int
|
getVisualElementsOrBuilderList()
public List<? extends Document.Page.VisualElementOrBuilder> getVisualElementsOrBuilderList()
A list of detected non-text visual elements e.g. checkbox,
signature etc. on the page.
repeated .google.cloud.documentai.v1beta3.Document.Page.VisualElement visual_elements = 9;
Returns |
Type |
Description |
List<? extends com.google.cloud.documentai.v1beta3.Document.Page.VisualElementOrBuilder> |
|
hasDimension()
public boolean hasDimension()
Physical dimension of the page.
.google.cloud.documentai.v1beta3.Document.Page.Dimension dimension = 2;
Returns |
Type |
Description |
boolean |
Whether the dimension field is set.
|
hasImage()
public boolean hasImage()
Rendered image for this page. This image is preprocessed to remove any
skew, rotation, and distortions such that the annotation bounding boxes
can be upright and axis-aligned.
.google.cloud.documentai.v1beta3.Document.Page.Image image = 13;
Returns |
Type |
Description |
boolean |
Whether the image field is set.
|
hasImageQualityScores()
public boolean hasImageQualityScores()
Image quality scores.
.google.cloud.documentai.v1beta3.Document.Page.ImageQualityScores image_quality_scores = 17;
Returns |
Type |
Description |
boolean |
Whether the imageQualityScores field is set.
|
hasLayout()
public boolean hasLayout()
Layout for the
page.
.google.cloud.documentai.v1beta3.Document.Page.Layout layout = 3;
Returns |
Type |
Description |
boolean |
Whether the layout field is set.
|
hasProvenance() (deprecated)
public boolean hasProvenance()
Deprecated. google.cloud.documentai.v1beta3.Document.Page.provenance is deprecated. See
google/cloud/documentai/v1beta3/document.proto;l=551
The history of this page.
.google.cloud.documentai.v1beta3.Document.Provenance provenance = 16 [deprecated = true];
Returns |
Type |
Description |
boolean |
Whether the provenance field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Document.Page.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Document.Page.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public Document.Page.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides