aswi2020anonymous-gitlab/fe/fulltextsearch/src/app/model/SearchResponse.ts @ ec20e686
1 |
import { TextRegion } from "./parts/TextRegion"; |
---|---|
2 |
|
3 |
export class SearchResponse { |
4 |
public expression: string; |
5 |
public textRegions: TextRegion[]; |
6 |
}
|
- « Předchozí
- 1
- …
- 4
- 5
- 6
- Další »