Uses of Class
com.microsoft.azure.cognitiveservices.vision.computervision.models.Details
-
Packages that use Details Package Description com.microsoft.azure.cognitiveservices.vision.computervision This package contains the classes for ComputerVisionClient.com.microsoft.azure.cognitiveservices.vision.computervision.models This package contains the models classes for ComputerVisionClient. -
-
Uses of Details in com.microsoft.azure.cognitiveservices.vision.computervision
Method parameters in com.microsoft.azure.cognitiveservices.vision.computervision with type arguments of type Details Modifier and Type Method Description ComputerVision.ComputerVisionAnalyzeImageDefinitionStages.WithExecute
ComputerVision.ComputerVisionAnalyzeImageDefinitionStages.WithAllOptions. withDetails(List<Details> details)
A string indicating which domain-specific details to return.ComputerVision.ComputerVisionAnalyzeImageInStreamDefinitionStages.WithExecute
ComputerVision.ComputerVisionAnalyzeImageInStreamDefinitionStages.WithAllOptions. withDetails(List<Details> details)
A string indicating which domain-specific details to return. -
Uses of Details in com.microsoft.azure.cognitiveservices.vision.computervision.models
Methods in com.microsoft.azure.cognitiveservices.vision.computervision.models that return Details Modifier and Type Method Description static Details
Details. fromString(String value)
Parses a serialized value to a Details instance.static Details
Details. valueOf(String name)
Returns the enum constant of this type with the specified name.static Details[]
Details. 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 Details Modifier and Type Method Description List<Details>
AnalyzeImageInStreamOptionalParameter. details()
Get the details value.List<Details>
AnalyzeImageOptionalParameter. details()
Get the details value.Method parameters in com.microsoft.azure.cognitiveservices.vision.computervision.models with type arguments of type Details Modifier and Type Method Description AnalyzeImageInStreamOptionalParameter
AnalyzeImageInStreamOptionalParameter. withDetails(List<Details> details)
Set the details value.AnalyzeImageOptionalParameter
AnalyzeImageOptionalParameter. withDetails(List<Details> details)
Set the details value.
-