Package | Description |
---|---|
com.google.cloud.vision.v1p2beta1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
BoundingPoly |
BoundingPoly.Builder.build() |
BoundingPoly |
BoundingPoly.Builder.buildPartial() |
BoundingPoly |
BlockOrBuilder.getBoundingBox()
The bounding box for the block.
|
BoundingPoly |
Paragraph.getBoundingBox()
The bounding box for the paragraph.
|
BoundingPoly |
Paragraph.Builder.getBoundingBox()
The bounding box for the paragraph.
|
BoundingPoly |
Word.getBoundingBox()
The bounding box for the word.
|
BoundingPoly |
Word.Builder.getBoundingBox()
The bounding box for the word.
|
BoundingPoly |
ParagraphOrBuilder.getBoundingBox()
The bounding box for the paragraph.
|
BoundingPoly |
Block.getBoundingBox()
The bounding box for the block.
|
BoundingPoly |
Block.Builder.getBoundingBox()
The bounding box for the block.
|
BoundingPoly |
SymbolOrBuilder.getBoundingBox()
The bounding box for the symbol.
|
BoundingPoly |
WordOrBuilder.getBoundingBox()
The bounding box for the word.
|
BoundingPoly |
Symbol.getBoundingBox()
The bounding box for the symbol.
|
BoundingPoly |
Symbol.Builder.getBoundingBox()
The bounding box for the symbol.
|
BoundingPoly |
EntityAnnotationOrBuilder.getBoundingPoly()
Image region to which this entity belongs.
|
BoundingPoly |
CropHintOrBuilder.getBoundingPoly()
The bounding polygon for the crop region.
|
BoundingPoly |
FaceAnnotationOrBuilder.getBoundingPoly()
The bounding polygon around the face.
|
BoundingPoly |
CropHint.getBoundingPoly()
The bounding polygon for the crop region.
|
BoundingPoly |
CropHint.Builder.getBoundingPoly()
The bounding polygon for the crop region.
|
BoundingPoly |
EntityAnnotation.getBoundingPoly()
Image region to which this entity belongs.
|
BoundingPoly |
EntityAnnotation.Builder.getBoundingPoly()
Image region to which this entity belongs.
|
BoundingPoly |
FaceAnnotation.getBoundingPoly()
The bounding polygon around the face.
|
BoundingPoly |
FaceAnnotation.Builder.getBoundingPoly()
The bounding polygon around the face.
|
static BoundingPoly |
BoundingPoly.getDefaultInstance() |
BoundingPoly |
BoundingPoly.getDefaultInstanceForType() |
BoundingPoly |
BoundingPoly.Builder.getDefaultInstanceForType() |
BoundingPoly |
FaceAnnotationOrBuilder.getFdBoundingPoly()
The `fd_bounding_poly` bounding polygon is tighter than the
`boundingPoly`, and encloses only the skin part of the face.
|
BoundingPoly |
FaceAnnotation.getFdBoundingPoly()
The `fd_bounding_poly` bounding polygon is tighter than the
`boundingPoly`, and encloses only the skin part of the face.
|
BoundingPoly |
FaceAnnotation.Builder.getFdBoundingPoly()
The `fd_bounding_poly` bounding polygon is tighter than the
`boundingPoly`, and encloses only the skin part of the face.
|
static BoundingPoly |
BoundingPoly.parseDelimitedFrom(InputStream input) |
static BoundingPoly |
BoundingPoly.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static BoundingPoly |
BoundingPoly.parseFrom(byte[] data) |
static BoundingPoly |
BoundingPoly.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static BoundingPoly |
BoundingPoly.parseFrom(ByteBuffer data) |
static BoundingPoly |
BoundingPoly.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static BoundingPoly |
BoundingPoly.parseFrom(ByteString data) |
static BoundingPoly |
BoundingPoly.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static BoundingPoly |
BoundingPoly.parseFrom(CodedInputStream input) |
static BoundingPoly |
BoundingPoly.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static BoundingPoly |
BoundingPoly.parseFrom(InputStream input) |
static BoundingPoly |
BoundingPoly.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Parser<BoundingPoly> |
BoundingPoly.getParserForType() |
static Parser<BoundingPoly> |
BoundingPoly.parser() |
Modifier and Type | Method and Description |
---|---|
Paragraph.Builder |
Paragraph.Builder.mergeBoundingBox(BoundingPoly value)
The bounding box for the paragraph.
|
Word.Builder |
Word.Builder.mergeBoundingBox(BoundingPoly value)
The bounding box for the word.
|
Block.Builder |
Block.Builder.mergeBoundingBox(BoundingPoly value)
The bounding box for the block.
|
Symbol.Builder |
Symbol.Builder.mergeBoundingBox(BoundingPoly value)
The bounding box for the symbol.
|
CropHint.Builder |
CropHint.Builder.mergeBoundingPoly(BoundingPoly value)
The bounding polygon for the crop region.
|
EntityAnnotation.Builder |
EntityAnnotation.Builder.mergeBoundingPoly(BoundingPoly value)
Image region to which this entity belongs.
|
FaceAnnotation.Builder |
FaceAnnotation.Builder.mergeBoundingPoly(BoundingPoly value)
The bounding polygon around the face.
|
FaceAnnotation.Builder |
FaceAnnotation.Builder.mergeFdBoundingPoly(BoundingPoly value)
The `fd_bounding_poly` bounding polygon is tighter than the
`boundingPoly`, and encloses only the skin part of the face.
|
BoundingPoly.Builder |
BoundingPoly.Builder.mergeFrom(BoundingPoly other) |
static BoundingPoly.Builder |
BoundingPoly.newBuilder(BoundingPoly prototype) |
Paragraph.Builder |
Paragraph.Builder.setBoundingBox(BoundingPoly value)
The bounding box for the paragraph.
|
Word.Builder |
Word.Builder.setBoundingBox(BoundingPoly value)
The bounding box for the word.
|
Block.Builder |
Block.Builder.setBoundingBox(BoundingPoly value)
The bounding box for the block.
|
Symbol.Builder |
Symbol.Builder.setBoundingBox(BoundingPoly value)
The bounding box for the symbol.
|
CropHint.Builder |
CropHint.Builder.setBoundingPoly(BoundingPoly value)
The bounding polygon for the crop region.
|
EntityAnnotation.Builder |
EntityAnnotation.Builder.setBoundingPoly(BoundingPoly value)
Image region to which this entity belongs.
|
FaceAnnotation.Builder |
FaceAnnotation.Builder.setBoundingPoly(BoundingPoly value)
The bounding polygon around the face.
|
FaceAnnotation.Builder |
FaceAnnotation.Builder.setFdBoundingPoly(BoundingPoly value)
The `fd_bounding_poly` bounding polygon is tighter than the
`boundingPoly`, and encloses only the skin part of the face.
|
Copyright © 2022 Google LLC. All rights reserved.