Uses of Class
com.microsoft.azure.cognitiveservices.vision.computervision.models.Word
-
Packages that use Word Package Description com.microsoft.azure.cognitiveservices.vision.computervision.models This package contains the models classes for ComputerVisionClient. -
-
Uses of Word in com.microsoft.azure.cognitiveservices.vision.computervision.models
Methods in com.microsoft.azure.cognitiveservices.vision.computervision.models that return Word Modifier and Type Method Description Word
Word. withBoundingBox(List<Double> boundingBox)
Set the boundingBox value.Word
Word. withConfidence(double confidence)
Set the confidence value.Word
Word. withText(String text)
Set the text value.Methods in com.microsoft.azure.cognitiveservices.vision.computervision.models that return types with arguments of type Word Modifier and Type Method Description List<Word>
Line. words()
Get the words value.Method parameters in com.microsoft.azure.cognitiveservices.vision.computervision.models with type arguments of type Word Modifier and Type Method Description Line
Line. withWords(List<Word> words)
Set the words value.
-