ItemContentType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Multi-modal input and output contents.
public enum ItemContentType
type ItemContentType =
Public Enum ItemContentType
- Inheritance
-
ItemContentType
Fields
| Name | Value | Description |
|---|---|---|
| InputText | 0 | input_text. |
| InputAudio | 1 | input_audio. |
| InputImage | 2 | input_image. |
| InputFile | 3 | input_file. |
| OutputText | 4 | output_text. |
| OutputAudio | 5 | output_audio. |
| Refusal | 6 | refusal. |