Search Results for

    Show / Hide Table of Contents

    Class GoogleGeminiAiProviderCredentials

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

    Properties

    | Improve this Doc View Source

    Project

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

    Region

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

    ServiceAccountKey

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