Uses of Class
com.google.cloud.videointelligence.v1p3beta1.DetectedLandmark
-
Packages that use DetectedLandmark Package Description com.google.cloud.videointelligence.v1p3beta1 A client to Cloud Video Intelligence API -
-
Uses of DetectedLandmark in com.google.cloud.videointelligence.v1p3beta1
Methods in com.google.cloud.videointelligence.v1p3beta1 that return DetectedLandmark Modifier and Type Method Description DetectedLandmark
DetectedLandmark.Builder. build()
DetectedLandmark
DetectedLandmark.Builder. buildPartial()
static DetectedLandmark
DetectedLandmark. getDefaultInstance()
DetectedLandmark
DetectedLandmark.Builder. getDefaultInstanceForType()
DetectedLandmark
DetectedLandmark. getDefaultInstanceForType()
DetectedLandmark
TimestampedObject.Builder. getLandmarks(int index)
Optional.DetectedLandmark
TimestampedObject. getLandmarks(int index)
Optional.DetectedLandmark
TimestampedObjectOrBuilder. getLandmarks(int index)
Optional.static DetectedLandmark
DetectedLandmark. parseDelimitedFrom(InputStream input)
static DetectedLandmark
DetectedLandmark. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DetectedLandmark
DetectedLandmark. parseFrom(byte[] data)
static DetectedLandmark
DetectedLandmark. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DetectedLandmark
DetectedLandmark. parseFrom(com.google.protobuf.ByteString data)
static DetectedLandmark
DetectedLandmark. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DetectedLandmark
DetectedLandmark. parseFrom(com.google.protobuf.CodedInputStream input)
static DetectedLandmark
DetectedLandmark. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DetectedLandmark
DetectedLandmark. parseFrom(InputStream input)
static DetectedLandmark
DetectedLandmark. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DetectedLandmark
DetectedLandmark. parseFrom(ByteBuffer data)
static DetectedLandmark
DetectedLandmark. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.videointelligence.v1p3beta1 that return types with arguments of type DetectedLandmark Modifier and Type Method Description List<DetectedLandmark>
TimestampedObject.Builder. getLandmarksList()
Optional.List<DetectedLandmark>
TimestampedObject. getLandmarksList()
Optional.List<DetectedLandmark>
TimestampedObjectOrBuilder. getLandmarksList()
Optional.com.google.protobuf.Parser<DetectedLandmark>
DetectedLandmark. getParserForType()
static com.google.protobuf.Parser<DetectedLandmark>
DetectedLandmark. parser()
Methods in com.google.cloud.videointelligence.v1p3beta1 with parameters of type DetectedLandmark Modifier and Type Method Description TimestampedObject.Builder
TimestampedObject.Builder. addLandmarks(int index, DetectedLandmark value)
Optional.TimestampedObject.Builder
TimestampedObject.Builder. addLandmarks(DetectedLandmark value)
Optional.DetectedLandmark.Builder
DetectedLandmark.Builder. mergeFrom(DetectedLandmark other)
static DetectedLandmark.Builder
DetectedLandmark. newBuilder(DetectedLandmark prototype)
TimestampedObject.Builder
TimestampedObject.Builder. setLandmarks(int index, DetectedLandmark value)
Optional.Method parameters in com.google.cloud.videointelligence.v1p3beta1 with type arguments of type DetectedLandmark Modifier and Type Method Description TimestampedObject.Builder
TimestampedObject.Builder. addAllLandmarks(Iterable<? extends DetectedLandmark> values)
Optional.
-