뉘앙스 : 음성인식기술 업체

뉘앙스 : 세계 1위의 음성인식 기술 업체 최근에 블링고라는 경쟁업체를 인수하였습니다. 시리에 탑재된 음성인식 엔진을 개발한 회사로써 구글의 음성검색 서비스에도 기술을 제공하고 있습니다.

해상도 정리

SD : 640 * 480 HD : 1280 * 720 Full HD : 1920 * 1080 디지털 시네마 2K : 2048 * 1080 UD(QFHD) : 3840 * 2160 UD(디지털 시네마 4K) : 4096 * 2160 UHD(8K * 4K) : 7680 * 4320

설 제수용품 구입

이미지
명절이라 제수용품을 구입하였습니다. 몇가지 보지 않았지만 금방 10만원이 넘어갑니다. 20만원이 조금 되지 않는 금액이지만... 그나마 아버지 제사가 얼마전이라 몇가지 안본 품목도 많은데... 그래도 차례와 제사는 우리나라의 전통이라 요즘은 많이 지내는 사람이 없으니 아이들에게도 차례와 제사를 지내는 것을 보여주는 것도 괜찮다 생각합니다. 집사람은 길길이 뛰지만....,

UITableView 내에서 선택된 셀의 내용 알기

-(void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {   NSUInteger sRow = [indexPath row];   NSString *sValue = [self.DataList objectAtIndex:sRow];   NSLog(@"Select Cell : %@", sValue);   [tableView deselectRowAtIndexPath:indexPath animated:YES]; }

오늘 날짜로 파일이름 저장하기

  // filename now         NSDate *now = [ NSDate date ];                 NSDateFormatter *format = [[ NSDateFormatter alloc ] init ];         [format setDateFormat : @"YYYYMMdd_HHmmss" ];         filenameNow = [format stringFromDate :now];         // file save Start         NSString *DocPath;         NSString *filePath;              DocPath = [ NSSearchPathForDirectoriesInDomains ( NSDocumentDirectory , NSUserDomainMask , YES ) objectAtIndex : 0 ];         filePath = [DocPath stringByAppendingPathComponent :[ NSString stringWithFormat : @"%@.mov" , filenameNow ]];           NSURL *fileURL = [[ NSURL alloc ] initFileURLWithPath :filePath];         NSFileManager *fileManager = [ NSFileManager d...

앨범에 동영상 저장하는 방법

     // 앨범에 파일 복사     ALAssetsLibrary *library = [[ ALAssetsLibrary alloc ] init ];     NSString *plistPath;     NSString *rootPath;          rootPath= [ NSSearchPathForDirectoriesInDomains ( NSDocumentDirectory , NSUserDomainMask , YES ) objectAtIndex : 0 ];     plistPath = [rootPath stringByAppendingPathComponent :[ NSString stringWithFormat : @"%@.mov" , filenameNow ]];       NSURL *fileURL = [[ NSURL alloc ] initFileURLWithPath :plistPath];     if ([library videoAtPathIsCompatibleWithSavedPhotosAlbum :fileURL]) {         [library writeVideoAtPathToSavedPhotosAlbum :fileURL completionBlock :^( NSURL *assetURL, NSError *error){             if (error) {                 // TODO: error handling                 NSLog ( @"er...

분당 브라질리아 방문기

이미지
애들과 기분전환 겸 브라질리아를 방문했다. 일전에 들은 이야기로는 무한 리필되는 고기에 브라질식 음식 등 좋은 이야기를 들은 터라 한껏 기대를 하고 갔다. 전체적으로 고기는 질겼고 탔으며 맛이 없었다. 기대와 달리 돈이 아깝다는 생각을 했다. 4인 기준으로 118,800원의 값어치는 못한거 같다. 수원의 폰토스가 이부분에서는 정말 좋은거 같다. 음식이나 서비스면에서 .... 다음부터 수원으로 가야겠다.