Search Results for

    Show / Hide Table of Contents

    Class AmazonTranslateCredentials

    Inheritance
    object
    AmazonTranslateCredentials
    Implements
    IMtCredentialsForm
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Crowdin.Api.MachineTranslationEngines
    Assembly: Crowdin.Api.dll
    Syntax
    [PublicAPI]
    public class AmazonTranslateCredentials : IMtCredentialsForm

    Properties

    | Edit this page View Source

    AccessKey

    Declaration
    [JsonProperty("accessKey")]
    public string AccessKey { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    SecretKey

    Declaration
    [JsonProperty("secretKey")]
    public string SecretKey { get; set; }
    Property Value
    Type Description
    string

    Implements

    IMtCredentialsForm
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX