Search Results for

    Show / Hide Table of Contents

    Class BasicModeAiPromptConfiguration

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

    Properties

    | Improve this Doc View Source

    AudienceDescription

    Declaration
    public string? AudienceDescription { get; set; }
    Property Value
    Type Description
    System.Nullable<System.String>
    | Improve this Doc View Source

    CompanyDescription

    Declaration
    public string? CompanyDescription { get; set; }
    Property Value
    Type Description
    System.Nullable<System.String>
    | Improve this Doc View Source

    FileContent

    Declaration
    public bool? FileContent { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    FileContext

    Declaration
    public bool? FileContext { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    GlossaryTerms

    Declaration
    public bool? GlossaryTerms { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | 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

    ProjectDescription

    Declaration
    public string? ProjectDescription { get; set; }
    Property Value
    Type Description
    System.Nullable<System.String>
    | Improve this Doc View Source

    PublicProjectDescription

    Declaration
    public bool? PublicProjectDescription { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    TmSuggestions

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