Search Results for

    Show / Hide Table of Contents

    Class AdvancedModeAiPromptConfiguration

    Inheritance
    System.Object
    AiPromptConfiguration
    AdvancedModeAiPromptConfiguration
    Namespace: Crowdin.Api.AI
    Assembly: Crowdin.Api.dll
    Syntax
    public class AdvancedModeAiPromptConfiguration : AiPromptConfiguration

    Properties

    | Improve this Doc View Source

    Mode

    Declaration
    public override AiPromptMode Mode { get; }
    Property Value
    Type Description
    AiPromptMode
    Overrides
    AiPromptConfiguration.Mode
    | Improve this Doc View Source

    OtherLanguageTranslations

    Declaration
    public OtherLanguageTranslationsConfig OtherLanguageTranslations { get; set; }
    Property Value
    Type Description
    OtherLanguageTranslationsConfig
    | Improve this Doc View Source

    Prompt

    Declaration
    public string Prompt { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Screenshots

    Declaration
    public bool? Screenshots { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX