{"note":"OpenAPI conversion -- returning structured metadata","name":"microsoft-com-cognitiveservices-prediction","description":"Custom Vision Prediction Client","version":"3.0","base_url":"https://southcentralus.api.cognitive.microsoft.com/customvision/v3.0/prediction","endpoints":8,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Custom Vision Prediction Client\n@base https://southcentralus.api.cognitive.microsoft.com/customvision/v3.0/prediction\n@version 3.0\n@auth ApiKey Prediction-Key in header\n@common_fields {projectId: any # The project id., publishedName: any # Specifies the name of the model to evaluate against., application: any # Optional. Specifies the name of application using the endpoint.}\n@endpoints 8\n@toc {projectId}(8)\n\n@endpoint POST /{projectId}/classify/iterations/{publishedName}/url\n@desc Classify an image url and saves the result.\n@required {imageUrl: map # An ImageUrl that contains the url of the image to be evaluated.}\n@returns(200) OK\n\n@endpoint POST /{projectId}/classify/iterations/{publishedName}/image\n@desc Classify an image and saves the result.\n@required {imageData: any # Binary image data. Supported formats are JPEG, GIF, PNG, and BMP. Supports images up to 4MB.}\n@returns(200) OK\n\n@endpoint POST /{projectId}/classify/iterations/{publishedName}/url/nostore\n@desc Classify an image url without saving the result.\n@required {imageUrl: map # An {Iris.Web.Api.Models.ImageUrl} that contains the url of the image to be evaluated.}\n@returns(200) OK\n\n@endpoint POST /{projectId}/classify/iterations/{publishedName}/image/nostore\n@desc Classify an image without saving the result.\n@required {imageData: any # Binary image data. Supported formats are JPEG, GIF, PNG, and BMP. Supports images up to 0MB.}\n@returns(200) OK\n\n@endpoint POST /{projectId}/detect/iterations/{publishedName}/url\n@desc Detect objects in an image url and saves the result.\n@required {imageUrl: map # An ImageUrl that contains the url of the image to be evaluated.}\n@returns(200) OK\n\n@endpoint POST /{projectId}/detect/iterations/{publishedName}/image\n@desc Detect objects in an image and saves the result.\n@required {imageData: any # Binary image data. Supported formats are JPEG, GIF, PNG, and BMP. Supports images up to 4MB.}\n@returns(200) OK\n\n@endpoint POST /{projectId}/detect/iterations/{publishedName}/url/nostore\n@desc Detect objects in an image url without saving the result.\n@required {imageUrl: map # An {Iris.Web.Api.Models.ImageUrl} that contains the url of the image to be evaluated.}\n@returns(200) OK\n\n@endpoint POST /{projectId}/detect/iterations/{publishedName}/image/nostore\n@desc Detect objects in an image without saving the result.\n@required {imageData: any # Binary image data. Supported formats are JPEG, GIF, PNG, and BMP. Supports images up to 0MB.}\n@returns(200) OK\n\n@end\n"}