Interface WeaviateProtoBaseSearch.NearImageSearchOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
WeaviateProtoBaseSearch.NearImageSearch, WeaviateProtoBaseSearch.NearImageSearch.Builder
Enclosing class:
WeaviateProtoBaseSearch

public static interface WeaviateProtoBaseSearch.NearImageSearchOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    optional double certainty = 2;
    double
    optional double distance = 3;
    string image = 1;
    com.google.protobuf.ByteString
    string image = 1;
    .weaviate.v1.Targets targets = 5;
    .weaviate.v1.Targets targets = 5;
    getTargetVectors(int index)
    Deprecated.
    weaviate.v1.NearImageSearch.target_vectors is deprecated.
    com.google.protobuf.ByteString
    Deprecated.
    weaviate.v1.NearImageSearch.target_vectors is deprecated.
    int
    Deprecated.
    weaviate.v1.NearImageSearch.target_vectors is deprecated.
    Deprecated.
    weaviate.v1.NearImageSearch.target_vectors is deprecated.
    boolean
    optional double certainty = 2;
    boolean
    optional double distance = 3;
    boolean
    .weaviate.v1.Targets targets = 5;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getImage

      String getImage()
      string image = 1;
      Returns:
      The image.
    • getImageBytes

      com.google.protobuf.ByteString getImageBytes()
      string image = 1;
      Returns:
      The bytes for image.
    • hasCertainty

      boolean hasCertainty()
      optional double certainty = 2;
      Returns:
      Whether the certainty field is set.
    • getCertainty

      double getCertainty()
      optional double certainty = 2;
      Returns:
      The certainty.
    • hasDistance

      boolean hasDistance()
      optional double distance = 3;
      Returns:
      Whether the distance field is set.
    • getDistance

      double getDistance()
      optional double distance = 3;
      Returns:
      The distance.
    • getTargetVectorsList

      @Deprecated List<String> getTargetVectorsList()
      Deprecated.
      weaviate.v1.NearImageSearch.target_vectors is deprecated. See v1/base_search.proto;l=105
       deprecated in 1.26 - use targets
       
      repeated string target_vectors = 4 [deprecated = true];
      Returns:
      A list containing the targetVectors.
    • getTargetVectorsCount

      @Deprecated int getTargetVectorsCount()
      Deprecated.
      weaviate.v1.NearImageSearch.target_vectors is deprecated. See v1/base_search.proto;l=105
       deprecated in 1.26 - use targets
       
      repeated string target_vectors = 4 [deprecated = true];
      Returns:
      The count of targetVectors.
    • getTargetVectors

      @Deprecated String getTargetVectors(int index)
      Deprecated.
      weaviate.v1.NearImageSearch.target_vectors is deprecated. See v1/base_search.proto;l=105
       deprecated in 1.26 - use targets
       
      repeated string target_vectors = 4 [deprecated = true];
      Parameters:
      index - The index of the element to return.
      Returns:
      The targetVectors at the given index.
    • getTargetVectorsBytes

      @Deprecated com.google.protobuf.ByteString getTargetVectorsBytes(int index)
      Deprecated.
      weaviate.v1.NearImageSearch.target_vectors is deprecated. See v1/base_search.proto;l=105
       deprecated in 1.26 - use targets
       
      repeated string target_vectors = 4 [deprecated = true];
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the targetVectors at the given index.
    • hasTargets

      boolean hasTargets()
      .weaviate.v1.Targets targets = 5;
      Returns:
      Whether the targets field is set.
    • getTargets

      .weaviate.v1.Targets targets = 5;
      Returns:
      The targets.
    • getTargetsOrBuilder

      .weaviate.v1.Targets targets = 5;