@@ -75,13 +75,13 @@ public static void main(String[] args) {
7575
7676 // Analyze local and remote images
7777 DescribeImage (computerVisionClient , localImagePath , remoteImageURL );
78- CategorizeImage (computerVisionClient , localImagePath , remoteImageURL );
79- TagImage (computerVisionClient , localImagePath , remoteImageURL );
80- DetectFacesInImage (computerVisionClient , localImagePath , remoteImageURL );
81- DetectAdultOrRacyContentInImage (computerVisionClient , localImagePath , remoteImageURL );
82- DetectColorSchemeInImage (computerVisionClient , localImagePath , remoteImageURL );
83- DetectDomainSpecificContentInImage (computerVisionClient , localImagePath , remoteImageURL );
84- DetectImageTypesInImage (computerVisionClient , localImagePath , remoteImageURL );
78+ CategorizeImage (computerVisionClient , localImagePath , remoteImageURL );
79+ TagImage (computerVisionClient , localImagePath , remoteImageURL );
80+ DetectFacesInImage (computerVisionClient , localImagePath , remoteImageURL );
81+ DetectAdultOrRacyContentInImage (computerVisionClient , localImagePath , remoteImageURL );
82+ DetectColorSchemeInImage (computerVisionClient , localImagePath , remoteImageURL );
83+ DetectDomainSpecificContentInImage (computerVisionClient , localImagePath , remoteImageURL );
84+ DetectImageTypesInImage (computerVisionClient , localImagePath , remoteImageURL );
8585
8686 // Analyze local and remote text-image for recognizing text with OCR
8787 RecognizeTextOCR (computerVisionClient , localTextImagePath , remoteTextImageURL );
@@ -193,7 +193,6 @@ public static void CategorizeImage(ComputerVisionClient client, String localImag
193193 }
194194 // END - Categorize Image
195195
196-
197196 /**
198197 * TAG IMAGE:
199198 * API call: TagImageInStream & TagImage
0 commit comments