Skip to content

Commit

Permalink
vision, revert regen diff on link to azure-core class (#38872)
Browse files Browse the repository at this point in the history
  • Loading branch information
weidongxu-microsoft authored Feb 22, 2024
1 parent 667db3f commit 92e2511
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ public final class ImageAnalysisAsyncClient {
* @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
* @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
* @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
* @return represents the outcome of an Image Analysis operation along with {@link Response} on successful
* @return represents the outcome of an Image Analysis operation along with <a href="https://learn.microsoft.com/java/api/com.azure.core.http.rest.response">Response</a> on successful
* completion of {@link Mono}.
*/
@Generated
Expand Down Expand Up @@ -473,7 +473,7 @@ Mono<ImageAnalysisResult> analyzeFromUrl(List<VisualFeatures> visualFeatures, Im
* @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
* @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
* @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
* @return represents the outcome of an Image Analysis operation along with {@link Response} on successful
* @return represents the outcome of an Image Analysis operation along with <a href="https://learn.microsoft.com/java/api/com.azure.core.http.rest.response">Response</a> on successful
* completion of {@link Mono}.
*/
@Generated
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ public final class ImageAnalysisClient {
* @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
* @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
* @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
* @return represents the outcome of an Image Analysis operation along with {@link Response}.
* @return represents the outcome of an Image Analysis operation along with <a href="https://learn.microsoft.com/java/api/com.azure.core.http.rest.response">Response</a>.
*/
@Generated
@ServiceMethod(returns = ReturnType.SINGLE)
Expand Down Expand Up @@ -468,7 +468,7 @@ ImageAnalysisResult analyzeFromUrl(List<VisualFeatures> visualFeatures, ImageUrl
* @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
* @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
* @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
* @return represents the outcome of an Image Analysis operation along with {@link Response}.
* @return represents the outcome of an Image Analysis operation along with <a href="https://learn.microsoft.com/java/api/com.azure.core.http.rest.response">Response</a>.
*/
@Generated
@ServiceMethod(returns = ReturnType.SINGLE)
Expand Down

0 comments on commit 92e2511

Please sign in to comment.