-
-
Notifications
You must be signed in to change notification settings - Fork 7
OpenAI.ResultType
Andrew Lambert edited this page Dec 11, 2023
·
5 revisions
OpenAI.ResultType
Protected Enum ResultType
String
Picture
PictureURL
FileObject
JSONObject
Audio
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. |
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2023-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.