Package | Description |
---|---|
com.google.cloud.vision.v1 |
A client to Cloud Vision API
|
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 |
ReferenceImage.Builder.addBoundingPolysBuilder()
Optional.
|
BoundingPoly.Builder |
ReferenceImage.Builder.addBoundingPolysBuilder(int index)
Optional.
|
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 |
ProductSearchResults.GroupedResult.Builder.getBoundingPolyBuilder()
The bounding polygon around the product detected in the query image.
|
BoundingPoly.Builder |
LocalizedObjectAnnotation.Builder.getBoundingPolyBuilder()
Image region to which this object belongs.
|
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 |
ProductSearchParams.Builder.getBoundingPolyBuilder()
The bounding polygon around the area of interest in the image.
|
BoundingPoly.Builder |
FaceAnnotation.Builder.getBoundingPolyBuilder()
The bounding polygon around the face.
|
BoundingPoly.Builder |
ReferenceImage.Builder.getBoundingPolysBuilder(int index)
Optional.
|
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 |
---|---|
List<BoundingPoly.Builder> |
ReferenceImage.Builder.getBoundingPolysBuilderList()
Optional.
|
Modifier and Type | Method and Description |
---|---|
ReferenceImage.Builder |
ReferenceImage.Builder.addBoundingPolys(BoundingPoly.Builder builderForValue)
Optional.
|
ReferenceImage.Builder |
ReferenceImage.Builder.addBoundingPolys(int index,
BoundingPoly.Builder builderForValue)
Optional.
|
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.
|
ProductSearchResults.GroupedResult.Builder |
ProductSearchResults.GroupedResult.Builder.setBoundingPoly(BoundingPoly.Builder builderForValue)
The bounding polygon around the product detected in the query image.
|
LocalizedObjectAnnotation.Builder |
LocalizedObjectAnnotation.Builder.setBoundingPoly(BoundingPoly.Builder builderForValue)
Image region to which this object belongs.
|
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.
|
ProductSearchParams.Builder |
ProductSearchParams.Builder.setBoundingPoly(BoundingPoly.Builder builderForValue)
The bounding polygon around the area of interest in the image.
|
FaceAnnotation.Builder |
FaceAnnotation.Builder.setBoundingPoly(BoundingPoly.Builder builderForValue)
The bounding polygon around the face.
|
ReferenceImage.Builder |
ReferenceImage.Builder.setBoundingPolys(int index,
BoundingPoly.Builder builderForValue)
Optional.
|
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.