| Package | Description | 
|---|---|
| com.google.zxing | 
| Modifier and Type | Method and Description | 
|---|---|
| static ResultMetadataType | ResultMetadataType. valueOf(String name)Returns 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<ResultMetadataType,Object> | Result. getResultMetadata() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Result. putMetadata(ResultMetadataType type,
           Object value) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Result. putAllMetadata(Map<ResultMetadataType,Object> metadata) | 
Copyright © 2007–2019. All rights reserved.