Search Results for

    Show / Hide Table of Contents

    Class AdvancedModeAiPromptConfiguration

    Inheritance
    object
    AiPromptConfiguration
    AdvancedModeAiPromptConfiguration
    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 AdvancedModeAiPromptConfiguration : AiPromptConfiguration

    Properties

    | Edit this page View Source

    Mode

    Declaration
    [JsonProperty("mode")]
    public override AiPromptMode Mode { get; }
    Property Value
    Type Description
    AiPromptMode
    Overrides
    AiPromptConfiguration.Mode
    | Edit this page View Source

    OtherLanguageTranslations

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

    Prompt

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

    Screenshots

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