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 NormalizedVertex
NormalizedVertex.Builder. build()
NormalizedVertex
NormalizedVertex.Builder. buildPartial()
static NormalizedVertex
NormalizedVertex. getDefaultInstance()
NormalizedVertex
NormalizedVertex.Builder. getDefaultInstanceForType()
NormalizedVertex
NormalizedVertex. getDefaultInstanceForType()
NormalizedVertex
DetectedLandmark.Builder. getPoint()
The 2D point of the detected landmark using the normalized image coordindate system.NormalizedVertex
DetectedLandmark. getPoint()
The 2D point of the detected landmark using the normalized image coordindate system.NormalizedVertex
DetectedLandmarkOrBuilder. getPoint()
The 2D point of the detected landmark using the normalized image coordindate system.NormalizedVertex
NormalizedBoundingPoly.Builder. getVertices(int index)
Normalized vertices of the bounding polygon.NormalizedVertex
NormalizedBoundingPoly. getVertices(int index)
Normalized vertices of the bounding polygon.NormalizedVertex
NormalizedBoundingPolyOrBuilder. getVertices(int index)
Normalized vertices of the bounding polygon.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.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.Builder
NormalizedBoundingPoly.Builder. addVertices(int index, NormalizedVertex value)
Normalized vertices of the bounding polygon.NormalizedBoundingPoly.Builder
NormalizedBoundingPoly.Builder. addVertices(NormalizedVertex value)
Normalized vertices of the bounding polygon.NormalizedVertex.Builder
NormalizedVertex.Builder. mergeFrom(NormalizedVertex other)
DetectedLandmark.Builder
DetectedLandmark.Builder. mergePoint(NormalizedVertex value)
The 2D point of the detected landmark using the normalized image coordindate system.static NormalizedVertex.Builder
NormalizedVertex. newBuilder(NormalizedVertex prototype)
DetectedLandmark.Builder
DetectedLandmark.Builder. setPoint(NormalizedVertex value)
The 2D point of the detected landmark using the normalized image coordindate system.NormalizedBoundingPoly.Builder
NormalizedBoundingPoly.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.Builder
NormalizedBoundingPoly.Builder. addAllVertices(Iterable<? extends NormalizedVertex> values)
Normalized vertices of the bounding polygon.
-