Uses of Enum
com.google.zxing.ResultMetadataType
Packages that use ResultMetadataType
-
Uses of ResultMetadataType in com.google.zxing
Subclasses with type arguments of type ResultMetadataType in com.google.zxingModifier and TypeClassDescriptionenumRepresents some type of metadata about the result of the decoding that the decoder wishes to communicate back to the caller.Methods in com.google.zxing that return ResultMetadataTypeModifier and TypeMethodDescriptionstatic ResultMetadataTypeReturns the enum constant of this type with the specified name.static ResultMetadataType[]ResultMetadataType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.zxing that return types with arguments of type ResultMetadataTypeMethods in com.google.zxing with parameters of type ResultMetadataTypeMethod parameters in com.google.zxing with type arguments of type ResultMetadataTypeModifier and TypeMethodDescriptionvoidResult.putAllMetadata(Map<ResultMetadataType, Object> metadata)