PredictionAPIClient class
- Extends
建構函式
Prediction |
初始化 PredictionAPIClient 類別的新實例。 |
繼承的屬性
credentials | |
endpoint |
方法
繼承的方法
send |
傳送使用提供的 OperationSpec 填入的 HTTP 要求。 |
send |
傳送提供的 HTTPRequest。 |
建構函式詳細資料
PredictionAPIClient(ServiceClientCredentials, string, ServiceClientOptions)
初始化 PredictionAPIClient 類別的新實例。
new PredictionAPIClient(credentials: ServiceClientCredentials, endpoint: string, options?: ServiceClientOptions)
參數
- credentials
- ServiceClientCredentials
可唯一識別用戶端訂用帳戶的訂用帳戶認證。
- endpoint
-
string
支援的認知服務端點。
- options
- ServiceClientOptions
參數選項
繼承的屬性詳細資料
credentials
credentials: ServiceClientCredentials
屬性值
endpoint
方法詳細資料
classifyImage(string, string, HttpRequestBody, PredictionAPIClientClassifyImageOptionalParams)
function classifyImage(projectId: string, publishedName: string, imageData: HttpRequestBody, options?: PredictionAPIClientClassifyImageOptionalParams): Promise<ClassifyImageResponse>
參數
- projectId
-
string
項目標識碼。
- publishedName
-
string
指定要評估的模型名稱。
- imageData
- HttpRequestBody
二進位影像數據。 支援的格式為 JPEG、GIF、PNG 和 BMP。 支援最多 4MB 的映像。
選擇性參數
傳回
Promise<ClassifyImageResponse>
Promise<Models.ClassifyImageResponse>
classifyImage(string, string, HttpRequestBody, PredictionAPIClientClassifyImageOptionalParams, ServiceCallback<ImagePrediction>)
function classifyImage(projectId: string, publishedName: string, imageData: HttpRequestBody, options: PredictionAPIClientClassifyImageOptionalParams, callback: ServiceCallback<ImagePrediction>)
參數
- projectId
-
string
項目標識碼。
- publishedName
-
string
指定要評估的模型名稱。
- imageData
- HttpRequestBody
二進位影像數據。 支援的格式為 JPEG、GIF、PNG 和 BMP。 支援最多 4MB 的映像。
選擇性參數
- callback
回呼
classifyImage(string, string, HttpRequestBody, ServiceCallback<ImagePrediction>)
function classifyImage(projectId: string, publishedName: string, imageData: HttpRequestBody, callback: ServiceCallback<ImagePrediction>)
參數
- projectId
-
string
項目標識碼。
- publishedName
-
string
指定要評估的模型名稱。
- imageData
- HttpRequestBody
二進位影像數據。 支援的格式為 JPEG、GIF、PNG 和 BMP。 支援最多 4MB 的映像。
- callback
回呼
classifyImageUrl(string, string, ImageUrl, PredictionAPIClientClassifyImageUrlOptionalParams)
function classifyImageUrl(projectId: string, publishedName: string, imageUrl: ImageUrl, options?: PredictionAPIClientClassifyImageUrlOptionalParams): Promise<ClassifyImageUrlResponse>
參數
- projectId
-
string
項目標識碼。
- publishedName
-
string
指定要評估的模型名稱。
- imageUrl
- ImageUrl
ImageUrl,其中包含要評估之影像的URL。
選擇性參數
傳回
Promise<ClassifyImageUrlResponse>
Promise<Models.ClassifyImageUrlResponse>
classifyImageUrl(string, string, ImageUrl, PredictionAPIClientClassifyImageUrlOptionalParams, ServiceCallback<ImagePrediction>)
function classifyImageUrl(projectId: string, publishedName: string, imageUrl: ImageUrl, options: PredictionAPIClientClassifyImageUrlOptionalParams, callback: ServiceCallback<ImagePrediction>)
參數
- projectId
-
string
項目標識碼。
- publishedName
-
string
指定要評估的模型名稱。
- imageUrl
- ImageUrl
ImageUrl,其中包含要評估之影像的URL。
選擇性參數
- callback
回呼
classifyImageUrl(string, string, ImageUrl, ServiceCallback<ImagePrediction>)
function classifyImageUrl(projectId: string, publishedName: string, imageUrl: ImageUrl, callback: ServiceCallback<ImagePrediction>)
參數
- projectId
-
string
項目標識碼。
- publishedName
-
string
指定要評估的模型名稱。
- imageUrl
- ImageUrl
ImageUrl,其中包含要評估之影像的URL。
- callback
回呼
classifyImageUrlWithNoStore(string, string, ImageUrl, PredictionAPIClientClassifyImageUrlWithNoStoreOptionalParams)
function classifyImageUrlWithNoStore(projectId: string, publishedName: string, imageUrl: ImageUrl, options?: PredictionAPIClientClassifyImageUrlWithNoStoreOptionalParams): Promise<ClassifyImageUrlWithNoStoreResponse>
參數
- projectId
-
string
項目標識碼。
- publishedName
-
string
指定要評估的模型名稱。
- imageUrl
- ImageUrl
{Iris.Web.Api.Models.ImageUrl} ,其中包含要評估之影像的 URL。
傳回
Promise<ClassifyImageUrlWithNoStoreResponse>
Promise<Models.ClassifyImageUrlWithNoStoreResponse>
classifyImageUrlWithNoStore(string, string, ImageUrl, PredictionAPIClientClassifyImageUrlWithNoStoreOptionalParams, ServiceCallback<ImagePrediction>)
function classifyImageUrlWithNoStore(projectId: string, publishedName: string, imageUrl: ImageUrl, options: PredictionAPIClientClassifyImageUrlWithNoStoreOptionalParams, callback: ServiceCallback<ImagePrediction>)
參數
- projectId
-
string
項目標識碼。
- publishedName
-
string
指定要評估的模型名稱。
- imageUrl
- ImageUrl
{Iris.Web.Api.Models.ImageUrl} ,其中包含要評估之影像的 URL。
- callback
回呼
classifyImageUrlWithNoStore(string, string, ImageUrl, ServiceCallback<ImagePrediction>)
function classifyImageUrlWithNoStore(projectId: string, publishedName: string, imageUrl: ImageUrl, callback: ServiceCallback<ImagePrediction>)
參數
- projectId
-
string
項目標識碼。
- publishedName
-
string
指定要評估的模型名稱。
- imageUrl
- ImageUrl
{Iris.Web.Api.Models.ImageUrl} ,其中包含要評估之影像的 URL。
- callback
回呼
classifyImageWithNoStore(string, string, HttpRequestBody, PredictionAPIClientClassifyImageWithNoStoreOptionalParams)
function classifyImageWithNoStore(projectId: string, publishedName: string, imageData: HttpRequestBody, options?: PredictionAPIClientClassifyImageWithNoStoreOptionalParams): Promise<ClassifyImageWithNoStoreResponse>
參數
- projectId
-
string
項目標識碼。
- publishedName
-
string
指定要評估的模型名稱。
- imageData
- HttpRequestBody
二進位影像數據。 支援的格式為 JPEG、GIF、PNG 和 BMP。 支援最多 4MB 的映像。
傳回
Promise<ClassifyImageWithNoStoreResponse>
Promise<Models.ClassifyImageWithNoStoreResponse>
classifyImageWithNoStore(string, string, HttpRequestBody, PredictionAPIClientClassifyImageWithNoStoreOptionalParams, ServiceCallback<ImagePrediction>)
function classifyImageWithNoStore(projectId: string, publishedName: string, imageData: HttpRequestBody, options: PredictionAPIClientClassifyImageWithNoStoreOptionalParams, callback: ServiceCallback<ImagePrediction>)
參數
- projectId
-
string
項目標識碼。
- publishedName
-
string
指定要評估的模型名稱。
- imageData
- HttpRequestBody
二進位影像數據。 支援的格式為 JPEG、GIF、PNG 和 BMP。 支援最多 4MB 的映像。
- callback
回呼
classifyImageWithNoStore(string, string, HttpRequestBody, ServiceCallback<ImagePrediction>)
function classifyImageWithNoStore(projectId: string, publishedName: string, imageData: HttpRequestBody, callback: ServiceCallback<ImagePrediction>)
參數
- projectId
-
string
項目標識碼。
- publishedName
-
string
指定要評估的模型名稱。
- imageData
- HttpRequestBody
二進位影像數據。 支援的格式為 JPEG、GIF、PNG 和 BMP。 支援最多 4MB 的映像。
- callback
回呼
detectImage(string, string, HttpRequestBody, PredictionAPIClientDetectImageOptionalParams)
function detectImage(projectId: string, publishedName: string, imageData: HttpRequestBody, options?: PredictionAPIClientDetectImageOptionalParams): Promise<DetectImageResponse>
參數
- projectId
-
string
項目標識碼。
- publishedName
-
string
指定要評估的模型名稱。
- imageData
- HttpRequestBody
二進位影像數據。 支援的格式為 JPEG、GIF、PNG 和 BMP。 支援最多 4MB 的映像。
選擇性參數
傳回
Promise<DetectImageResponse>
Promise<Models.DetectImageResponse>
detectImage(string, string, HttpRequestBody, PredictionAPIClientDetectImageOptionalParams, ServiceCallback<ImagePrediction>)
function detectImage(projectId: string, publishedName: string, imageData: HttpRequestBody, options: PredictionAPIClientDetectImageOptionalParams, callback: ServiceCallback<ImagePrediction>)
參數
- projectId
-
string
項目標識碼。
- publishedName
-
string
指定要評估的模型名稱。
- imageData
- HttpRequestBody
二進位影像數據。 支援的格式為 JPEG、GIF、PNG 和 BMP。 支援最多 4MB 的映像。
選擇性參數
- callback
回呼
detectImage(string, string, HttpRequestBody, ServiceCallback<ImagePrediction>)
function detectImage(projectId: string, publishedName: string, imageData: HttpRequestBody, callback: ServiceCallback<ImagePrediction>)
參數
- projectId
-
string
項目標識碼。
- publishedName
-
string
指定要評估的模型名稱。
- imageData
- HttpRequestBody
二進位影像數據。 支援的格式為 JPEG、GIF、PNG 和 BMP。 支援最多 4MB 的映像。
- callback
回呼
detectImageUrl(string, string, ImageUrl, PredictionAPIClientDetectImageUrlOptionalParams)
function detectImageUrl(projectId: string, publishedName: string, imageUrl: ImageUrl, options?: PredictionAPIClientDetectImageUrlOptionalParams): Promise<DetectImageUrlResponse>
參數
- projectId
-
string
項目標識碼。
- publishedName
-
string
指定要評估的模型名稱。
- imageUrl
- ImageUrl
ImageUrl,其中包含要評估之影像的URL。
選擇性參數
傳回
Promise<DetectImageUrlResponse>
Promise<Models.DetectImageUrlResponse>
detectImageUrl(string, string, ImageUrl, PredictionAPIClientDetectImageUrlOptionalParams, ServiceCallback<ImagePrediction>)
function detectImageUrl(projectId: string, publishedName: string, imageUrl: ImageUrl, options: PredictionAPIClientDetectImageUrlOptionalParams, callback: ServiceCallback<ImagePrediction>)
參數
- projectId
-
string
項目標識碼。
- publishedName
-
string
指定要評估的模型名稱。
- imageUrl
- ImageUrl
ImageUrl,其中包含要評估之影像的URL。
選擇性參數
- callback
回呼
detectImageUrl(string, string, ImageUrl, ServiceCallback<ImagePrediction>)
function detectImageUrl(projectId: string, publishedName: string, imageUrl: ImageUrl, callback: ServiceCallback<ImagePrediction>)
參數
- projectId
-
string
項目標識碼。
- publishedName
-
string
指定要評估的模型名稱。
- imageUrl
- ImageUrl
ImageUrl,其中包含要評估之影像的URL。
- callback
回呼
detectImageUrlWithNoStore(string, string, ImageUrl, PredictionAPIClientDetectImageUrlWithNoStoreOptionalParams)
function detectImageUrlWithNoStore(projectId: string, publishedName: string, imageUrl: ImageUrl, options?: PredictionAPIClientDetectImageUrlWithNoStoreOptionalParams): Promise<DetectImageUrlWithNoStoreResponse>
參數
- projectId
-
string
項目標識碼。
- publishedName
-
string
指定要評估的模型名稱。
- imageUrl
- ImageUrl
{Iris.Web.Api.Models.ImageUrl} ,其中包含要評估之影像的 URL。
傳回
Promise<DetectImageUrlWithNoStoreResponse>
Promise<Models.DetectImageUrlWithNoStoreResponse>
detectImageUrlWithNoStore(string, string, ImageUrl, PredictionAPIClientDetectImageUrlWithNoStoreOptionalParams, ServiceCallback<ImagePrediction>)
function detectImageUrlWithNoStore(projectId: string, publishedName: string, imageUrl: ImageUrl, options: PredictionAPIClientDetectImageUrlWithNoStoreOptionalParams, callback: ServiceCallback<ImagePrediction>)
參數
- projectId
-
string
項目標識碼。
- publishedName
-
string
指定要評估的模型名稱。
- imageUrl
- ImageUrl
{Iris.Web.Api.Models.ImageUrl} ,其中包含要評估之影像的 URL。
- callback
回呼
detectImageUrlWithNoStore(string, string, ImageUrl, ServiceCallback<ImagePrediction>)
function detectImageUrlWithNoStore(projectId: string, publishedName: string, imageUrl: ImageUrl, callback: ServiceCallback<ImagePrediction>)
參數
- projectId
-
string
項目標識碼。
- publishedName
-
string
指定要評估的模型名稱。
- imageUrl
- ImageUrl
{Iris.Web.Api.Models.ImageUrl} ,其中包含要評估之影像的 URL。
- callback
回呼
detectImageWithNoStore(string, string, HttpRequestBody, PredictionAPIClientDetectImageWithNoStoreOptionalParams)
function detectImageWithNoStore(projectId: string, publishedName: string, imageData: HttpRequestBody, options?: PredictionAPIClientDetectImageWithNoStoreOptionalParams): Promise<DetectImageWithNoStoreResponse>
參數
- projectId
-
string
項目標識碼。
- publishedName
-
string
指定要評估的模型名稱。
- imageData
- HttpRequestBody
二進位影像數據。 支援的格式為 JPEG、GIF、PNG 和 BMP。 支援最多 4MB 的映像。
選擇性參數
傳回
Promise<DetectImageWithNoStoreResponse>
Promise<Models.DetectImageWithNoStoreResponse>
detectImageWithNoStore(string, string, HttpRequestBody, PredictionAPIClientDetectImageWithNoStoreOptionalParams, ServiceCallback<ImagePrediction>)
function detectImageWithNoStore(projectId: string, publishedName: string, imageData: HttpRequestBody, options: PredictionAPIClientDetectImageWithNoStoreOptionalParams, callback: ServiceCallback<ImagePrediction>)
參數
- projectId
-
string
項目標識碼。
- publishedName
-
string
指定要評估的模型名稱。
- imageData
- HttpRequestBody
二進位影像數據。 支援的格式為 JPEG、GIF、PNG 和 BMP。 支援最多 4MB 的映像。
選擇性參數
- callback
回呼
detectImageWithNoStore(string, string, HttpRequestBody, ServiceCallback<ImagePrediction>)
function detectImageWithNoStore(projectId: string, publishedName: string, imageData: HttpRequestBody, callback: ServiceCallback<ImagePrediction>)
參數
- projectId
-
string
項目標識碼。
- publishedName
-
string
指定要評估的模型名稱。
- imageData
- HttpRequestBody
二進位影像數據。 支援的格式為 JPEG、GIF、PNG 和 BMP。 支援最多 4MB 的映像。
- callback
回呼
繼承的方法的詳細資料
sendOperationRequest(OperationArguments, OperationSpec, ServiceCallback<any>)
傳送使用提供的 OperationSpec 填入的 HTTP 要求。
function sendOperationRequest(operationArguments: OperationArguments, operationSpec: OperationSpec, callback?: ServiceCallback<any>): Promise<RestResponse>
參數
- operationArguments
- OperationArguments
HTTP 要求樣板化值的自變數將會從 中填入。
- operationSpec
- OperationSpec
要用來填入 HTTPRequest 的 OperationSpec。
- callback
-
ServiceCallback<any>
收到回應時要呼叫的回呼。
傳回
Promise<RestResponse>
sendRequest(RequestPrepareOptions | WebResourceLike)
傳送提供的 HTTPRequest。
function sendRequest(options: RequestPrepareOptions | WebResourceLike): Promise<HttpOperationResponse>
參數
- options
傳回
Promise<HttpOperationResponse>