Uses of Class
com.microsoft.azure.cognitiveservices.vision.computervision.models.GenerateThumbnailInStreamOptionalParameter
-
Packages that use GenerateThumbnailInStreamOptionalParameter Package Description com.microsoft.azure.cognitiveservices.vision.computervision This package contains the classes for ComputerVisionClient.com.microsoft.azure.cognitiveservices.vision.computervision.implementation This package contains the implementation classes for ComputerVisionClient.com.microsoft.azure.cognitiveservices.vision.computervision.models This package contains the models classes for ComputerVisionClient. -
-
Uses of GenerateThumbnailInStreamOptionalParameter in com.microsoft.azure.cognitiveservices.vision.computervision
Methods in com.microsoft.azure.cognitiveservices.vision.computervision with parameters of type GenerateThumbnailInStreamOptionalParameter Modifier and Type Method Description InputStream
ComputerVision. generateThumbnailInStream(int width, int height, byte[] image, GenerateThumbnailInStreamOptionalParameter generateThumbnailInStreamOptionalParameter)
This operation generates a thumbnail image with the user-specified width and height.rx.Observable<InputStream>
ComputerVision. generateThumbnailInStreamAsync(int width, int height, byte[] image, GenerateThumbnailInStreamOptionalParameter generateThumbnailInStreamOptionalParameter)
This operation generates a thumbnail image with the user-specified width and height. -
Uses of GenerateThumbnailInStreamOptionalParameter in com.microsoft.azure.cognitiveservices.vision.computervision.implementation
Methods in com.microsoft.azure.cognitiveservices.vision.computervision.implementation with parameters of type GenerateThumbnailInStreamOptionalParameter Modifier and Type Method Description InputStream
ComputerVisionImpl. generateThumbnailInStream(int width, int height, byte[] image, GenerateThumbnailInStreamOptionalParameter generateThumbnailInStreamOptionalParameter)
This operation generates a thumbnail image with the user-specified width and height.rx.Observable<InputStream>
ComputerVisionImpl. generateThumbnailInStreamAsync(int width, int height, byte[] image, GenerateThumbnailInStreamOptionalParameter generateThumbnailInStreamOptionalParameter)
This operation generates a thumbnail image with the user-specified width and height.com.microsoft.rest.ServiceFuture<InputStream>
ComputerVisionImpl. generateThumbnailInStreamAsync(int width, int height, byte[] image, GenerateThumbnailInStreamOptionalParameter generateThumbnailInStreamOptionalParameter, com.microsoft.rest.ServiceCallback<InputStream> serviceCallback)
This operation generates a thumbnail image with the user-specified width and height.rx.Observable<com.microsoft.rest.ServiceResponse<InputStream>>
ComputerVisionImpl. generateThumbnailInStreamWithServiceResponseAsync(int width, int height, byte[] image, GenerateThumbnailInStreamOptionalParameter generateThumbnailInStreamOptionalParameter)
This operation generates a thumbnail image with the user-specified width and height. -
Uses of GenerateThumbnailInStreamOptionalParameter in com.microsoft.azure.cognitiveservices.vision.computervision.models
Methods in com.microsoft.azure.cognitiveservices.vision.computervision.models that return GenerateThumbnailInStreamOptionalParameter Modifier and Type Method Description GenerateThumbnailInStreamOptionalParameter
GenerateThumbnailInStreamOptionalParameter. withModelVersion(String modelVersion)
Set the modelVersion value.GenerateThumbnailInStreamOptionalParameter
GenerateThumbnailInStreamOptionalParameter. withSmartCropping(Boolean smartCropping)
Set the smartCropping value.GenerateThumbnailInStreamOptionalParameter
GenerateThumbnailInStreamOptionalParameter. withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value.
-