View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window azure-cognitiveservices-customvision-prediction-1.0.2-beta.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.microsoft.azure.cognitiveservices.vision.customvision.prediction
├─ com.microsoft.azure.cognitiveservices.vision.customvision.prediction.CustomVisionPredictionManager.class - [JAR]
├─ com.microsoft.azure.cognitiveservices.vision.customvision.prediction.PredictionEndpoint.class - [JAR]
├─ com.microsoft.azure.cognitiveservices.vision.customvision.prediction.Predictions.class - [JAR]
com.microsoft.azure.cognitiveservices.vision.customvision.prediction.implementation
├─ com.microsoft.azure.cognitiveservices.vision.customvision.prediction.implementation.PredictionEndpointImpl.class - [JAR]
├─ com.microsoft.azure.cognitiveservices.vision.customvision.prediction.implementation.PredictionsImpl.class - [JAR]
com.microsoft.azure.cognitiveservices.vision.customvision.prediction.models
├─ com.microsoft.azure.cognitiveservices.vision.customvision.prediction.models.BoundingBox.class - [JAR]
├─ com.microsoft.azure.cognitiveservices.vision.customvision.prediction.models.ImagePrediction.class - [JAR]
├─ com.microsoft.azure.cognitiveservices.vision.customvision.prediction.models.ImageUrl.class - [JAR]
├─ com.microsoft.azure.cognitiveservices.vision.customvision.prediction.models.PredictImageOptionalParameter.class - [JAR]
├─ com.microsoft.azure.cognitiveservices.vision.customvision.prediction.models.PredictImageUrlOptionalParameter.class - [JAR]
├─ com.microsoft.azure.cognitiveservices.vision.customvision.prediction.models.PredictImageUrlWithNoStoreOptionalParameter.class - [JAR]
├─ com.microsoft.azure.cognitiveservices.vision.customvision.prediction.models.PredictImageWithNoStoreOptionalParameter.class - [JAR]
├─ com.microsoft.azure.cognitiveservices.vision.customvision.prediction.models.Prediction.class - [JAR]