- query(PImage) - Method in class com.runwayml.Runway
-
send a query to Runway
Don't call this on a Runway instace, but a Runway sublcass instead.
- query(PImage, String, String) - Method in class com.runwayml.Runway
-
send an image query to Runway with specific format (JPG/PNG) and JSON key to hold the Base64 encoded image
Don't call this on a Runway instace, but a Runway sublcass instead.
- query(String) - Method in class com.runwayml.Runway
-
send a query to Runway
Don't call this on a Runway instace, but a Runway sublcass instead.
- QUERY - Static variable in class com.runwayml.RunwayHTTP
-
- query(PImage) - Method in class com.runwayml.RunwayHTTP
-
send an image query to Runway (defaults to jpg encoding format and "image" JSON object key)
- query(PImage, String, String) - Method in class com.runwayml.RunwayHTTP
-
send an image query to Runway
- query(String) - Method in class com.runwayml.RunwayHTTP
-
send a JSON string query to Runway
- QUERY - Static variable in class com.runwayml.RunwayOSC
-
- query(PImage) - Method in class com.runwayml.RunwayOSC
-
send a /query with a PImage sencoded as Base64 string within a JSON string (
- query(PImage, String, String) - Method in class com.runwayml.RunwayOSC
-
Send a /query OSC message to Runway with the passed image Base64 encoded with the selected format and as the value of the selected JSON key
- query(String) - Method in class com.runwayml.RunwayOSC
-