共用方式為


PredictionAPIClient class

Extends

建構函式

PredictionAPIClient(ServiceClientCredentials, string, ServiceClientOptions)

初始化 PredictionAPIClient 類別的新實例。

繼承的屬性

credentials
endpoint

方法

classifyImage(string, string, HttpRequestBody, PredictionAPIClientClassifyImageOptionalParams)
classifyImage(string, string, HttpRequestBody, PredictionAPIClientClassifyImageOptionalParams, ServiceCallback<ImagePrediction>)
classifyImage(string, string, HttpRequestBody, ServiceCallback<ImagePrediction>)
classifyImageUrl(string, string, ImageUrl, PredictionAPIClientClassifyImageUrlOptionalParams)
classifyImageUrl(string, string, ImageUrl, PredictionAPIClientClassifyImageUrlOptionalParams, ServiceCallback<ImagePrediction>)
classifyImageUrl(string, string, ImageUrl, ServiceCallback<ImagePrediction>)
classifyImageUrlWithNoStore(string, string, ImageUrl, PredictionAPIClientClassifyImageUrlWithNoStoreOptionalParams)
classifyImageUrlWithNoStore(string, string, ImageUrl, PredictionAPIClientClassifyImageUrlWithNoStoreOptionalParams, ServiceCallback<ImagePrediction>)
classifyImageUrlWithNoStore(string, string, ImageUrl, ServiceCallback<ImagePrediction>)
classifyImageWithNoStore(string, string, HttpRequestBody, PredictionAPIClientClassifyImageWithNoStoreOptionalParams)
classifyImageWithNoStore(string, string, HttpRequestBody, PredictionAPIClientClassifyImageWithNoStoreOptionalParams, ServiceCallback<ImagePrediction>)
classifyImageWithNoStore(string, string, HttpRequestBody, ServiceCallback<ImagePrediction>)
detectImage(string, string, HttpRequestBody, PredictionAPIClientDetectImageOptionalParams)
detectImage(string, string, HttpRequestBody, PredictionAPIClientDetectImageOptionalParams, ServiceCallback<ImagePrediction>)
detectImage(string, string, HttpRequestBody, ServiceCallback<ImagePrediction>)
detectImageUrl(string, string, ImageUrl, PredictionAPIClientDetectImageUrlOptionalParams)
detectImageUrl(string, string, ImageUrl, PredictionAPIClientDetectImageUrlOptionalParams, ServiceCallback<ImagePrediction>)
detectImageUrl(string, string, ImageUrl, ServiceCallback<ImagePrediction>)
detectImageUrlWithNoStore(string, string, ImageUrl, PredictionAPIClientDetectImageUrlWithNoStoreOptionalParams)
detectImageUrlWithNoStore(string, string, ImageUrl, PredictionAPIClientDetectImageUrlWithNoStoreOptionalParams, ServiceCallback<ImagePrediction>)
detectImageUrlWithNoStore(string, string, ImageUrl, ServiceCallback<ImagePrediction>)
detectImageWithNoStore(string, string, HttpRequestBody, PredictionAPIClientDetectImageWithNoStoreOptionalParams)
detectImageWithNoStore(string, string, HttpRequestBody, PredictionAPIClientDetectImageWithNoStoreOptionalParams, ServiceCallback<ImagePrediction>)
detectImageWithNoStore(string, string, HttpRequestBody, ServiceCallback<ImagePrediction>)

繼承的方法

sendOperationRequest(OperationArguments, OperationSpec, ServiceCallback<any>)

傳送使用提供的 OperationSpec 填入的 HTTP 要求。

sendRequest(RequestPrepareOptions | WebResourceLike)

傳送提供的 HTTPRequest。

建構函式詳細資料

PredictionAPIClient(ServiceClientCredentials, string, ServiceClientOptions)

初始化 PredictionAPIClient 類別的新實例。

new PredictionAPIClient(credentials: ServiceClientCredentials, endpoint: string, options?: ServiceClientOptions)

參數

credentials
ServiceClientCredentials

可唯一識別用戶端訂用帳戶的訂用帳戶認證。

endpoint

string

支援的認知服務端點。

options
ServiceClientOptions

參數選項

繼承的屬性詳細資料

credentials

credentials: ServiceClientCredentials

屬性值

繼承自PredictionAPIClientContext.credentials

endpoint

endpoint: string

屬性值

string

繼承自PredictionAPIClientContext.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<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

ServiceCallback<ImagePrediction>

回呼

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

ServiceCallback<ImagePrediction>

回呼

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<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

ServiceCallback<ImagePrediction>

回呼

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

ServiceCallback<ImagePrediction>

回呼

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<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

ServiceCallback<ImagePrediction>

回呼

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

ServiceCallback<ImagePrediction>

回呼

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<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

ServiceCallback<ImagePrediction>

回呼

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

ServiceCallback<ImagePrediction>

回呼

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<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

ServiceCallback<ImagePrediction>

回呼

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

ServiceCallback<ImagePrediction>

回呼

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<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

ServiceCallback<ImagePrediction>

回呼

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

ServiceCallback<ImagePrediction>

回呼

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<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

ServiceCallback<ImagePrediction>

回呼

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

ServiceCallback<ImagePrediction>

回呼

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<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

ServiceCallback<ImagePrediction>

回呼

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

ServiceCallback<ImagePrediction>

回呼

繼承的方法的詳細資料

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>

繼承自PredictionAPIClientContext.sendOperationRequest

sendRequest(RequestPrepareOptions | WebResourceLike)

傳送提供的 HTTPRequest。

function sendRequest(options: RequestPrepareOptions | WebResourceLike): Promise<HttpOperationResponse>

參數

傳回

繼承自PredictionAPIClientContext.sendRequest