Uses of Class
com.google.cloud.videointelligence.v1.NormalizedVertex
-
Packages that use NormalizedVertex Package Description com.google.cloud.videointelligence.v1 A client to Cloud Video Intelligence API -
-
Uses of NormalizedVertex in com.google.cloud.videointelligence.v1
Methods in com.google.cloud.videointelligence.v1 that return NormalizedVertex Modifier and Type Method Description NormalizedVertexNormalizedVertex.Builder. build()NormalizedVertexNormalizedVertex.Builder. buildPartial()static NormalizedVertexNormalizedVertex. getDefaultInstance()NormalizedVertexNormalizedVertex.Builder. getDefaultInstanceForType()NormalizedVertexNormalizedVertex. getDefaultInstanceForType()NormalizedVertexDetectedLandmark.Builder. getPoint()The 2D point of the detected landmark using the normalized image coordindate system.NormalizedVertexDetectedLandmark. getPoint()The 2D point of the detected landmark using the normalized image coordindate system.NormalizedVertexDetectedLandmarkOrBuilder. getPoint()The 2D point of the detected landmark using the normalized image coordindate system.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.v1 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.v1 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)DetectedLandmark.BuilderDetectedLandmark.Builder. mergePoint(NormalizedVertex value)The 2D point of the detected landmark using the normalized image coordindate system.static NormalizedVertex.BuilderNormalizedVertex. newBuilder(NormalizedVertex prototype)DetectedLandmark.BuilderDetectedLandmark.Builder. setPoint(NormalizedVertex value)The 2D point of the detected landmark using the normalized image coordindate system.NormalizedBoundingPoly.BuilderNormalizedBoundingPoly.Builder. setVertices(int index, NormalizedVertex value)Normalized vertices of the bounding polygon.Method parameters in com.google.cloud.videointelligence.v1 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.
-