C# Class PrincessAPI.API.Clarifai.ClarifaiAccess

ファイルを表示 Open project: PrincessMadMath/EstatePrediction_ConUHack

Public Methods

Method Description
Authentify ( ) : void

Get the Access Token from the Clarifai token api

GetInfo ( ) : string

Get information on the Clarifai API subscription

GetPredictionTags ( List tags ) : HousePredictionTags
GetTagFromUrl ( string url ) : string

Get tag information from a url

GetTagFromUrls ( List urls ) : List
GetTagsFromJson ( string json ) : List

Method Details

Authentify() public static method

Get the Access Token from the Clarifai token api
public static Authentify ( ) : void
return void

GetInfo() public static method

Get information on the Clarifai API subscription
public static GetInfo ( ) : string
return string

GetPredictionTags() public static method

public static GetPredictionTags ( List tags ) : HousePredictionTags
tags List
return PrincessAPI.Models.HousePredictionTags

GetTagFromUrl() public static method

Get tag information from a url
public static GetTagFromUrl ( string url ) : string
url string
return string

GetTagFromUrls() public static method

public static GetTagFromUrls ( List urls ) : List
urls List
return List

GetTagsFromJson() public static method

public static GetTagsFromJson ( string json ) : List
json string
return List