Interface ILabelingResponseData

interface ILabelingResponseData {
    value: ILabeledPolygon[];
}

Properties

Properties

Generated using TypeDoc