Uses of Class
com.google.cloud.videointelligence.v1p2beta1.NormalizedVertex
-
Packages that use NormalizedVertex Package Description com.google.cloud.videointelligence.v1p2beta1 A client to Cloud Video Intelligence API -
-
Uses of NormalizedVertex in com.google.cloud.videointelligence.v1p2beta1
Methods in com.google.cloud.videointelligence.v1p2beta1 that return NormalizedVertex Modifier and Type Method Description NormalizedVertexNormalizedVertex.Builder. build()NormalizedVertexNormalizedVertex.Builder. buildPartial()static NormalizedVertexNormalizedVertex. getDefaultInstance()NormalizedVertexNormalizedVertex.Builder. getDefaultInstanceForType()NormalizedVertexNormalizedVertex. getDefaultInstanceForType()NormalizedVertexNormalizedBoundingPoly.Builder. getVertices(int index)Normalized vertices of the bounding polygon.NormalizedVertexNormalizedBoundingPoly. getVertices(int index)Normalized vertices of the bounding polygon.NormalizedVertexNormalizedBoundingPolyOrBuilder. getVertices(int index)Normalized vertices of the bounding polygon.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.videointelligence.v1p2beta1 that return types with arguments of type NormalizedVertex Modifier and Type Method Description com.google.protobuf.Parser<NormalizedVertex>NormalizedVertex. getParserForType()List<NormalizedVertex>NormalizedBoundingPoly.Builder. getVerticesList()Normalized vertices of the bounding polygon.List<NormalizedVertex>NormalizedBoundingPoly. getVerticesList()Normalized vertices of the bounding polygon.List<NormalizedVertex>NormalizedBoundingPolyOrBuilder. getVerticesList()Normalized vertices of the bounding polygon.static com.google.protobuf.Parser<NormalizedVertex>NormalizedVertex. parser()Methods in com.google.cloud.videointelligence.v1p2beta1 with parameters of type NormalizedVertex Modifier and Type Method Description NormalizedBoundingPoly.BuilderNormalizedBoundingPoly.Builder. addVertices(int index, NormalizedVertex value)Normalized vertices of the bounding polygon.NormalizedBoundingPoly.BuilderNormalizedBoundingPoly.Builder. addVertices(NormalizedVertex value)Normalized vertices of the bounding polygon.NormalizedVertex.BuilderNormalizedVertex.Builder. mergeFrom(NormalizedVertex other)static NormalizedVertex.BuilderNormalizedVertex. newBuilder(NormalizedVertex prototype)NormalizedBoundingPoly.BuilderNormalizedBoundingPoly.Builder. setVertices(int index, NormalizedVertex value)Normalized vertices of the bounding polygon.Method parameters in com.google.cloud.videointelligence.v1p2beta1 with type arguments of type NormalizedVertex Modifier and Type Method Description NormalizedBoundingPoly.BuilderNormalizedBoundingPoly.Builder. addAllVertices(Iterable<? extends NormalizedVertex> values)Normalized vertices of the bounding polygon.
-