import { TextRegion } from "./parts/TextRegion";
export class SearchResponse {
public expression: string;
public textRegions: TextRegion[];
}