global class OcrResultNormalizedText {
|
global String city;
|
global String country;
|
global String state;
|
global String street;
|
global String zipCode;
|
global OcrResultNormalizedText() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Double getBuildVersion() { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|