Skip to content

OpenAI.ResultType

Andrew Lambert edited this page Dec 11, 2023 · 5 revisions

OpenAI.ResultType

Enumeration

 Protected Enum ResultType
  String
  Picture
  PictureURL
  FileObject
  JSONObject
  Audio

Remarks

Returned by Response.ResultType to indicate the data type of the response(s).

Type Comment
String A UTF-8 encoded text string.
Picture A Xojo Picture object.
PictureURL Like String, but specifically containing a URL pointing to a picture.
JSONObject A Xojo JSONItem object.
Audio A text-to-speech audio file object.
Clone this wiki locally