Uses of Class
com.google.cloud.videointelligence.v1.DetectedLandmark
-
Packages that use DetectedLandmark Package Description com.google.cloud.videointelligence.v1 A client to Cloud Video Intelligence API -
-
Uses of DetectedLandmark in com.google.cloud.videointelligence.v1
Methods in com.google.cloud.videointelligence.v1 that return DetectedLandmark Modifier and Type Method Description DetectedLandmarkDetectedLandmark.Builder. build()DetectedLandmarkDetectedLandmark.Builder. buildPartial()static DetectedLandmarkDetectedLandmark. getDefaultInstance()DetectedLandmarkDetectedLandmark.Builder. getDefaultInstanceForType()DetectedLandmarkDetectedLandmark. getDefaultInstanceForType()DetectedLandmarkTimestampedObject.Builder. getLandmarks(int index)Optional.DetectedLandmarkTimestampedObject. getLandmarks(int index)Optional.DetectedLandmarkTimestampedObjectOrBuilder. getLandmarks(int index)Optional.static DetectedLandmarkDetectedLandmark. parseDelimitedFrom(InputStream input)static DetectedLandmarkDetectedLandmark. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DetectedLandmarkDetectedLandmark. parseFrom(byte[] data)static DetectedLandmarkDetectedLandmark. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DetectedLandmarkDetectedLandmark. parseFrom(com.google.protobuf.ByteString data)static DetectedLandmarkDetectedLandmark. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DetectedLandmarkDetectedLandmark. parseFrom(com.google.protobuf.CodedInputStream input)static DetectedLandmarkDetectedLandmark. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DetectedLandmarkDetectedLandmark. parseFrom(InputStream input)static DetectedLandmarkDetectedLandmark. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DetectedLandmarkDetectedLandmark. parseFrom(ByteBuffer data)static DetectedLandmarkDetectedLandmark. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.videointelligence.v1 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.v1 with parameters of type DetectedLandmark Modifier and Type Method Description TimestampedObject.BuilderTimestampedObject.Builder. addLandmarks(int index, DetectedLandmark value)Optional.TimestampedObject.BuilderTimestampedObject.Builder. addLandmarks(DetectedLandmark value)Optional.DetectedLandmark.BuilderDetectedLandmark.Builder. mergeFrom(DetectedLandmark other)static DetectedLandmark.BuilderDetectedLandmark. newBuilder(DetectedLandmark prototype)TimestampedObject.BuilderTimestampedObject.Builder. setLandmarks(int index, DetectedLandmark value)Optional.Method parameters in com.google.cloud.videointelligence.v1 with type arguments of type DetectedLandmark Modifier and Type Method Description TimestampedObject.BuilderTimestampedObject.Builder. addAllLandmarks(Iterable<? extends DetectedLandmark> values)Optional.
-