C# Class BuildIt.CognitiveServices.Models.DetectTopicsHeaders

Defines headers for Detect Topics operation.
Datei anzeigen Open project: builttoroam/BuildIt

Private Properties

Property Type Description

Public Methods

Method Description
DetectTopicsHeaders ( ) : System.Linq

Initializes a new instance of the DetectTopicsHeaders class.

DetectTopicsHeaders ( string operationLocation = default(string) ) : System.Linq

Initializes a new instance of the DetectTopicsHeaders class.

Method Details

DetectTopicsHeaders() public method

Initializes a new instance of the DetectTopicsHeaders class.
public DetectTopicsHeaders ( ) : System.Linq
return System.Linq

DetectTopicsHeaders() public method

Initializes a new instance of the DetectTopicsHeaders class.
public DetectTopicsHeaders ( string operationLocation = default(string) ) : System.Linq
operationLocation string URL of the created operation. /// Invoke a GET HTTP request to retrieve the operation /// status.
return System.Linq