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 NormalizedVertexNormalizedVertex.Builder. build()NormalizedVertexNormalizedVertex.Builder. buildPartial()static NormalizedVertexNormalizedVertex. getDefaultInstance()NormalizedVertexNormalizedVertex.Builder. getDefaultInstanceForType()NormalizedVertexNormalizedVertex. getDefaultInstanceForType()NormalizedVertexBoundingPoly.Builder. getNormalizedVertices(int index)Output only .NormalizedVertexBoundingPoly. getNormalizedVertices(int index)Output only .NormalizedVertexBoundingPolyOrBuilder. getNormalizedVertices(int index)Output only .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.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.BuilderBoundingPoly.Builder. addNormalizedVertices(int index, NormalizedVertex value)Output only .BoundingPoly.BuilderBoundingPoly.Builder. addNormalizedVertices(NormalizedVertex value)Output only .NormalizedVertex.BuilderNormalizedVertex.Builder. mergeFrom(NormalizedVertex other)static NormalizedVertex.BuilderNormalizedVertex. newBuilder(NormalizedVertex prototype)BoundingPoly.BuilderBoundingPoly.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.BuilderBoundingPoly.Builder. addAllNormalizedVertices(Iterable<? extends NormalizedVertex> values)Output only .
-