Uses of Interface
com.google.cloud.videointelligence.v1p3beta1.DetectedLandmarkOrBuilder
-
Packages that use DetectedLandmarkOrBuilder Package Description com.google.cloud.videointelligence.v1p3beta1 A client to Cloud Video Intelligence API -
-
Uses of DetectedLandmarkOrBuilder in com.google.cloud.videointelligence.v1p3beta1
Classes in com.google.cloud.videointelligence.v1p3beta1 that implement DetectedLandmarkOrBuilder Modifier and Type Class Description class
DetectedLandmark
A generic detected landmark represented by name in string format and a 2D location.static class
DetectedLandmark.Builder
A generic detected landmark represented by name in string format and a 2D location.Methods in com.google.cloud.videointelligence.v1p3beta1 that return DetectedLandmarkOrBuilder Modifier and Type Method Description DetectedLandmarkOrBuilder
TimestampedObject.Builder. getLandmarksOrBuilder(int index)
Optional.DetectedLandmarkOrBuilder
TimestampedObject. getLandmarksOrBuilder(int index)
Optional.DetectedLandmarkOrBuilder
TimestampedObjectOrBuilder. getLandmarksOrBuilder(int index)
Optional.Methods in com.google.cloud.videointelligence.v1p3beta1 that return types with arguments of type DetectedLandmarkOrBuilder Modifier and Type Method Description List<? extends DetectedLandmarkOrBuilder>
TimestampedObject.Builder. getLandmarksOrBuilderList()
Optional.List<? extends DetectedLandmarkOrBuilder>
TimestampedObject. getLandmarksOrBuilderList()
Optional.List<? extends DetectedLandmarkOrBuilder>
TimestampedObjectOrBuilder. getLandmarksOrBuilderList()
Optional.
-