RequestData
Prompts Property
|
Namespace:
Spire.Doc.AI.Model
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public Dictionary<string, string> Prompts { get; set; }
Public Property Prompts As Dictionary(Of String, String)
Get
Set
public:
property Dictionary<String^, String^>^ Prompts {
Dictionary<String^, String^>^ get ();
void set (Dictionary<String^, String^>^ value);
}
member Prompts : Dictionary<string, string> with get, set
Property Value
Type:
Dictionary
String
,
String
See Also