InvokeResult.GenericResult Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Th list of generic prediction results, which output data to a JSON blob.
public:
property System::String ^ GenericResult { System::String ^ get(); };
public string GenericResult { get; }
member this.GenericResult : string
Public ReadOnly Property GenericResult As String