ResponseData
Response 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, Object> Response { get; set; }
Public Property Response As Dictionary(Of String, Object)
Get
Set
public:
property Dictionary<String^, Object^>^ Response {
Dictionary<String^, Object^>^ get ();
void set (Dictionary<String^, Object^>^ value);
}
member Response : Dictionary<string, Object> with get, set
Property Value
Type:
Dictionary
String
,
Object
See Also