Skip to content

Commit 7b8283e

Browse files
authored
Minor edit
1 parent fd96ac8 commit 7b8283e

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

Vision/ComputerVision/src/main/java/ComputerVisionQuickstart.java

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)