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