Search Results for

    Show / Hide Table of Contents

    Class AiTranslateStringsRequest

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

    Properties

    | Edit this page View Source

    AiModelId

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

    AiPromptId

    Declaration
    [JsonProperty("aiPromptId")]
    public long? AiPromptId { get; set; }
    Property Value
    Type Description
    long?
    | Edit this page View Source

    AiProviderId

    Declaration
    [JsonProperty("aiProviderId")]
    public long? AiProviderId { get; set; }
    Property Value
    Type Description
    long?
    | Edit this page View Source

    AttachmentIds

    Declaration
    [JsonProperty("attachmentIds")]
    public ICollection<long>? AttachmentIds { get; set; }
    Property Value
    Type Description
    ICollection<long>
    | Edit this page View Source

    GlossaryIds

    Declaration
    [JsonProperty("glossaryIds")]
    public ICollection<long>? GlossaryIds { get; set; }
    Property Value
    Type Description
    ICollection<long>
    | Edit this page View Source

    Instructions

    Declaration
    [JsonProperty("instructions")]
    public ICollection<string>? Instructions { get; set; }
    Property Value
    Type Description
    ICollection<string>
    | Edit this page View Source

    SourceLanguageId

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

    Strings

    Declaration
    [JsonProperty("strings")]
    public ICollection<string> Strings { get; set; }
    Property Value
    Type Description
    ICollection<string>
    | Edit this page View Source

    TargetLanguageId

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

    TmIds

    Declaration
    [JsonProperty("tmIds")]
    public ICollection<long>? TmIds { get; set; }
    Property Value
    Type Description
    ICollection<long>
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX