interface IdentifyEntitiesOutput {
    entities: IdentifyEntity[];
}

Properties

Properties

entities: IdentifyEntity[]