Uses of Interface
com.google.cloud.vision.v1p4beta1.NormalizedVertexOrBuilder
-
Packages that use NormalizedVertexOrBuilder Package Description com.google.cloud.vision.v1p4beta1 A client to Cloud Vision API -
-
Uses of NormalizedVertexOrBuilder in com.google.cloud.vision.v1p4beta1
Classes in com.google.cloud.vision.v1p4beta1 that implement NormalizedVertexOrBuilder Modifier and Type Class Description classNormalizedVertexA vertex represents a 2D point in the image.static classNormalizedVertex.BuilderA vertex represents a 2D point in the image.Methods in com.google.cloud.vision.v1p4beta1 that return NormalizedVertexOrBuilder Modifier and Type Method Description NormalizedVertexOrBuilderBoundingPoly.Builder. getNormalizedVerticesOrBuilder(int index)The bounding polygon normalized vertices.NormalizedVertexOrBuilderBoundingPoly. getNormalizedVerticesOrBuilder(int index)The bounding polygon normalized vertices.NormalizedVertexOrBuilderBoundingPolyOrBuilder. getNormalizedVerticesOrBuilder(int index)The bounding polygon normalized vertices.Methods in com.google.cloud.vision.v1p4beta1 that return types with arguments of type NormalizedVertexOrBuilder Modifier and Type Method Description List<? extends NormalizedVertexOrBuilder>BoundingPoly.Builder. getNormalizedVerticesOrBuilderList()The bounding polygon normalized vertices.List<? extends NormalizedVertexOrBuilder>BoundingPoly. getNormalizedVerticesOrBuilderList()The bounding polygon normalized vertices.List<? extends NormalizedVertexOrBuilder>BoundingPolyOrBuilder. getNormalizedVerticesOrBuilderList()The bounding polygon normalized vertices.
-