Uses of Class
com.microsoft.azure.cognitiveservices.vision.computervision.models.DescriptionExclude
-
Packages that use DescriptionExclude 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 DescriptionExclude in com.microsoft.azure.cognitiveservices.vision.computervision
Method parameters in com.microsoft.azure.cognitiveservices.vision.computervision with type arguments of type DescriptionExclude Modifier and Type Method Description ComputerVision.ComputerVisionAnalyzeImageDefinitionStages.WithExecute
ComputerVision.ComputerVisionAnalyzeImageDefinitionStages.WithAllOptions. withDescriptionExclude(List<DescriptionExclude> descriptionExclude)
Turn off specified domain models when generating the description.ComputerVision.ComputerVisionAnalyzeImageInStreamDefinitionStages.WithExecute
ComputerVision.ComputerVisionAnalyzeImageInStreamDefinitionStages.WithAllOptions. withDescriptionExclude(List<DescriptionExclude> descriptionExclude)
Turn off specified domain models when generating the description.ComputerVision.ComputerVisionDescribeImageDefinitionStages.WithExecute
ComputerVision.ComputerVisionDescribeImageDefinitionStages.WithAllOptions. withDescriptionExclude(List<DescriptionExclude> descriptionExclude)
Turn off specified domain models when generating the description.ComputerVision.ComputerVisionDescribeImageInStreamDefinitionStages.WithExecute
ComputerVision.ComputerVisionDescribeImageInStreamDefinitionStages.WithAllOptions. withDescriptionExclude(List<DescriptionExclude> descriptionExclude)
Turn off specified domain models when generating the description. -
Uses of DescriptionExclude in com.microsoft.azure.cognitiveservices.vision.computervision.implementation
Method parameters in com.microsoft.azure.cognitiveservices.vision.computervision.implementation with type arguments of type DescriptionExclude Modifier and Type Method Description rx.Observable<com.microsoft.rest.ServiceResponse<ImageDescription>>
ComputerVisionImpl. describeImageInStreamWithServiceResponseAsync(byte[] image, Integer maxCandidates, String language, List<DescriptionExclude> descriptionExclude, String modelVersion)
This operation generates a description of an image in human readable language with complete sentences.rx.Observable<com.microsoft.rest.ServiceResponse<ImageDescription>>
ComputerVisionImpl. describeImageWithServiceResponseAsync(String url, Integer maxCandidates, String language, List<DescriptionExclude> descriptionExclude, String modelVersion)
This operation generates a description of an image in human readable language with complete sentences. -
Uses of DescriptionExclude in com.microsoft.azure.cognitiveservices.vision.computervision.models
Methods in com.microsoft.azure.cognitiveservices.vision.computervision.models that return DescriptionExclude Modifier and Type Method Description static DescriptionExclude
DescriptionExclude. fromString(String value)
Parses a serialized value to a DescriptionExclude instance.static DescriptionExclude
DescriptionExclude. valueOf(String name)
Returns the enum constant of this type with the specified name.static DescriptionExclude[]
DescriptionExclude. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.azure.cognitiveservices.vision.computervision.models that return types with arguments of type DescriptionExclude Modifier and Type Method Description List<DescriptionExclude>
AnalyzeImageInStreamOptionalParameter. descriptionExclude()
Get the descriptionExclude value.List<DescriptionExclude>
AnalyzeImageOptionalParameter. descriptionExclude()
Get the descriptionExclude value.List<DescriptionExclude>
DescribeImageInStreamOptionalParameter. descriptionExclude()
Get the descriptionExclude value.List<DescriptionExclude>
DescribeImageOptionalParameter. descriptionExclude()
Get the descriptionExclude value.Method parameters in com.microsoft.azure.cognitiveservices.vision.computervision.models with type arguments of type DescriptionExclude Modifier and Type Method Description AnalyzeImageInStreamOptionalParameter
AnalyzeImageInStreamOptionalParameter. withDescriptionExclude(List<DescriptionExclude> descriptionExclude)
Set the descriptionExclude value.AnalyzeImageOptionalParameter
AnalyzeImageOptionalParameter. withDescriptionExclude(List<DescriptionExclude> descriptionExclude)
Set the descriptionExclude value.DescribeImageInStreamOptionalParameter
DescribeImageInStreamOptionalParameter. withDescriptionExclude(List<DescriptionExclude> descriptionExclude)
Set the descriptionExclude value.DescribeImageOptionalParameter
DescribeImageOptionalParameter. withDescriptionExclude(List<DescriptionExclude> descriptionExclude)
Set the descriptionExclude value.
-