Class MicrosoftTranslateCredentials
Implements
Inherited Members
Namespace: Crowdin.Api.MachineTranslationEngines
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class MicrosoftTranslateCredentials : IMtCredentialsForm
Properties
| Edit this page View SourceApiKey
Declaration
[JsonProperty("apiKey")]
public string ApiKey { get; set; }
Property Value
Type | Description |
---|---|
string |
Model
Declaration
[JsonProperty("model")]
public string? Model { get; set; }
Property Value
Type | Description |
---|---|
string |