Uses of Class
software.amazon.awssdk.services.rekognition.model.TextTypes
-
Packages that use TextTypes Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of TextTypes in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return TextTypes Modifier and Type Method Description static TextTypesTextTypes. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TextTypesTextDetection. type()The type of text that was detected.static TextTypesTextTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static TextTypes[]TextTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type TextTypes Modifier and Type Method Description static Set<TextTypes>TextTypes. knownValues()Methods in software.amazon.awssdk.services.rekognition.model with parameters of type TextTypes Modifier and Type Method Description TextDetection.BuilderTextDetection.Builder. type(TextTypes type)The type of text that was detected.
-