Skip to content

PredictionService

injectable

classify(objectIDs: string[], schemaObjectTypeId: string): Observable<Record<string, PredictionClassifyResult>>
NameTypeDescription
objectIDsstring[]
schemaObjectTypeIdstring
extract(schemaObjectTypeId: string, objectIDs: string[]): Observable<Record<string, PredictionExtractResult>>
NameTypeDescription
schemaObjectTypeIdstring
objectIDsstring[]