Search Results for

    Show / Hide Table of Contents

    Class PreTranslateActionAiPromptContextResources

    Inheritance
    object
    AiPromptContextResources
    PreTranslateActionAiPromptContextResources
    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 PreTranslateActionAiPromptContextResources : AiPromptContextResources

    Properties

    | Edit this page View Source

    ProjectId

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

    StringIds

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

    TargetLanguageId

    Declaration
    [JsonProperty("targetLanguageId")]
    public string TargetLanguageId { get; set; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX