PredictionAPIClient class

Extends

Oluşturucular

PredictionAPIClient(ServiceClientCredentials, string, ServiceClientOptions)

PredictionAPIClient sınıfının yeni bir örneğini başlatır.

Devralınan Özellikler

credentials
endpoint

Yöntemler

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

Devralınan Yöntemler

sendOperationRequest(OperationArguments, OperationSpec, ServiceCallback<any>)

Sağlanan OperationSpec kullanılarak doldurulan bir HTTP isteği gönderin.

sendRequest(RequestPrepareOptions | WebResourceLike)

Sağlanan httpRequest'i gönderin.

Oluşturucu Ayrıntıları

PredictionAPIClient(ServiceClientCredentials, string, ServiceClientOptions)

PredictionAPIClient sınıfının yeni bir örneğini başlatır.

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

Parametreler

credentials
ServiceClientCredentials

İstemci aboneliğini benzersiz olarak tanımlayan abonelik kimlik bilgileri.

endpoint

string

Desteklenen Bilişsel Hizmetler uç noktaları.

options
ServiceClientOptions

Parametre seçenekleri

Devralınan Özellik Detayları

credentials

credentials: ServiceClientCredentials

Özellik Değeri

PredictionAPIClientContext.credentials'tanDevralındı

endpoint

endpoint: string

Özellik Değeri

string

PredictionAPIClientContext.endpoint'tanDevralındı

Yöntem Ayrıntıları

classifyImage(string, string, HttpRequestBody, PredictionAPIClientClassifyImageOptionalParams)

function classifyImage(projectId: string, publishedName: string, imageData: HttpRequestBody, options?: PredictionAPIClientClassifyImageOptionalParams): Promise<ClassifyImageResponse>

Parametreler

projectId

string

Proje kimliği.

publishedName

string

Değerlendirilecek modelin adını belirtir.

imageData
HttpRequestBody

İkili görüntü verileri. Desteklenen biçimler JPEG, GIF, PNG ve BMP'dir. 4 MB'a kadar olan görüntüleri destekler.

options
PredictionAPIClientClassifyImageOptionalParams

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.ClassifyImageResponse>

classifyImage(string, string, HttpRequestBody, PredictionAPIClientClassifyImageOptionalParams, ServiceCallback<ImagePrediction>)

function classifyImage(projectId: string, publishedName: string, imageData: HttpRequestBody, options: PredictionAPIClientClassifyImageOptionalParams, callback: ServiceCallback<ImagePrediction>)

Parametreler

projectId

string

Proje kimliği.

publishedName

string

Değerlendirilecek modelin adını belirtir.

imageData
HttpRequestBody

İkili görüntü verileri. Desteklenen biçimler JPEG, GIF, PNG ve BMP'dir. 4 MB'a kadar olan görüntüleri destekler.

options
PredictionAPIClientClassifyImageOptionalParams

İsteğe bağlı parametreler

callback

ServiceCallback<ImagePrediction>

Geri çağırma

classifyImage(string, string, HttpRequestBody, ServiceCallback<ImagePrediction>)

function classifyImage(projectId: string, publishedName: string, imageData: HttpRequestBody, callback: ServiceCallback<ImagePrediction>)

Parametreler

projectId

string

Proje kimliği.

publishedName

string

Değerlendirilecek modelin adını belirtir.

imageData
HttpRequestBody

İkili görüntü verileri. Desteklenen biçimler JPEG, GIF, PNG ve BMP'dir. 4 MB'a kadar olan görüntüleri destekler.

callback

ServiceCallback<ImagePrediction>

Geri çağırma

classifyImageUrl(string, string, ImageUrl, PredictionAPIClientClassifyImageUrlOptionalParams)

function classifyImageUrl(projectId: string, publishedName: string, imageUrl: ImageUrl, options?: PredictionAPIClientClassifyImageUrlOptionalParams): Promise<ClassifyImageUrlResponse>

Parametreler

projectId

string

Proje kimliği.

publishedName

string

Değerlendirilecek modelin adını belirtir.

imageUrl
ImageUrl

Değerlendirilecek görüntünün URL'sini içeren bir ImageUrl.

options
PredictionAPIClientClassifyImageUrlOptionalParams

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.ClassifyImageUrlResponse>

classifyImageUrl(string, string, ImageUrl, PredictionAPIClientClassifyImageUrlOptionalParams, ServiceCallback<ImagePrediction>)

function classifyImageUrl(projectId: string, publishedName: string, imageUrl: ImageUrl, options: PredictionAPIClientClassifyImageUrlOptionalParams, callback: ServiceCallback<ImagePrediction>)

Parametreler

projectId

string

Proje kimliği.

publishedName

string

Değerlendirilecek modelin adını belirtir.

imageUrl
ImageUrl

Değerlendirilecek görüntünün URL'sini içeren bir ImageUrl.

options
PredictionAPIClientClassifyImageUrlOptionalParams

İsteğe bağlı parametreler

callback

ServiceCallback<ImagePrediction>

Geri çağırma

classifyImageUrl(string, string, ImageUrl, ServiceCallback<ImagePrediction>)

function classifyImageUrl(projectId: string, publishedName: string, imageUrl: ImageUrl, callback: ServiceCallback<ImagePrediction>)

Parametreler

projectId

string

Proje kimliği.

publishedName

string

Değerlendirilecek modelin adını belirtir.

imageUrl
ImageUrl

Değerlendirilecek görüntünün URL'sini içeren bir ImageUrl.

callback

ServiceCallback<ImagePrediction>

Geri çağırma

classifyImageUrlWithNoStore(string, string, ImageUrl, PredictionAPIClientClassifyImageUrlWithNoStoreOptionalParams)

function classifyImageUrlWithNoStore(projectId: string, publishedName: string, imageUrl: ImageUrl, options?: PredictionAPIClientClassifyImageUrlWithNoStoreOptionalParams): Promise<ClassifyImageUrlWithNoStoreResponse>

Parametreler

projectId

string

Proje kimliği.

publishedName

string

Değerlendirilecek modelin adını belirtir.

imageUrl
ImageUrl

Değerlendirilecek görüntünün URL'sini içeren bir {Iris.Web.Api.Models.ImageUrl}.

options
PredictionAPIClientClassifyImageUrlWithNoStoreOptionalParams

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.ClassifyImageUrlWithNoStoreResponse>

classifyImageUrlWithNoStore(string, string, ImageUrl, PredictionAPIClientClassifyImageUrlWithNoStoreOptionalParams, ServiceCallback<ImagePrediction>)

function classifyImageUrlWithNoStore(projectId: string, publishedName: string, imageUrl: ImageUrl, options: PredictionAPIClientClassifyImageUrlWithNoStoreOptionalParams, callback: ServiceCallback<ImagePrediction>)

Parametreler

projectId

string

Proje kimliği.

publishedName

string

Değerlendirilecek modelin adını belirtir.

imageUrl
ImageUrl

Değerlendirilecek görüntünün URL'sini içeren bir {Iris.Web.Api.Models.ImageUrl}.

options
PredictionAPIClientClassifyImageUrlWithNoStoreOptionalParams

İsteğe bağlı parametreler

callback

ServiceCallback<ImagePrediction>

Geri çağırma

classifyImageUrlWithNoStore(string, string, ImageUrl, ServiceCallback<ImagePrediction>)

function classifyImageUrlWithNoStore(projectId: string, publishedName: string, imageUrl: ImageUrl, callback: ServiceCallback<ImagePrediction>)

Parametreler

projectId

string

Proje kimliği.

publishedName

string

Değerlendirilecek modelin adını belirtir.

imageUrl
ImageUrl

Değerlendirilecek görüntünün URL'sini içeren bir {Iris.Web.Api.Models.ImageUrl}.

callback

ServiceCallback<ImagePrediction>

Geri çağırma

classifyImageWithNoStore(string, string, HttpRequestBody, PredictionAPIClientClassifyImageWithNoStoreOptionalParams)

function classifyImageWithNoStore(projectId: string, publishedName: string, imageData: HttpRequestBody, options?: PredictionAPIClientClassifyImageWithNoStoreOptionalParams): Promise<ClassifyImageWithNoStoreResponse>

Parametreler

projectId

string

Proje kimliği.

publishedName

string

Değerlendirilecek modelin adını belirtir.

imageData
HttpRequestBody

İkili görüntü verileri. Desteklenen biçimler JPEG, GIF, PNG ve BMP'dir. 4 MB'a kadar olan görüntüleri destekler.

options
PredictionAPIClientClassifyImageWithNoStoreOptionalParams

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.ClassifyImageWithNoStoreResponse>

classifyImageWithNoStore(string, string, HttpRequestBody, PredictionAPIClientClassifyImageWithNoStoreOptionalParams, ServiceCallback<ImagePrediction>)

function classifyImageWithNoStore(projectId: string, publishedName: string, imageData: HttpRequestBody, options: PredictionAPIClientClassifyImageWithNoStoreOptionalParams, callback: ServiceCallback<ImagePrediction>)

Parametreler

projectId

string

Proje kimliği.

publishedName

string

Değerlendirilecek modelin adını belirtir.

imageData
HttpRequestBody

İkili görüntü verileri. Desteklenen biçimler JPEG, GIF, PNG ve BMP'dir. 4 MB'a kadar olan görüntüleri destekler.

options
PredictionAPIClientClassifyImageWithNoStoreOptionalParams

İsteğe bağlı parametreler

callback

ServiceCallback<ImagePrediction>

Geri çağırma

classifyImageWithNoStore(string, string, HttpRequestBody, ServiceCallback<ImagePrediction>)

function classifyImageWithNoStore(projectId: string, publishedName: string, imageData: HttpRequestBody, callback: ServiceCallback<ImagePrediction>)

Parametreler

projectId

string

Proje kimliği.

publishedName

string

Değerlendirilecek modelin adını belirtir.

imageData
HttpRequestBody

İkili görüntü verileri. Desteklenen biçimler JPEG, GIF, PNG ve BMP'dir. 4 MB'a kadar olan görüntüleri destekler.

callback

ServiceCallback<ImagePrediction>

Geri çağırma

detectImage(string, string, HttpRequestBody, PredictionAPIClientDetectImageOptionalParams)

function detectImage(projectId: string, publishedName: string, imageData: HttpRequestBody, options?: PredictionAPIClientDetectImageOptionalParams): Promise<DetectImageResponse>

Parametreler

projectId

string

Proje kimliği.

publishedName

string

Değerlendirilecek modelin adını belirtir.

imageData
HttpRequestBody

İkili görüntü verileri. Desteklenen biçimler JPEG, GIF, PNG ve BMP'dir. 4 MB'a kadar olan görüntüleri destekler.

options
PredictionAPIClientDetectImageOptionalParams

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.DetectImageResponse>

detectImage(string, string, HttpRequestBody, PredictionAPIClientDetectImageOptionalParams, ServiceCallback<ImagePrediction>)

function detectImage(projectId: string, publishedName: string, imageData: HttpRequestBody, options: PredictionAPIClientDetectImageOptionalParams, callback: ServiceCallback<ImagePrediction>)

Parametreler

projectId

string

Proje kimliği.

publishedName

string

Değerlendirilecek modelin adını belirtir.

imageData
HttpRequestBody

İkili görüntü verileri. Desteklenen biçimler JPEG, GIF, PNG ve BMP'dir. 4 MB'a kadar olan görüntüleri destekler.

options
PredictionAPIClientDetectImageOptionalParams

İsteğe bağlı parametreler

callback

ServiceCallback<ImagePrediction>

Geri arama

detectImage(string, string, HttpRequestBody, ServiceCallback<ImagePrediction>)

function detectImage(projectId: string, publishedName: string, imageData: HttpRequestBody, callback: ServiceCallback<ImagePrediction>)

Parametreler

projectId

string

Proje kimliği.

publishedName

string

Değerlendirilecek modelin adını belirtir.

imageData
HttpRequestBody

İkili görüntü verileri. Desteklenen biçimler JPEG, GIF, PNG ve BMP'dir. 4 MB'a kadar olan görüntüleri destekler.

callback

ServiceCallback<ImagePrediction>

Geri arama

detectImageUrl(string, string, ImageUrl, PredictionAPIClientDetectImageUrlOptionalParams)

function detectImageUrl(projectId: string, publishedName: string, imageUrl: ImageUrl, options?: PredictionAPIClientDetectImageUrlOptionalParams): Promise<DetectImageUrlResponse>

Parametreler

projectId

string

Proje kimliği.

publishedName

string

Değerlendirilecek modelin adını belirtir.

imageUrl
ImageUrl

Değerlendirilecek görüntünün URL'sini içeren bir ImageUrl.

options
PredictionAPIClientDetectImageUrlOptionalParams

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.DetectImageUrlResponse>

detectImageUrl(string, string, ImageUrl, PredictionAPIClientDetectImageUrlOptionalParams, ServiceCallback<ImagePrediction>)

function detectImageUrl(projectId: string, publishedName: string, imageUrl: ImageUrl, options: PredictionAPIClientDetectImageUrlOptionalParams, callback: ServiceCallback<ImagePrediction>)

Parametreler

projectId

string

Proje kimliği.

publishedName

string

Değerlendirilecek modelin adını belirtir.

imageUrl
ImageUrl

Değerlendirilecek görüntünün URL'sini içeren bir ImageUrl.

options
PredictionAPIClientDetectImageUrlOptionalParams

İsteğe bağlı parametreler

callback

ServiceCallback<ImagePrediction>

Geri arama

detectImageUrl(string, string, ImageUrl, ServiceCallback<ImagePrediction>)

function detectImageUrl(projectId: string, publishedName: string, imageUrl: ImageUrl, callback: ServiceCallback<ImagePrediction>)

Parametreler

projectId

string

Proje kimliği.

publishedName

string

Değerlendirilecek modelin adını belirtir.

imageUrl
ImageUrl

Değerlendirilecek görüntünün URL'sini içeren bir ImageUrl.

callback

ServiceCallback<ImagePrediction>

Geri arama

detectImageUrlWithNoStore(string, string, ImageUrl, PredictionAPIClientDetectImageUrlWithNoStoreOptionalParams)

function detectImageUrlWithNoStore(projectId: string, publishedName: string, imageUrl: ImageUrl, options?: PredictionAPIClientDetectImageUrlWithNoStoreOptionalParams): Promise<DetectImageUrlWithNoStoreResponse>

Parametreler

projectId

string

Proje kimliği.

publishedName

string

Değerlendirilecek modelin adını belirtir.

imageUrl
ImageUrl

Değerlendirilecek görüntünün URL'sini içeren bir {Iris.Web.Api.Models.ImageUrl}.

options
PredictionAPIClientDetectImageUrlWithNoStoreOptionalParams

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.DetectImageUrlWithNoStoreResponse>

detectImageUrlWithNoStore(string, string, ImageUrl, PredictionAPIClientDetectImageUrlWithNoStoreOptionalParams, ServiceCallback<ImagePrediction>)

function detectImageUrlWithNoStore(projectId: string, publishedName: string, imageUrl: ImageUrl, options: PredictionAPIClientDetectImageUrlWithNoStoreOptionalParams, callback: ServiceCallback<ImagePrediction>)

Parametreler

projectId

string

Proje kimliği.

publishedName

string

Değerlendirilecek modelin adını belirtir.

imageUrl
ImageUrl

Değerlendirilecek görüntünün URL'sini içeren bir {Iris.Web.Api.Models.ImageUrl}.

options
PredictionAPIClientDetectImageUrlWithNoStoreOptionalParams

İsteğe bağlı parametreler

callback

ServiceCallback<ImagePrediction>

Geri arama

detectImageUrlWithNoStore(string, string, ImageUrl, ServiceCallback<ImagePrediction>)

function detectImageUrlWithNoStore(projectId: string, publishedName: string, imageUrl: ImageUrl, callback: ServiceCallback<ImagePrediction>)

Parametreler

projectId

string

Proje kimliği.

publishedName

string

Değerlendirilecek modelin adını belirtir.

imageUrl
ImageUrl

Değerlendirilecek görüntünün URL'sini içeren bir {Iris.Web.Api.Models.ImageUrl}.

callback

ServiceCallback<ImagePrediction>

Geri arama

detectImageWithNoStore(string, string, HttpRequestBody, PredictionAPIClientDetectImageWithNoStoreOptionalParams)

function detectImageWithNoStore(projectId: string, publishedName: string, imageData: HttpRequestBody, options?: PredictionAPIClientDetectImageWithNoStoreOptionalParams): Promise<DetectImageWithNoStoreResponse>

Parametreler

projectId

string

Proje kimliği.

publishedName

string

Değerlendirilecek modelin adını belirtir.

imageData
HttpRequestBody

İkili görüntü verileri. Desteklenen biçimler JPEG, GIF, PNG ve BMP'dir. 4 MB'a kadar olan görüntüleri destekler.

options
PredictionAPIClientDetectImageWithNoStoreOptionalParams

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.DetectImageWithNoStoreResponse>

detectImageWithNoStore(string, string, HttpRequestBody, PredictionAPIClientDetectImageWithNoStoreOptionalParams, ServiceCallback<ImagePrediction>)

function detectImageWithNoStore(projectId: string, publishedName: string, imageData: HttpRequestBody, options: PredictionAPIClientDetectImageWithNoStoreOptionalParams, callback: ServiceCallback<ImagePrediction>)

Parametreler

projectId

string

Proje kimliği.

publishedName

string

Değerlendirilecek modelin adını belirtir.

imageData
HttpRequestBody

İkili görüntü verileri. Desteklenen biçimler JPEG, GIF, PNG ve BMP'dir. 4 MB'a kadar olan görüntüleri destekler.

options
PredictionAPIClientDetectImageWithNoStoreOptionalParams

İsteğe bağlı parametreler

callback

ServiceCallback<ImagePrediction>

Geri arama

detectImageWithNoStore(string, string, HttpRequestBody, ServiceCallback<ImagePrediction>)

function detectImageWithNoStore(projectId: string, publishedName: string, imageData: HttpRequestBody, callback: ServiceCallback<ImagePrediction>)

Parametreler

projectId

string

Proje kimliği.

publishedName

string

Değerlendirilecek modelin adını belirtir.

imageData
HttpRequestBody

İkili görüntü verileri. Desteklenen biçimler JPEG, GIF, PNG ve BMP'dir. 4 MB'a kadar olan görüntüleri destekler.

callback

ServiceCallback<ImagePrediction>

Geri arama

Devralınan Yöntemin Ayrıntıları

sendOperationRequest(OperationArguments, OperationSpec, ServiceCallback<any>)

Sağlanan OperationSpec kullanılarak doldurulan bir HTTP isteği gönderin.

function sendOperationRequest(operationArguments: OperationArguments, operationSpec: OperationSpec, callback?: ServiceCallback<any>): Promise<RestResponse>

Parametreler

operationArguments
OperationArguments

HTTP isteğinin şablonlu değerlerinin doldurulacağı bağımsız değişkenler.

operationSpec
OperationSpec

httpRequest'i doldurmak için kullanılacak OperationSpec.

callback

ServiceCallback<any>

Yanıt alındığında çağrılacak geri çağırma.

Döndürülenler

Promise<RestResponse>

PredictionAPIClientContext.sendOperationRequest'tenDevralındı

sendRequest(RequestPrepareOptions | WebResourceLike)

Sağlanan httpRequest'i gönderin.

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

Parametreler

Döndürülenler

PredictionAPIClientContext.sendRequest'tenDevralındı