Search Results for

    Show / Hide Table of Contents

    Class AzureOpenAiProviderCredentials

    Inheritance
    System.Object
    AiProviderCredentials
    AzureOpenAiProviderCredentials
    Namespace: Crowdin.Api.AI
    Assembly: Crowdin.Api.dll
    Syntax
    public class AzureOpenAiProviderCredentials : AiProviderCredentials

    Properties

    | Improve this Doc View Source

    ApiKey

    Declaration
    public string ApiKey { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ApiVersion

    Declaration
    public string ApiVersion { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    DeploymentName

    Declaration
    public string DeploymentName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ResourceName

    Declaration
    public string ResourceName { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX