Class CognitiveServiceRequestBase<T>
Inheritance
CognitiveServiceRequestBase<T>
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Azure.dll
Syntax
public abstract class CognitiveServiceRequestBase<T> : IValidatable where T : IRequestParameterProvider
Type Parameters
Properties
|
Edit this page
View Source
Data
Declaration
public BinaryPayload Data { get; set; }
Property Value
|
Edit this page
View Source
Query
Declaration
public T Query { get; set; }
Property Value
|
Edit this page
View Source
Url
Declaration
public string Url { get; set; }
Property Value
Methods
|
Edit this page
View Source
IsValid()
Declaration
public virtual bool IsValid()
Returns
|
Edit this page
View Source
Validate()
Validates the object's parameters and throws if invalid.
Declaration
public virtual void Validate()
Implements
Extension Methods