Uses of Class
com.google.cloud.vision.v1.NormalizedVertex
-
Packages that use NormalizedVertex Package Description com.google.cloud.vision.v1 A client to Cloud Vision API -
-
Uses of NormalizedVertex in com.google.cloud.vision.v1
Methods in com.google.cloud.vision.v1 that return NormalizedVertex Modifier and Type Method Description NormalizedVertexNormalizedVertex.Builder. build()NormalizedVertexNormalizedVertex.Builder. buildPartial()static NormalizedVertexNormalizedVertex. getDefaultInstance()NormalizedVertexNormalizedVertex.Builder. getDefaultInstanceForType()NormalizedVertexNormalizedVertex. getDefaultInstanceForType()NormalizedVertexBoundingPoly.Builder. getNormalizedVertices(int index)The bounding polygon normalized vertices.NormalizedVertexBoundingPoly. getNormalizedVertices(int index)The bounding polygon normalized vertices.NormalizedVertexBoundingPolyOrBuilder. getNormalizedVertices(int index)The bounding polygon normalized vertices.static NormalizedVertexNormalizedVertex. parseDelimitedFrom(InputStream input)static NormalizedVertexNormalizedVertex. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NormalizedVertexNormalizedVertex. parseFrom(byte[] data)static NormalizedVertexNormalizedVertex. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NormalizedVertexNormalizedVertex. parseFrom(com.google.protobuf.ByteString data)static NormalizedVertexNormalizedVertex. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NormalizedVertexNormalizedVertex. parseFrom(com.google.protobuf.CodedInputStream input)static NormalizedVertexNormalizedVertex. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NormalizedVertexNormalizedVertex. parseFrom(InputStream input)static NormalizedVertexNormalizedVertex. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NormalizedVertexNormalizedVertex. parseFrom(ByteBuffer data)static NormalizedVertexNormalizedVertex. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.vision.v1 that return types with arguments of type NormalizedVertex Modifier and Type Method Description List<NormalizedVertex>BoundingPoly.Builder. getNormalizedVerticesList()The bounding polygon normalized vertices.List<NormalizedVertex>BoundingPoly. getNormalizedVerticesList()The bounding polygon normalized vertices.List<NormalizedVertex>BoundingPolyOrBuilder. getNormalizedVerticesList()The bounding polygon normalized vertices.com.google.protobuf.Parser<NormalizedVertex>NormalizedVertex. getParserForType()static com.google.protobuf.Parser<NormalizedVertex>NormalizedVertex. parser()Methods in com.google.cloud.vision.v1 with parameters of type NormalizedVertex Modifier and Type Method Description BoundingPoly.BuilderBoundingPoly.Builder. addNormalizedVertices(int index, NormalizedVertex value)The bounding polygon normalized vertices.BoundingPoly.BuilderBoundingPoly.Builder. addNormalizedVertices(NormalizedVertex value)The bounding polygon normalized vertices.NormalizedVertex.BuilderNormalizedVertex.Builder. mergeFrom(NormalizedVertex other)static NormalizedVertex.BuilderNormalizedVertex. newBuilder(NormalizedVertex prototype)BoundingPoly.BuilderBoundingPoly.Builder. setNormalizedVertices(int index, NormalizedVertex value)The bounding polygon normalized vertices.Method parameters in com.google.cloud.vision.v1 with type arguments of type NormalizedVertex Modifier and Type Method Description BoundingPoly.BuilderBoundingPoly.Builder. addAllNormalizedVertices(Iterable<? extends NormalizedVertex> values)The bounding polygon normalized vertices.
-