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-language-0.0.1-beta.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.microsoft.azure.cognitiveservices.textanalytics
├─ com.microsoft.azure.cognitiveservices.textanalytics.AzureRegions.class - [JAR]
├─ com.microsoft.azure.cognitiveservices.textanalytics.DetectedLanguage.class - [JAR]
├─ com.microsoft.azure.cognitiveservices.textanalytics.ErrorRecord.class - [JAR]
├─ com.microsoft.azure.cognitiveservices.textanalytics.ErrorResponse.class - [JAR]
├─ com.microsoft.azure.cognitiveservices.textanalytics.ErrorResponseException.class - [JAR]
├─ com.microsoft.azure.cognitiveservices.textanalytics.Input.class - [JAR]
├─ com.microsoft.azure.cognitiveservices.textanalytics.InternalError.class - [JAR]
├─ com.microsoft.azure.cognitiveservices.textanalytics.KeyPhraseBatchResultItem.class - [JAR]
├─ com.microsoft.azure.cognitiveservices.textanalytics.LanguageBatchResultItem.class - [JAR]
├─ com.microsoft.azure.cognitiveservices.textanalytics.MultiLanguageInput.class - [JAR]
├─ com.microsoft.azure.cognitiveservices.textanalytics.SentimentBatchResultItem.class - [JAR]
com.microsoft.azure.cognitiveservices.textanalytics.implementation
├─ com.microsoft.azure.cognitiveservices.textanalytics.implementation.BatchInputInner.class - [JAR]
├─ com.microsoft.azure.cognitiveservices.textanalytics.implementation.KeyPhraseBatchResultInner.class - [JAR]
├─ com.microsoft.azure.cognitiveservices.textanalytics.implementation.LanguageBatchResultInner.class - [JAR]
├─ com.microsoft.azure.cognitiveservices.textanalytics.implementation.MultiLanguageBatchInputInner.class - [JAR]
├─ com.microsoft.azure.cognitiveservices.textanalytics.implementation.SentimentBatchResultInner.class - [JAR]
├─ com.microsoft.azure.cognitiveservices.textanalytics.implementation.TextAnalyticsAPIImpl.class - [JAR]