Package org.vitrivr.cineast.api.grpc
Interface CineastGrpc.SemanticMapQueryContainerOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CineastGrpc.SemanticMapQueryContainer,CineastGrpc.SemanticMapQueryContainer.Builder
- Enclosing class:
- CineastGrpc
public static interface CineastGrpc.SemanticMapQueryContainerOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsConcepts(String key) map<string, string> concepts = 2;Deprecated.intmap<string, string> concepts = 2;map<string, string> concepts = 2;getConceptsOrDefault(String key, String defaultValue) map<string, string> concepts = 2;getConceptsOrThrow(String key) map<string, string> concepts = 2;com.google.protobuf.ByteStringgetImage()bytes image = 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
-
getImage
com.google.protobuf.ByteString getImage()bytes image = 1;- Returns:
- The image.
-
getConceptsCount
int getConceptsCount()map<string, string> concepts = 2; -
containsConcepts
map<string, string> concepts = 2; -
getConcepts
Deprecated.UsegetConceptsMap()instead. -
getConceptsMap
map<string, string> concepts = 2; -
getConceptsOrDefault
map<string, string> concepts = 2; -
getConceptsOrThrow
map<string, string> concepts = 2;
-