Interface SearchRequest.ImageQueryOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getImageBytes()
      Base64 encoded image bytes.
      com.google.protobuf.ByteString getImageBytesBytes()
      Base64 encoded image bytes.
      SearchRequest.ImageQuery.ImageCase getImageCase()  
      boolean hasImageBytes()
      Base64 encoded image bytes.
      • 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 Detail

      • hasImageBytes

        boolean hasImageBytes()
         Base64 encoded image bytes. Supported image formats: JPEG, PNG, and
         BMP.
         
        string image_bytes = 1;
        Returns:
        Whether the imageBytes field is set.
      • getImageBytes

        String getImageBytes()
         Base64 encoded image bytes. Supported image formats: JPEG, PNG, and
         BMP.
         
        string image_bytes = 1;
        Returns:
        The imageBytes.
      • getImageBytesBytes

        com.google.protobuf.ByteString getImageBytesBytes()
         Base64 encoded image bytes. Supported image formats: JPEG, PNG, and
         BMP.
         
        string image_bytes = 1;
        Returns:
        The bytes for imageBytes.