Class MicrosoftAzureSettings
Inheritance
Object
ScriptableObject
MicrosoftAzureSettings
Inherited Members
ScriptableObject.SetDirty()
ScriptableObject.CreateInstance<T>()
Object.GetEntityId()
Object.GetInstanceID()
Object.GetHashCode()
Object.InstantiateAsync<T>(T)
Object.InstantiateAsync<T>(T, Transform)
Object.InstantiateAsync<T>(T, Vector3, Quaternion)
Object.InstantiateAsync<T>(T, Transform, Vector3, Quaternion)
Object.Instantiate(Object, Vector3, Quaternion)
Object.Instantiate(Object, Vector3, Quaternion, Transform)
Object.Instantiate(Object)
Object.Instantiate(Object, Scene)
Object.Instantiate<T>(T, InstantiateParameters)
Object.Instantiate<T>(T, Vector3, Quaternion, InstantiateParameters)
Object.Instantiate(Object, Transform)
Object.Instantiate<T>(T)
Object.Instantiate<T>(T, Vector3, Quaternion)
Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
Object.Instantiate<T>(T, Transform)
Object.Destroy(Object)
Object.DestroyImmediate(Object)
Object.DontDestroyOnLoad(Object)
Object.DestroyObject(Object)
Object.FindObjectsOfType<T>()
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindObjectOfType<T>()
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Object.ToString()
Object.name
Object.hideFlags
Namespace: Glitch9.AIDevKit.Microsoft.Azure
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Azure.dll
Syntax
[AssetPath("Resources/AIDevKit/Settings", AssetPathAttribute.Location.ResourcesFolder)]
public sealed class MicrosoftAzureSettings : AIClientSettings
Properties
| Edit this page View SourceApi
The cloud service provider for this API client.
Declaration
public override Api Api { get; }
Property Value
| Type | Description |
|---|---|
| Api |
Overrides
| Edit this page View SourceCustomVoicesDeploymentId
Declaration
public string CustomVoicesDeploymentId { get; }
Property Value
| Type | Description |
|---|---|
| string |
RequiresApiKey
Returns true if the API client requires an API key.
Declaration
public override bool RequiresApiKey { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Overrides
Methods
| Edit this page View SourceCreateDefaultToolSupports()
Declaration
protected override ToolSupport[] CreateDefaultToolSupports()
Returns
| Type | Description |
|---|---|
| ToolSupport[] |
Overrides
| Edit this page View SourceGetApiVersion(string)
Declaration
public string GetApiVersion(string apiType)
Parameters
| Type | Name | Description |
|---|---|---|
| string | apiType |
Returns
| Type | Description |
|---|---|
| string |
GetClientInstance()
Declaration
public override IApiClient GetClientInstance()
Returns
| Type | Description |
|---|---|
| IApiClient |
Overrides
| Edit this page View SourceGetDefaultSettings()
Declaration
public override DefaultApiSettings GetDefaultSettings()
Returns
| Type | Description |
|---|---|
| DefaultApiSettings |
Overrides
| Edit this page View SourceGetResource(AzureServiceType)
Declaration
public AzureResource GetResource(AzureServiceType serviceType)
Parameters
| Type | Name | Description |
|---|---|---|
| AzureServiceType | serviceType |
Returns
| Type | Description |
|---|---|
| AzureResource |
HasSecureToken()
Checks if the API key is set.
Declaration
public override bool HasSecureToken()
Returns
| Type | Description |
|---|---|
| bool |
Overrides
| Edit this page View SourceResetToDefaults()
Declaration
public override void ResetToDefaults()