Package | Description |
---|---|
com.google.cloud.vision.v1p2beta1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
BoundingPoly.Builder |
BoundingPoly.Builder.addAllNormalizedVertices(Iterable<? extends NormalizedVertex> values)
The bounding polygon normalized vertices.
|
BoundingPoly.Builder |
BoundingPoly.Builder.addAllVertices(Iterable<? extends Vertex> values)
The bounding polygon vertices.
|
BoundingPoly.Builder |
BoundingPoly.Builder.addNormalizedVertices(int index,
NormalizedVertex.Builder builderForValue)
The bounding polygon normalized vertices.
|
BoundingPoly.Builder |
BoundingPoly.Builder.addNormalizedVertices(int index,
NormalizedVertex value)
The bounding polygon normalized vertices.
|
BoundingPoly.Builder |
BoundingPoly.Builder.addNormalizedVertices(NormalizedVertex.Builder builderForValue)
The bounding polygon normalized vertices.
|
BoundingPoly.Builder |
BoundingPoly.Builder.addNormalizedVertices(NormalizedVertex value)
The bounding polygon normalized vertices.
|
BoundingPoly.Builder |
BoundingPoly.Builder.addRepeatedField(Descriptors.FieldDescriptor field,
Object value) |
BoundingPoly.Builder |
BoundingPoly.Builder.addVertices(int index,
Vertex.Builder builderForValue)
The bounding polygon vertices.
|
BoundingPoly.Builder |
BoundingPoly.Builder.addVertices(int index,
Vertex value)
The bounding polygon vertices.
|
BoundingPoly.Builder |
BoundingPoly.Builder.addVertices(Vertex.Builder builderForValue)
The bounding polygon vertices.
|
BoundingPoly.Builder |
BoundingPoly.Builder.addVertices(Vertex value)
The bounding polygon vertices.
|
BoundingPoly.Builder |
BoundingPoly.Builder.clear() |
BoundingPoly.Builder |
BoundingPoly.Builder.clearField(Descriptors.FieldDescriptor field) |
BoundingPoly.Builder |
BoundingPoly.Builder.clearNormalizedVertices()
The bounding polygon normalized vertices.
|
BoundingPoly.Builder |
BoundingPoly.Builder.clearOneof(Descriptors.OneofDescriptor oneof) |
BoundingPoly.Builder |
BoundingPoly.Builder.clearVertices()
The bounding polygon vertices.
|
BoundingPoly.Builder |
BoundingPoly.Builder.clone() |
BoundingPoly.Builder |
Paragraph.Builder.getBoundingBoxBuilder()
The bounding box for the paragraph.
|
BoundingPoly.Builder |
Word.Builder.getBoundingBoxBuilder()
The bounding box for the word.
|
BoundingPoly.Builder |
Block.Builder.getBoundingBoxBuilder()
The bounding box for the block.
|
BoundingPoly.Builder |
Symbol.Builder.getBoundingBoxBuilder()
The bounding box for the symbol.
|
BoundingPoly.Builder |
CropHint.Builder.getBoundingPolyBuilder()
The bounding polygon for the crop region.
|
BoundingPoly.Builder |
EntityAnnotation.Builder.getBoundingPolyBuilder()
Image region to which this entity belongs.
|
BoundingPoly.Builder |
FaceAnnotation.Builder.getBoundingPolyBuilder()
The bounding polygon around the face.
|
BoundingPoly.Builder |
FaceAnnotation.Builder.getFdBoundingPolyBuilder()
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) |
BoundingPoly.Builder |
BoundingPoly.Builder.mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
BoundingPoly.Builder |
BoundingPoly.Builder.mergeFrom(Message other) |
BoundingPoly.Builder |
BoundingPoly.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
static BoundingPoly.Builder |
BoundingPoly.newBuilder() |
static BoundingPoly.Builder |
BoundingPoly.newBuilder(BoundingPoly prototype) |
BoundingPoly.Builder |
BoundingPoly.newBuilderForType() |
protected BoundingPoly.Builder |
BoundingPoly.newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
BoundingPoly.Builder |
BoundingPoly.Builder.removeNormalizedVertices(int index)
The bounding polygon normalized vertices.
|
BoundingPoly.Builder |
BoundingPoly.Builder.removeVertices(int index)
The bounding polygon vertices.
|
BoundingPoly.Builder |
BoundingPoly.Builder.setField(Descriptors.FieldDescriptor field,
Object value) |
BoundingPoly.Builder |
BoundingPoly.Builder.setNormalizedVertices(int index,
NormalizedVertex.Builder builderForValue)
The bounding polygon normalized vertices.
|
BoundingPoly.Builder |
BoundingPoly.Builder.setNormalizedVertices(int index,
NormalizedVertex value)
The bounding polygon normalized vertices.
|
BoundingPoly.Builder |
BoundingPoly.Builder.setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
BoundingPoly.Builder |
BoundingPoly.Builder.setUnknownFields(UnknownFieldSet unknownFields) |
BoundingPoly.Builder |
BoundingPoly.Builder.setVertices(int index,
Vertex.Builder builderForValue)
The bounding polygon vertices.
|
BoundingPoly.Builder |
BoundingPoly.Builder.setVertices(int index,
Vertex value)
The bounding polygon vertices.
|
BoundingPoly.Builder |
BoundingPoly.toBuilder() |
Modifier and Type | Method and Description |
---|---|
Paragraph.Builder |
Paragraph.Builder.setBoundingBox(BoundingPoly.Builder builderForValue)
The bounding box for the paragraph.
|
Word.Builder |
Word.Builder.setBoundingBox(BoundingPoly.Builder builderForValue)
The bounding box for the word.
|
Block.Builder |
Block.Builder.setBoundingBox(BoundingPoly.Builder builderForValue)
The bounding box for the block.
|
Symbol.Builder |
Symbol.Builder.setBoundingBox(BoundingPoly.Builder builderForValue)
The bounding box for the symbol.
|
CropHint.Builder |
CropHint.Builder.setBoundingPoly(BoundingPoly.Builder builderForValue)
The bounding polygon for the crop region.
|
EntityAnnotation.Builder |
EntityAnnotation.Builder.setBoundingPoly(BoundingPoly.Builder builderForValue)
Image region to which this entity belongs.
|
FaceAnnotation.Builder |
FaceAnnotation.Builder.setBoundingPoly(BoundingPoly.Builder builderForValue)
The bounding polygon around the face.
|
FaceAnnotation.Builder |
FaceAnnotation.Builder.setFdBoundingPoly(BoundingPoly.Builder builderForValue)
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.