Package org.vitrivr.cineast.api.grpc
Interface CineastGrpc.MotionQueryContainerOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CineastGrpc.MotionQueryContainer,CineastGrpc.MotionQueryContainer.Builder
- Enclosing class:
- CineastGrpc
public static interface CineastGrpc.MotionQueryContainerOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetBackgroundPath(int index) repeated .org.vitrivr.cineast.api.grpc.MotionQueryContainer.MotionPath backgroundPath = 2;intrepeated .org.vitrivr.cineast.api.grpc.MotionQueryContainer.MotionPath backgroundPath = 2;repeated .org.vitrivr.cineast.api.grpc.MotionQueryContainer.MotionPath backgroundPath = 2;getBackgroundPathOrBuilder(int index) repeated .org.vitrivr.cineast.api.grpc.MotionQueryContainer.MotionPath backgroundPath = 2;repeated .org.vitrivr.cineast.api.grpc.MotionQueryContainer.MotionPath backgroundPath = 2;getForegroundPath(int index) repeated .org.vitrivr.cineast.api.grpc.MotionQueryContainer.MotionPath foregroundPath = 1;intrepeated .org.vitrivr.cineast.api.grpc.MotionQueryContainer.MotionPath foregroundPath = 1;repeated .org.vitrivr.cineast.api.grpc.MotionQueryContainer.MotionPath foregroundPath = 1;getForegroundPathOrBuilder(int index) repeated .org.vitrivr.cineast.api.grpc.MotionQueryContainer.MotionPath foregroundPath = 1;repeated .org.vitrivr.cineast.api.grpc.MotionQueryContainer.MotionPath foregroundPath = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getForegroundPathList
List<CineastGrpc.MotionQueryContainer.MotionPath> getForegroundPathList()repeated .org.vitrivr.cineast.api.grpc.MotionQueryContainer.MotionPath foregroundPath = 1; -
getForegroundPath
repeated .org.vitrivr.cineast.api.grpc.MotionQueryContainer.MotionPath foregroundPath = 1; -
getForegroundPathCount
int getForegroundPathCount()repeated .org.vitrivr.cineast.api.grpc.MotionQueryContainer.MotionPath foregroundPath = 1; -
getForegroundPathOrBuilderList
List<? extends CineastGrpc.MotionQueryContainer.MotionPathOrBuilder> getForegroundPathOrBuilderList()repeated .org.vitrivr.cineast.api.grpc.MotionQueryContainer.MotionPath foregroundPath = 1; -
getForegroundPathOrBuilder
repeated .org.vitrivr.cineast.api.grpc.MotionQueryContainer.MotionPath foregroundPath = 1; -
getBackgroundPathList
List<CineastGrpc.MotionQueryContainer.MotionPath> getBackgroundPathList()repeated .org.vitrivr.cineast.api.grpc.MotionQueryContainer.MotionPath backgroundPath = 2; -
getBackgroundPath
repeated .org.vitrivr.cineast.api.grpc.MotionQueryContainer.MotionPath backgroundPath = 2; -
getBackgroundPathCount
int getBackgroundPathCount()repeated .org.vitrivr.cineast.api.grpc.MotionQueryContainer.MotionPath backgroundPath = 2; -
getBackgroundPathOrBuilderList
List<? extends CineastGrpc.MotionQueryContainer.MotionPathOrBuilder> getBackgroundPathOrBuilderList()repeated .org.vitrivr.cineast.api.grpc.MotionQueryContainer.MotionPath backgroundPath = 2; -
getBackgroundPathOrBuilder
repeated .org.vitrivr.cineast.api.grpc.MotionQueryContainer.MotionPath backgroundPath = 2;
-