Partager via


PredictionAPIClient class

Extends

Constructeurs

PredictionAPIClient(ServiceClientCredentials, string, ServiceClientOptions)

Initialise une nouvelle instance de la classe PredictionAPIClient.

Propriétés héritées

credentials
endpoint

Méthodes

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

Méthodes héritées

sendOperationRequest(OperationArguments, OperationSpec, ServiceCallback<any>)

Envoyez une requête HTTP renseignée à l’aide de la spécification OperationSpec fournie.

sendRequest(RequestPrepareOptions | WebResourceLike)

Envoyez le httpRequest fourni.

Détails du constructeur

PredictionAPIClient(ServiceClientCredentials, string, ServiceClientOptions)

Initialise une nouvelle instance de la classe PredictionAPIClient.

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

Paramètres

credentials
ServiceClientCredentials

Informations d’identification de l’abonnement qui identifient de manière unique l’abonnement client.

endpoint

string

Points de terminaison Cognitive Services pris en charge.

options
ServiceClientOptions

Options de paramètre

Détails de la propriété héritée

credentials

credentials: ServiceClientCredentials

Valeur de propriété

Hérité dePredictionAPIClientContext.credentials

endpoint

endpoint: string

Valeur de propriété

string

Hérité dePredictionAPIClientContext.endpoint

Détails de la méthode

classifyImage(string, string, HttpRequestBody, PredictionAPIClientClassifyImageOptionalParams)

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

Paramètres

projectId

string

ID de projet.

publishedName

string

Spécifie le nom du modèle par rapport à évaluer.

imageData
HttpRequestBody

Données d’image binaires. Les formats pris en charge sont JPEG, GIF, PNG et BMP. Prend en charge les images jusqu’à 4 Mo.

options
PredictionAPIClientClassifyImageOptionalParams

Paramètres facultatifs

Retours

Modèles de promesse.ClassimageResponse<>

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

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

Paramètres

projectId

string

ID de projet.

publishedName

string

Spécifie le nom du modèle par rapport à évaluer.

imageData
HttpRequestBody

Données d’image binaires. Les formats pris en charge sont JPEG, GIF, PNG et BMP. Prend en charge les images jusqu’à 4 Mo.

options
PredictionAPIClientClassifyImageOptionalParams

Paramètres facultatifs

callback

ServiceCallback<ImagePrediction>

Rappel

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

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

Paramètres

projectId

string

ID de projet.

publishedName

string

Spécifie le nom du modèle par rapport à évaluer.

imageData
HttpRequestBody

Données d’image binaires. Les formats pris en charge sont JPEG, GIF, PNG et BMP. Prend en charge les images jusqu’à 4 Mo.

callback

ServiceCallback<ImagePrediction>

Rappel

classifyImageUrl(string, string, ImageUrl, PredictionAPIClientClassifyImageUrlOptionalParams)

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

Paramètres

projectId

string

ID de projet.

publishedName

string

Spécifie le nom du modèle par rapport à évaluer.

imageUrl
ImageUrl

ImageUrl qui contient l’URL de l’image à évaluer.

options
PredictionAPIClientClassifyImageUrlOptionalParams

Paramètres facultatifs

Retours

Modèles de promesse.ClassimageUrlResponse<>

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

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

Paramètres

projectId

string

ID de projet.

publishedName

string

Spécifie le nom du modèle par rapport à évaluer.

imageUrl
ImageUrl

ImageUrl qui contient l’URL de l’image à évaluer.

options
PredictionAPIClientClassifyImageUrlOptionalParams

Paramètres facultatifs

callback

ServiceCallback<ImagePrediction>

Rappel

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

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

Paramètres

projectId

string

ID de projet.

publishedName

string

Spécifie le nom du modèle par rapport à évaluer.

imageUrl
ImageUrl

ImageUrl qui contient l’URL de l’image à évaluer.

callback

ServiceCallback<ImagePrediction>

Rappel

classifyImageUrlWithNoStore(string, string, ImageUrl, PredictionAPIClientClassifyImageUrlWithNoStoreOptionalParams)

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

Paramètres

projectId

string

ID de projet.

publishedName

string

Spécifie le nom du modèle par rapport à évaluer.

imageUrl
ImageUrl

{Iris.Web.Api.Models.ImageUrl} qui contient l’URL de l’image à évaluer.

Retours

Promise<Models.ClassifyImageUrlWithNoStoreResponse>

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

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

Paramètres

projectId

string

ID de projet.

publishedName

string

Spécifie le nom du modèle par rapport à évaluer.

imageUrl
ImageUrl

{Iris.Web.Api.Models.ImageUrl} qui contient l’URL de l’image à évaluer.

callback

ServiceCallback<ImagePrediction>

Rappel

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

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

Paramètres

projectId

string

ID de projet.

publishedName

string

Spécifie le nom du modèle par rapport à évaluer.

imageUrl
ImageUrl

{Iris.Web.Api.Models.ImageUrl} qui contient l’URL de l’image à évaluer.

callback

ServiceCallback<ImagePrediction>

Rappel

classifyImageWithNoStore(string, string, HttpRequestBody, PredictionAPIClientClassifyImageWithNoStoreOptionalParams)

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

Paramètres

projectId

string

ID de projet.

publishedName

string

Spécifie le nom du modèle par rapport à évaluer.

imageData
HttpRequestBody

Données d’image binaires. Les formats pris en charge sont JPEG, GIF, PNG et BMP. Prend en charge les images jusqu’à 4 Mo.

Retours

Promise<Models.ClassifyImageWithNoStoreResponse>

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

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

Paramètres

projectId

string

ID de projet.

publishedName

string

Spécifie le nom du modèle par rapport à évaluer.

imageData
HttpRequestBody

Données d’image binaires. Les formats pris en charge sont JPEG, GIF, PNG et BMP. Prend en charge les images jusqu’à 4 Mo.

callback

ServiceCallback<ImagePrediction>

Rappel

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

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

Paramètres

projectId

string

ID de projet.

publishedName

string

Spécifie le nom du modèle par rapport à évaluer.

imageData
HttpRequestBody

Données d’image binaires. Les formats pris en charge sont JPEG, GIF, PNG et BMP. Prend en charge les images jusqu’à 4 Mo.

callback

ServiceCallback<ImagePrediction>

Rappel

detectImage(string, string, HttpRequestBody, PredictionAPIClientDetectImageOptionalParams)

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

Paramètres

projectId

string

ID de projet.

publishedName

string

Spécifie le nom du modèle par rapport à évaluer.

imageData
HttpRequestBody

Données d’image binaires. Les formats pris en charge sont JPEG, GIF, PNG et BMP. Prend en charge les images jusqu’à 4 Mo.

options
PredictionAPIClientDetectImageOptionalParams

Paramètres facultatifs

Retours

Promise<Models.DetectImageResponse>

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

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

Paramètres

projectId

string

ID de projet.

publishedName

string

Spécifie le nom du modèle par rapport à évaluer.

imageData
HttpRequestBody

Données d’image binaires. Les formats pris en charge sont JPEG, GIF, PNG et BMP. Prend en charge les images jusqu’à 4 Mo.

options
PredictionAPIClientDetectImageOptionalParams

Paramètres facultatifs

callback

ServiceCallback<ImagePrediction>

Rappel

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

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

Paramètres

projectId

string

ID de projet.

publishedName

string

Spécifie le nom du modèle par rapport à évaluer.

imageData
HttpRequestBody

Données d’image binaires. Les formats pris en charge sont JPEG, GIF, PNG et BMP. Prend en charge les images jusqu’à 4 Mo.

callback

ServiceCallback<ImagePrediction>

Rappel

detectImageUrl(string, string, ImageUrl, PredictionAPIClientDetectImageUrlOptionalParams)

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

Paramètres

projectId

string

ID de projet.

publishedName

string

Spécifie le nom du modèle par rapport à évaluer.

imageUrl
ImageUrl

ImageUrl qui contient l’URL de l’image à évaluer.

options
PredictionAPIClientDetectImageUrlOptionalParams

Paramètres facultatifs

Retours

Promise<Models.DetectImageUrlResponse>

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

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

Paramètres

projectId

string

ID de projet.

publishedName

string

Spécifie le nom du modèle par rapport à évaluer.

imageUrl
ImageUrl

ImageUrl qui contient l’URL de l’image à évaluer.

options
PredictionAPIClientDetectImageUrlOptionalParams

Paramètres facultatifs

callback

ServiceCallback<ImagePrediction>

Rappel

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

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

Paramètres

projectId

string

ID de projet.

publishedName

string

Spécifie le nom du modèle par rapport à évaluer.

imageUrl
ImageUrl

ImageUrl qui contient l’URL de l’image à évaluer.

callback

ServiceCallback<ImagePrediction>

Rappel

detectImageUrlWithNoStore(string, string, ImageUrl, PredictionAPIClientDetectImageUrlWithNoStoreOptionalParams)

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

Paramètres

projectId

string

ID de projet.

publishedName

string

Spécifie le nom du modèle par rapport à évaluer.

imageUrl
ImageUrl

{Iris.Web.Api.Models.ImageUrl} qui contient l’URL de l’image à évaluer.

Retours

Promise<Models.DetectImageUrlWithNoStoreResponse>

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

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

Paramètres

projectId

string

ID de projet.

publishedName

string

Spécifie le nom du modèle par rapport à évaluer.

imageUrl
ImageUrl

{Iris.Web.Api.Models.ImageUrl} qui contient l’URL de l’image à évaluer.

callback

ServiceCallback<ImagePrediction>

Rappel

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

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

Paramètres

projectId

string

ID de projet.

publishedName

string

Spécifie le nom du modèle par rapport à évaluer.

imageUrl
ImageUrl

{Iris.Web.Api.Models.ImageUrl} qui contient l’URL de l’image à évaluer.

callback

ServiceCallback<ImagePrediction>

Rappel

detectImageWithNoStore(string, string, HttpRequestBody, PredictionAPIClientDetectImageWithNoStoreOptionalParams)

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

Paramètres

projectId

string

ID de projet.

publishedName

string

Spécifie le nom du modèle par rapport à évaluer.

imageData
HttpRequestBody

Données d’image binaires. Les formats pris en charge sont JPEG, GIF, PNG et BMP. Prend en charge les images jusqu’à 4 Mo.

Retours

Promise<Models.DetectImageWithNoStoreResponse>

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

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

Paramètres

projectId

string

ID de projet.

publishedName

string

Spécifie le nom du modèle par rapport à évaluer.

imageData
HttpRequestBody

Données d’image binaires. Les formats pris en charge sont JPEG, GIF, PNG et BMP. Prend en charge les images jusqu’à 4 Mo.

callback

ServiceCallback<ImagePrediction>

Rappel

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

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

Paramètres

projectId

string

ID de projet.

publishedName

string

Spécifie le nom du modèle par rapport à évaluer.

imageData
HttpRequestBody

Données d’image binaires. Les formats pris en charge sont JPEG, GIF, PNG et BMP. Prend en charge les images jusqu’à 4 Mo.

callback

ServiceCallback<ImagePrediction>

Rappel

Détails de la méthode héritée

sendOperationRequest(OperationArguments, OperationSpec, ServiceCallback<any>)

Envoyez une requête HTTP renseignée à l’aide de la spécification OperationSpec fournie.

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

Paramètres

operationArguments
OperationArguments

Arguments à partir duquel les valeurs de modèle de la requête HTTP seront remplies.

operationSpec
OperationSpec

OperationSpec à utiliser pour remplir le httpRequest.

callback

ServiceCallback<any>

Rappel à appeler lorsque la réponse est reçue.

Retours

Promise<RestResponse>

Hérité dePredictionAPIClientContext.sendOperationRequest

sendRequest(RequestPrepareOptions | WebResourceLike)

Envoyez le httpRequest fourni.

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

Paramètres

Retours

Hérité dePredictionAPIClientContext.sendRequest