C# 클래스 PrincessAPI.API.Clarifai.ClarifaiAccess

파일 보기 프로젝트 열기: PrincessMadMath/EstatePrediction_ConUHack

공개 메소드들

메소드 설명
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

메소드 상세

Authentify() 공개 정적인 메소드

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

GetInfo() 공개 정적인 메소드

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

GetPredictionTags() 공개 정적인 메소드

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

GetTagFromUrl() 공개 정적인 메소드

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

GetTagFromUrls() 공개 정적인 메소드

public static GetTagFromUrls ( List urls ) : List
urls List
리턴 List

GetTagsFromJson() 공개 정적인 메소드

public static GetTagsFromJson ( string json ) : List
json string
리턴 List