Class RequestType
Assembly: Glitch9.AIDevKit.dll
Syntax
[Serializable]
public sealed class RequestType : IStringWrapper
Constructors
|
Edit this page
View Source
RequestType(string)
Declaration
public RequestType(string value)
Parameters
| Type |
Name |
Description |
| string |
value |
|
Fields
|
Edit this page
View Source
AssistantsAPI
Declaration
public static readonly RequestType AssistantsAPI
Field Value
|
Edit this page
View Source
AudioIsolation
Declaration
public static readonly RequestType AudioIsolation
Field Value
|
Edit this page
View Source
ChatCompletions
Declaration
public static readonly RequestType ChatCompletions
Field Value
|
Edit this page
View Source
CountTokens
Declaration
public static readonly RequestType CountTokens
Field Value
|
Edit this page
View Source
DeleteFile
Declaration
public static readonly RequestType DeleteFile
Field Value
|
Edit this page
View Source
DeleteModel
Declaration
public static readonly RequestType DeleteModel
Field Value
|
Edit this page
View Source
DeleteVoice
Declaration
public static readonly RequestType DeleteVoice
Field Value
|
Edit this page
View Source
Detokenization
Declaration
public static readonly RequestType Detokenization
Field Value
|
Edit this page
View Source
DownloadFile
Declaration
public static readonly RequestType DownloadFile
Field Value
|
Edit this page
View Source
Embeddings
Declaration
public static readonly RequestType Embeddings
Field Value
|
Edit this page
View Source
FineTuneModel
Declaration
public static readonly RequestType FineTuneModel
Field Value
|
Edit this page
View Source
GetCredits
Declaration
public static readonly RequestType GetCredits
Field Value
|
Edit this page
View Source
GetSignedUrl
Declaration
public static readonly RequestType GetSignedUrl
Field Value
|
Edit this page
View Source
ImageEdit
Declaration
public static readonly RequestType ImageEdit
Field Value
|
Edit this page
View Source
ImageGeneration
Declaration
public static readonly RequestType ImageGeneration
Field Value
|
Edit this page
View Source
ListFiles
Declaration
public static readonly RequestType ListFiles
Field Value
|
Edit this page
View Source
ListModels
Declaration
public static readonly RequestType ListModels
Field Value
|
Edit this page
View Source
ListVoices
Declaration
public static readonly RequestType ListVoices
Field Value
|
Edit this page
View Source
Moderations
Declaration
public static readonly RequestType Moderations
Field Value
|
Edit this page
View Source
Music
Declaration
public static readonly RequestType Music
Field Value
|
Edit this page
View Source
Ocr
Declaration
public static readonly RequestType Ocr
Field Value
|
Edit this page
View Source
PixelAnimation
Declaration
public static readonly RequestType PixelAnimation
Field Value
|
Edit this page
View Source
PixelGeneration
Declaration
public static readonly RequestType PixelGeneration
Field Value
|
Edit this page
View Source
PixelInpainting
Declaration
public static readonly RequestType PixelInpainting
Field Value
|
Edit this page
View Source
PixelRotation
Declaration
public static readonly RequestType PixelRotation
Field Value
|
Edit this page
View Source
PixelSkeletonEstimation
Declaration
public static readonly RequestType PixelSkeletonEstimation
Field Value
|
Edit this page
View Source
PixelTilesetGeneration
Declaration
public static readonly RequestType PixelTilesetGeneration
Field Value
|
Edit this page
View Source
RealtimeAPI
Declaration
public static readonly RequestType RealtimeAPI
Field Value
|
Edit this page
View Source
Responses
Declaration
public static readonly RequestType Responses
Field Value
|
Edit this page
View Source
RetrieveFile
Declaration
public static readonly RequestType RetrieveFile
Field Value
|
Edit this page
View Source
RetrieveModel
Declaration
public static readonly RequestType RetrieveModel
Field Value
|
Edit this page
View Source
RetrieveVoice
Declaration
public static readonly RequestType RetrieveVoice
Field Value
|
Edit this page
View Source
SoundEffect
Declaration
public static readonly RequestType SoundEffect
Field Value
|
Edit this page
View Source
SpeechGeneration
Declaration
public static readonly RequestType SpeechGeneration
Field Value
|
Edit this page
View Source
SpeechTranslation
Declaration
public static readonly RequestType SpeechTranslation
Field Value
|
Edit this page
View Source
Tokenization
Declaration
public static readonly RequestType Tokenization
Field Value
|
Edit this page
View Source
Transcription
Declaration
public static readonly RequestType Transcription
Field Value
|
Edit this page
View Source
Unknown
Declaration
public static readonly RequestType Unknown
Field Value
|
Edit this page
View Source
UploadFile
Declaration
public static readonly RequestType UploadFile
Field Value
|
Edit this page
View Source
VideoGeneration
Declaration
public static readonly RequestType VideoGeneration
Field Value
|
Edit this page
View Source
VoiceChange
Declaration
public static readonly RequestType VoiceChange
Field Value
Properties
|
Edit this page
View Source
Value
Declaration
public string Value { get; }
Property Value
Methods
|
Edit this page
View Source
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
| Type |
Name |
Description |
| object |
obj |
|
Returns
Overrides
|
Edit this page
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
|
Edit this page
View Source
Declaration
public static bool HasAudioInput(RequestType type)
Parameters
Returns
|
Edit this page
View Source
HasAudioOutput(RequestType)
Declaration
public static bool HasAudioOutput(RequestType type)
Parameters
Returns
|
Edit this page
View Source
Declaration
public static bool HasImageInput(RequestType type)
Parameters
Returns
|
Edit this page
View Source
HasImageOutput(RequestType)
Declaration
public static bool HasImageOutput(RequestType type)
Parameters
Returns
|
Edit this page
View Source
ResolveModelType(RequestType)
Declaration
public static ModelType ResolveModelType(RequestType type)
Parameters
Returns
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Operators
|
Edit this page
View Source
operator ==(RequestType, RequestType)
Declaration
public static bool operator ==(RequestType a, RequestType b)
Parameters
Returns
|
Edit this page
View Source
operator !=(RequestType, RequestType)
Declaration
public static bool operator !=(RequestType a, RequestType b)
Parameters
Returns
Implements
Extension Methods