{"id":3360,"date":"2013-12-13T10:20:55","date_gmt":"2013-12-13T01:20:55","guid":{"rendered":"https:\/\/codeiq.jp\/magazine\/?p=3360"},"modified":"2018-10-11T10:54:28","modified_gmt":"2018-10-11T01:54:28","slug":"20131213_t21_iq","status":"publish","type":"post","link":"https:\/\/next.rikunabi.com\/journal\/20131213_t21_iq\/","title":{"rendered":"iOS 7\u3067\u8ffd\u52a0\u3055\u308c\u305f\u97f3\u58f0\u8aad\u307f\u4e0a\u3052\u6a5f\u80fd(AVSpeech Synthesizer)\u3067iPhone\u306b\u304a\u558b\u308a\u3055\u305b\u308b #ios7yahoo"},"content":{"rendered":"<p>iOS 7\u3067\u306f\u3001\u300cAVSpeech Synthesizer\u300d\u3068\u3044\u3046\u97f3\u58f0\u8aad\u307f\u4e0a\u3052\u6a5f\u80fd\u304c\u65b0\u305f\u306b\u642d\u8f09\u3055\u308c\u307e\u3057\u305f\u3002\u305d\u306e\u6a5f\u80fd\u3092\u4f7f\u3063\u3066iPhone\u306b\u304a\u558b\u308a\u3055\u305b\u308b\u30ce\u30a6\u30cf\u30a6\u306b\u3064\u3044\u3066\u3001\u30e4\u30d5\u30fc\u306eiOS Developer\u5343\u8449\u4fca\u8f1d\u3055\u3093\u306b\u5bc4\u7a3f\u3092\u3044\u305f\u3060\u304d\u307e\u3057\u305f\u3002<\/p>\n<h2>iOS 7\u306e\u65b0\u6a5f\u80fd\u3001\u97f3\u58f0\u8aad\u307f\u4e0a\u3052\u6a5f\u80fd\u306b\u3064\u3044\u3066<\/h2>\n<p>\u4eca\u56de\u306f\u3001iOS 7\u3067\u65b0\u305f\u306b\u8ffd\u52a0\u3055\u308c\u305f <strong>AVSpeech Synthesizer<\/strong> \u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u305f\u3044\u3068\u601d\u3044\u307e\u3059\u3002<\/p>\n<h3><strong>AVSpeech Synthesizer \u3068\u306f<\/strong><\/h3>\n<p>iOS\u30c7\u30d0\u30a4\u30b9\u4e0a\u306e\u30c6\u30ad\u30b9\u30c8\u304b\u3089\u5408\u6210\u97f3\u58f0\u3092\u751f\u6210\u3057\u3001\u767a\u8a71\u306e\u9032\u884c\u3092\u5236\u5fa1\u3001\u72b6\u614b\u306e\u76e3\u8996\u3092\u3059\u308b\u3053\u3068\u3067iPhone\u304c\u304a\u558b\u308a\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059\u3002<\/p>\n<p><strong>AVSpeech Synthesizer<\/strong> \u306e\u30e1\u30bd\u30c3\u30c9\u3068\u30d7\u30ed\u30d1\u30c6\u30a3<\/p>\n<pre><code>\/* AVSpeech Synthesizer\u306e\u30e1\u30bd\u30c3\u30c9 *\/\r\n\/\/ \u518d\u751f\u3001\u30ad\u30e5\u30fc\u306b\u8ffd\u52a0\r\n- (void)speakUtterance:(AVSpeechUtterance *)utterance;\r\n\/\/ \u6307\u5b9a\u3055\u308c\u305f\u5b9a\u6570\u3067\u518d\u751f\u3092\u505c\u6b62\r\n- (BOOL)stopSpeakingAtBoundary:(AVSpeechBoundary)boundary;\r\n\/\/ \u6307\u5b9a\u3055\u308c\u305f\u5b9a\u6570\u3067\u518d\u751f\u3092\u4e00\u6642\u505c\u6b62\r\n- (BOOL)pauseSpeakingAtBoundary:(AVSpeechBoundary)boundary;\r\n\/\/ \u518d\u751f\u3092\u518d\u958b\r\n- (BOOL)continueSpeaking;\r\n\r\n\/* AVSpeech Synthesizer\u306e\u30d7\u30ed\u30d1\u30c6\u30a3 *\/\r\n\/\/ delegate\r\n@property(nonatomic, assign) id&lt;AVSpeechSynthesizerDelegate&gt; delegate;\r\n\/\/ \u518d\u751f\u3055\u308c\u3066\u3044\u308b\u304b\r\n@property(nonatomic, readonly, getter=isSpeaking) BOOL speaking;\r\n\/\/ \u505c\u6b62\u3057\u3066\u3044\u308b\u304b\r\n@property(nonatomic, readonly, getter=isPaused) BOOL paused;\r\n\r\n\/* AVSpeech Synthesizer\u306e\u5b9a\u6570 *\/\r\ntypedef enum : NSInteger {\r\n   AVSpeechBoundaryImmediate,\/\/\u76f4\u3061\u306b\u4e00\u6642\u505c\u6b62\u3001\u505c\u6b62\r\n   AVSpeechBoundaryWord \/\/\u73fe\u5728\u518d\u751f\u3057\u3066\u3044\u308b\u5358\u8a9e\u306e\u5f8c\u306b\u4e00\u6642\u505c\u6b62\u3001\u505c\u6b62\r\n} AVSpeechBoundary;\r\n<\/code><\/pre>\n<p>\u767a\u8a71\u3055\u305b\u308b\u305f\u3081\u306b\u3001\u307e\u305a\u306f\u518d\u751f\u3057\u305f\u3044\u30c6\u30ad\u30b9\u30c8\u3092\u542b\u3093\u3060 <strong>AVSpeechUtterance<\/strong> \u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u3092\u4f5c\u6210\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002<\/p>\n<h3><strong>AVSpeechUtterance \u3068\u306f<\/strong><\/h3>\n<p><strong>AVSpeechUtterance<\/strong> \u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u306b\u306f\u8aad\u307f\u4e0a\u3052\u6642\u306e\u97f3\u58f0\u6307\u5b9a\u3001\u30b9\u30d4\u30fc\u30c9\u3001\u30dc\u30ea\u30e5\u30fc\u30e0\u3001\u58f0\u306e\u30d4\u30c3\u30c1\u3001\u518d\u751f\u307e\u3067\u306e\u5f85\u3061\u6642\u9593\u3001\u518d\u751f\u7d42\u4e86\u5f8c\u306e\u5f85\u3061\u6642\u9593\u306a\u3069\u304c\u8a2d\u5b9a\u3067\u304d\u307e\u3059\u3002<\/p>\n<ul>\n<li>\u97f3\u58f0\u306f <strong>AVSpeechSynthesisVoice<\/strong> \u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u3092\u6307\u5b9a\u3001\u4f7f\u7528\u3067\u304d\u308b\u97f3\u58f0\u53d6\u5f97\u65b9\u6cd5\u306f\u4e0b\u8a18\u30e1\u30bd\u30c3\u30c9\u4e00\u89a7\u306b\u8a18\u8ff0\u3002<\/li>\n<li>\u30b9\u30d4\u30fc\u30c9\u306f0\u304b\u30891\u3067\u6307\u5b9a\u3002<\/li>\n<li>\u30dc\u30ea\u30e5\u30fc\u30e0\u306f0\u304b\u30891\u3067\u6307\u5b9a\u3002<\/li>\n<li>\u58f0\u306e\u30d4\u30c3\u30c1\u306f0.5\u304b\u30892\u3067\u6307\u5b9a\u3002<\/li>\n<\/ul>\n<p><strong>AVSpeechUtterance<\/strong> , <strong>AVSpeechSynthesisVoice<\/strong> \u306e\u30e1\u30bd\u30c3\u30c9\u3068\u30d7\u30ed\u30d1\u30c6\u30a3<\/p>\n<pre><code>\/* AVSpeechUtterance\u306e\u30e1\u30bd\u30c3\u30c9 *\/\r\n\/\/ \u518d\u751f\u3059\u308b\u30c6\u30ad\u30b9\u30c8\u8a2d\u5b9a\r\n+ (AVSpeechUtterance *)speechUtteranceWithString:(NSString *)string;\r\n\/\/ \u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u521d\u671f\u5316\u3068\u518d\u751f\u3059\u308b\u30c6\u30ad\u30b9\u30c8\u8a2d\u5b9a\r\n- (AVSpeechUtterance *)initWithString:(NSString *)string;\r\n\r\n\/* AVSpeechUtterance\u306e\u30d7\u30ed\u30d1\u30c6\u30a3*\/\r\n@property(nonatomic, retain) AVSpeechSynthesisVoice *voice;\r\n@property(nonatomic, readonly) NSString *speechString; \/\/\u518d\u751f\u30c6\u30ad\u30b9\u30c8\r\n@property(nonatomic) float rate;             \/\/ \u306f\u3084\u3055\r\n@property(nonatomic) float pitchMultiplier;  \/\/ \u58f0\u306e\u30d4\u30c3\u30c1 [0.5 - 2] Default = 1\r\n@property(nonatomic) float volume;           \/\/ \u5927\u304d\u3055 [0-1] Default = 1\r\n@property(nonatomic) NSTimeInterval preUtteranceDelay;    \/\/ \u958b\u59cb\u307e\u3067\u306e\u5f85\u6a5f\u6642\u9593 Default is 0.0\r\n@property(nonatomic) NSTimeInterval postUtteranceDelay;   \/\/ \u7d42\u4e86\u5f8c\u306e\u5f85\u6a5f\u6642\u9593 Default is 0.0\r\n\r\n\/* AVSpeechSynthesisVoice\u306e\u30e1\u30bd\u30c3\u30c9 *\/\r\n\/\/ \u518d\u751f\u3067\u304d\u308b\u97f3\u58f0\u4e00\u89a7\r\n+ (NSArray *)speechVoices;\r\n\/\/ \u8a2d\u5b9a\u3055\u308c\u3066\u3044\u308b\u8a00\u8a9e\u30b3\u30fc\u30c9\r\n+ (NSString *)currentLanguageCode;\r\n\/\/ \u97f3\u58f0\u306e\u8a2d\u5b9a\r\n+ (AVSpeechSynthesisVoice *)voiceWithLanguage:(NSString *)language;\r\n\r\n\/* AVSpeechSynthesisVoice\u306e\u30d7\u30ed\u30d1\u30c6\u30a3*\/\r\n\/\/ \u8a2d\u5b9a\u97f3\u58f0\r\n@property(nonatomic, readonly) NSString *language;\r\n<\/code><\/pre>\n<h3><strong>\u97f3\u58f0\u306e\u8aad\u307f\u4e0a\u3052<\/strong><\/h3>\n<p><strong>AVSpeech Synthesizer<\/strong> \u306e <strong>speakUtterance<\/strong> \u30e1\u30bd\u30c3\u30c9\u306b <strong>AVSpeechUtterance<\/strong> \u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u4e0e\u3048\u308b\u3053\u3068\u3067\u767a\u8a71\u304c\u958b\u59cb\u3055\u308c\u307e\u3059\u3002<br \/>\n <strong>AVSpeech Synthesizer<\/strong> \u306f <strong>AVSpeechUtterance<\/strong> \u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u3092\u30ad\u30e5\u30fc\u3067\u7ba1\u7406\u3057\u3001\u30ad\u30e5\u30fc\u306b\u8ffd\u52a0\u3057\u305f\u9806\u756a\u3067\u518d\u751f\u3055\u308c\u307e\u3059\u3002<br \/>\n <strong>AVSpeech Synthesizer<\/strong> \u304c\u767a\u8a71\u3055\u308c\u3066\u3044\u306a\u3044\u5834\u5408\u306f\u76f4\u3061\u306b\u518d\u751f\u3055\u308c\u307e\u3059(\u5f85\u6a5f\u6642\u9593\u3092\u8a2d\u5b9a\u3057\u3066\u308b\u5834\u5408\u306f\u5f85\u6a5f\u6642\u9593\u5f8c\u306b\u767a\u8a71\u304c\u958b\u59cb)\u3002<br \/>\n\u3059\u3067\u306b\u767a\u8a71\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306f <strong>AVSpeechUtterance<\/strong> \u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u3092\u30ad\u30e5\u30fc\u306b\u8ffd\u52a0\u3057\u307e\u3059\u3002<\/p>\n<h3><strong>\u5236\u5fa1<\/strong><\/h3>\n<p>\u767a\u8a71\u958b\u59cb\u5f8c\u3001\u97f3\u58f0\u3092\u4e00\u6642\u505c\u6b62\u3084\u505c\u6b62\u3059\u308b\u5236\u5fa1\u304c\u3067\u304d\u307e\u3059\u3002<br \/>\nDelegate\u3092\u8a2d\u5b9a\u3059\u308b\u3068\u518d\u751f\u72b6\u614b\u3092\u76e3\u8996\u3067\u304d\u307e\u3059\u3002<\/p>\n<p><strong>AVSpeechSynthesizerDelegate<\/strong> \u306e\u30e1\u30bd\u30c3\u30c9<\/p>\n<pre><code>\/* AVSpeechSynthesizerDelegate\u306e\u30e1\u30bd\u30c3\u30c9 *\/\r\n\/\/ \u518d\u751f\u304c\u59cb\u307e\u3063\u305f\u6642\r\n- (void)speechSynthesizer:(AVSpeechSynthesizer *)synthesizer didStartSpeechUtterance:(AVSpeechUtterance *)utterance;\r\n\/\/ \u518d\u751f\u304c\u7d42\u308f\u3063\u305f\u6642\r\n- (void)speechSynthesizer:(AVSpeechSynthesizer *)synthesizer didFinishSpeechUtterance:(AVSpeechUtterance *)utterance;\r\n\/\/ \u518d\u751f\u304c\u4e00\u6642\u505c\u6b62\u3057\u305f\u6642\r\n- (void)speechSynthesizer:(AVSpeechSynthesizer *)synthesizer didPauseSpeechUtterance:(AVSpeechUtterance *)utterance;\r\n\/\/ \u518d\u751f\u304c\u518d\u958b\u3055\u308c\u305f\u3068\u304d\r\n- (void)speechSynthesizer:(AVSpeechSynthesizer *)synthesizer didContinueSpeechUtterance:(AVSpeechUtterance *)utterance;\r\n\/\/ \u8aad\u307f\u4e0a\u3052\u304c\u505c\u6b62\u3057\u305f\u6642\r\n- (void)speechSynthesizer:(AVSpeechSynthesizer *)synthesizer didCancelSpeechUtterance:(AVSpeechUtterance *)utterance;\r\n\/\/ \u518d\u751f\u4e2d\u306e\u30c6\u30ad\u30b9\u30c8\u7bc4\u56f2\r\n- (void)speechSynthesizer:(AVSpeechSynthesizer *)synthesizer willSpeakRangeOfSpeechString:(NSRange)characterRange utterance:(AVSpeechUtterance *)utterance;\r\n<\/code><\/pre>\n<div id=\"custom_html-20\"  data-animation-event=\"enters\"  class=\"widget_text widget widget-container widget_custom_html\"><div class=\"textwidget custom-html-widget\"><div class=\"tk_jobsearch\">\n<div class=\"tk_jobsearch_button\">\n<p class=\"single-button-lead\">8,568\u901a\u308a\u3001\u3042\u306a\u305f\u306f\u3069\u306e\u30bf\u30a4\u30d7\uff1f<\/p>\n<p class=\"single-button-link\"><a href=\"https:\/\/next.rikunabi.com\/journal\/goodpoint-shindan\/?cminr=rnnj-goodpoint-secondbutton\" rel=\"noopener noreferrer\">\u30b0\u30c3\u30c9\u30dd\u30a4\u30f3\u30c8\u8a3a\u65ad<\/a><\/p>\n<\/div>\n<\/div>\n<\/div><\/div><h2>iPhone\u306b\u304a\u558b\u308a\u3057\u3066\u3082\u3089\u3046<\/h2>\n<hr \/>\n<p>1.AVFoundation.framework\u3092import<br \/>\nProject\u306eLinked Frameworks and Libraries \u306bAVFoundation.framework\u3092\u8ffd\u52a0\u3057\u307e\u3059\u3002<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/next.rikunabi.com\/journal\/wp-content\/uploads\/2013\/12\/image1.jpg\" alt=\"\" width=\"640\" height=\"121\" class=\"alignleft size-full wp-image-68969\" srcset=\"https:\/\/next.rikunabi.com\/journal\/wp-content\/uploads\/2013\/12\/image1.jpg 640w, https:\/\/next.rikunabi.com\/journal\/wp-content\/uploads\/2013\/12\/image1-300x57.jpg 300w\" sizes=\"auto, (max-width: 640px) 100vw, 640px\" \/><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/next.rikunabi.com\/journal\/wp-content\/uploads\/2013\/12\/image1-1.jpg\" alt=\"\" width=\"494\" height=\"488\" class=\"alignnone size-full wp-image-68970\" srcset=\"https:\/\/next.rikunabi.com\/journal\/wp-content\/uploads\/2013\/12\/image1-1.jpg 494w, https:\/\/next.rikunabi.com\/journal\/wp-content\/uploads\/2013\/12\/image1-1-300x296.jpg 300w, https:\/\/next.rikunabi.com\/journal\/wp-content\/uploads\/2013\/12\/image1-1-60x60.jpg 60w, https:\/\/next.rikunabi.com\/journal\/wp-content\/uploads\/2013\/12\/image1-1-85x85.jpg 85w, https:\/\/next.rikunabi.com\/journal\/wp-content\/uploads\/2013\/12\/image1-1-90x90.jpg 90w, https:\/\/next.rikunabi.com\/journal\/wp-content\/uploads\/2013\/12\/image1-1-50x50.jpg 50w\" sizes=\"auto, (max-width: 494px) 100vw, 494px\" \/><\/p>\n<p>\u6b21\u306b<\/p>\n<ul>\n<li>\u97f3\u58f0\u8aad\u307f\u4e0a\u3052\u3092\u3057\u305f\u3044\u30af\u30e9\u30b9\u3067\u3001<code>#import &lt;AVFoundation\/AVFoundation.h&gt;<\/code>\u3053\u306e\u30b3\u30fc\u30c9\u3092\u8ffd\u52a0 <\/li>\n<li>AVSpeechSynthesizerDelegate \u30d7\u30ed\u30c8\u30b3\u30eb\u306e\u63a1\u7528<\/li>\n<li>AVSpeechSynthesizer \u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u3092\u4f5c\u6210<\/li>\n<\/ul>\n<p>\u5ba3\u8a00\u90e8<\/p>\n<pre><code>\/\/\r\n\/\/  ASSViewController.h\r\n\/\/  AVSpeechSynthesizer\r\n\/\/\r\n\/\/  Created by Toshiki Chiba on 2013\/12\/08.\r\n\/\/  Copyright (c) 2013\u5e74 Toshiki Chiba. All rights reserved.\r\n\/\/\r\n\r\n#import &lt;UIKit\/UIKit.h&gt;\r\n#import &lt;AVFoundation\/AVFoundation.h&gt;\r\n\r\n@interface ASSViewController : UIViewController &lt;AVSpeechSynthesizerDelegate&gt; \/\/ \u30d7\u30ed\u30c8\u30b3\u30eb\u306e\u63a1\u7528\r\n@property (nonatomic,strong) AVSpeechSynthesizer *speechSynthesizer; \/\/ \u30d7\u30ed\u30d1\u30c6\u30a3\u4f5c\u6210\r\n@end\r\n<\/code><\/pre>\n<p>2.<strong>AVSpeechSynthesizer<\/strong> \u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u3092\u4f5c\u6210\u3057\u3001\u30c7\u30ea\u30b2\u30fc\u30c8\u3092\u8a2d\u5b9a<\/p>\n<p>\u5b9f\u88c5\u90e8<\/p>\n<pre><code>\/\/\r\n\/\/  ASSViewController.m\r\n\/\/  AVSpeechSynthesizer\r\n\/\/\r\n\/\/  Created by Toshiki Chiba on 2013\/12\/08.\r\n\/\/  Copyright (c) 2013\u5e74 Toshiki Chiba. All rights reserved.\r\n\/\/\r\n\r\n#import \"ASSViewController.h\"\r\n\r\n@interface ASSViewController ()\r\n\r\n@end\r\n\r\n@implementation ASSViewController\r\n\r\n- (void)viewDidLoad\r\n{\r\n    [super viewDidLoad];\r\n \/\/ Do any additional setup after loading the view, typically from a nib.\r\n    \/\/ initialize AVSpeechSynthesizer \u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u3092\u4f5c\u6210\u3057\u3001\u30c7\u30ea\u30b2\u30fc\u30c8\u3092\u8a2d\u5b9a\u3059\u308b\r\n    _speechSynthesizer = [[AVSpeechSynthesizer alloc] init];\r\n    _speechSynthesizer.delegate = self;\r\n}\r\n\r\n- (void)didReceiveMemoryWarning\r\n{\r\n    [super didReceiveMemoryWarning];\r\n    \/\/ Dispose of any resources that can be recreated.\r\n}\r\n\r\n@end\r\n<\/code><\/pre>\n<p>3.\u518d\u751f\u30dc\u30bf\u30f3\u3001\u4e00\u6642\u505c\u6b62\u30dc\u30bf\u30f3\u3001\u7d42\u4e86\u30dc\u30bf\u30f3\u3092\u4f5c\u308b<\/p>\n<ul>\n<li>Storyboard\u3092\u9078\u629e\u3057\u3001UIButton\u3092Drag&amp;Drop\u30673\u3064\u4f5c\u308a\u307e\u3059\u3002  <\/li>\n<li>\u30dc\u30bf\u30f3\u306e\u30bf\u30a4\u30c8\u30eb\u3082\u305d\u308c\u305e\u308c\u8a2d\u5b9a\u3057\u307e\u3059\u3002  <\/li>\n<\/ul>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/next.rikunabi.com\/journal\/wp-content\/uploads\/2013\/12\/image3-1.jpg\" alt=\"\" width=\"589\" height=\"640\" class=\"alignnone size-full wp-image-68971\" srcset=\"https:\/\/next.rikunabi.com\/journal\/wp-content\/uploads\/2013\/12\/image3-1.jpg 589w, https:\/\/next.rikunabi.com\/journal\/wp-content\/uploads\/2013\/12\/image3-1-276x300.jpg 276w\" sizes=\"auto, (max-width: 589px) 100vw, 589px\" \/><\/p>\n<ul>\n<li>Button\u306e\u30a2\u30af\u30b7\u30e7\u30f3\u3092\u4e0b\u8a18\u306e\u3088\u3046\u306b\u5b9a\u7fa9\u3057\u307e\u3059\n<ul>\n<li>\u558b\u308b\u30dc\u30bf\u30f3\u3092\u62bc\u3059\u3068speak<\/li>\n<li>\u6b62\u3081\u308b\u30dc\u30bf\u30f3\u3092\u62bc\u3059\u3068pause<\/li>\n<li>\u7d42\u308f\u308b\u30dc\u30bf\u30f3\u3092\u62bc\u3059\u3068finish      <\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/next.rikunabi.com\/journal\/wp-content\/uploads\/2013\/12\/image3-2.jpg\" alt=\"\" width=\"640\" height=\"473\" class=\"alignnone size-full wp-image-68972\" srcset=\"https:\/\/next.rikunabi.com\/journal\/wp-content\/uploads\/2013\/12\/image3-2.jpg 640w, https:\/\/next.rikunabi.com\/journal\/wp-content\/uploads\/2013\/12\/image3-2-300x222.jpg 300w\" sizes=\"auto, (max-width: 640px) 100vw, 640px\" \/><\/p>\n<p>4.\u518d\u751f\u3057\u305f\u3044\u30bf\u30a4\u30df\u30f3\u30b0\u3067\u3001 <strong>AVSpeechSynthesizer<\/strong> \u306e <code>speakUtterance:<\/code> \u306b <strong>AVSpeechUtterance<\/strong> \u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u3092\u4e0e\u3048\u308b\u3068\u518d\u751f\u304c\u958b\u59cb<\/p>\n<pre><code>- (IBAction)speak:(id)sender {\r\n    \/\/ AVSpeechUtterance\u306b\u518d\u751f\u30c6\u30ad\u30b9\u30c8\u3092\u8a2d\u5b9a\u3057\u3001\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u4f5c\u6210\r\n    AVSpeechUtterance *utterance = [AVSpeechUtterance speechUtteranceWithString:@\"Yahoo! JAPAN\"];\r\n    \/\/ \u82f1\u8a9e\u306b\u8a2d\u5b9a\u3057\u3001AVSpeechSynthesisVoice\u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u4f5c\u6210\r\n    AVSpeechSynthesisVoice *voice = [AVSpeechSynthesisVoice voiceWithLanguage:@\"en-US\"];\r\n    \/\/ AVSpeechSynthesisVoice\u3092AVSpeechUtterance.voice\u306b\u6307\u5b9a\u3002\r\n    utterance.voice =  voice;\r\n    \/\/ \u30c7\u30d5\u30a9\u30eb\u30c8\u306f\u65e9\u3059\u304e\u308b\u306e\u3067\u3001\u805e\u304d\u53d6\u308a\u3084\u3059\u3044\u3088\u3046\u306b\u4f4e\u3044\u6570\u5024\u3092\u5165\u308c\u308b\r\n    utterance.rate = 0.2;\r\n    \/\/ \u30d4\u30c3\u30c1\u3092\u4f4e\u304f\u3059\u308b\u3053\u3068\u3067\u7537\u6027\u307d\u3044\u58f0\u306b\u3059\u308b\r\n    utterance.pitchMultiplier = 0.5;\r\n    \/\/ \u5c11\u3057\u3060\u3051\u767a\u8a71\u524d\u306b\u305f\u3081\u3092\u4f5c\u308a\u305f\u3044\u306e\u3067\u3001Delay\u306b\u5024\u3092\u8a2d\u5b9a\r\n\u3000\u3000utterance.preUtteranceDelay = 0.2f;\r\n    \/\/ \u518d\u751f\u958b\u59cb\r\n    [self.speechSynthesizer speakUtterance:utterance];\r\n}\r\n<\/code><\/pre>\n<p>\u518d\u751f\u306f\u3053\u3053\u307e\u3067\u306e\u51e6\u7406\u3067\u3067\u304d\u307e\u3059\u3002<br \/>\n\u3082\u3046\u4e00\u624b\u9593\u52a0\u3048\u308b\u3068\u3001\u3082\u3063\u3068\u4fbf\u5229\u306b\u4f7f\u3048\u307e\u3059\u3002<\/p>\n<p>5.\u518d\u751f\u306e\u5236\u5fa1<\/p>\n<pre><code>- (IBAction)pause:(id)sender {\r\n    \/\/ \u505c\u6b62\u3057\u3066\u3044\u305f\u3089\u518d\u958b\u3001\u505c\u6b62\u3057\u3066\u3044\u306a\u304b\u3063\u305f\u3089\u505c\u6b62\r\n    self.speechSynthesizer.paused?\r\n    [self.speechSynthesizer continueSpeaking]:\r\n    [self.speechSynthesizer pauseSpeakingAtBoundary:AVSpeechBoundaryImmediate];\r\n}\r\n\r\n- (IBAction)finish:(id)sender {\r\n    \/\/ \u76f4\u3061\u306b\u505c\u6b62\r\n    [self.speechSynthesizer stopSpeakingAtBoundary:AVSpeechBoundaryImmediate];\r\n}\r\n<\/code><\/pre>\n<p>\u3053\u3053\u307e\u3067\u306e\u51e6\u7406\u3067\u518d\u751f\u3001\u505c\u6b62\u3001\u7d42\u4e86\u306e\u5236\u5fa1\u304c\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059\u3002<br \/>\n\u558b\u308b\u30dc\u30bf\u30f3\u3092\u62bc\u3059\u3068\u30cd\u30a4\u30c6\u30a3\u30d6\u306a\u767a\u97f3\u3067 <strong>\u300cYahoo! JAPAN\u300d<\/strong> \u3068iPhone\u304c\u304a\u8a71\u3057\u3066\u304f\u308c\u307e\u3059\u3002<\/p>\n<p>\u304a\u307e\u3051<br \/>\n6.\u518d\u751f\u72b6\u6cc1\u306b\u5fdc\u3058\u3066\u51e6\u7406\u3092\u4ed8\u52a0\u3057\u305f\u3044\u5834\u5408<\/p>\n<pre><code>#pragma mark - Private Methods\r\n-(void)p_setUpPauseButton {\r\n    \/\/ \u518d\u751f\u72b6\u6cc1\u3067\u30dc\u30bf\u30f3\u306e\u30bf\u30a4\u30c8\u30eb\u3092\u5909\u3048\u308b\r\n    NSString *buttonTitle = self.speechSynthesizer.paused? @\"\u59cb\u3081\u308b\":@\"\u6b62\u3081\u308b\";\r\n    [self.pauseButton setTitle:buttonTitle forState:UIControlStateNormal];\r\n}\r\n\r\n-(void)p_initilaizeButtonAndText {\r\n    \/\/ \u30dc\u30bf\u30f3\u306e\u30bf\u30a4\u30c8\u30eb\u3092\u521d\u671f\u5316\u3059\u308b\r\n    [self.pauseButton setTitle:@\"\u6b62\u3081\u308b\" forState:UIControlStateNormal];\r\n}\r\n\r\n#pragma mark - AVSpeechSynthesizerDelegate\r\n\r\n- (void)speechSynthesizer:(AVSpeechSynthesizer *)synthesizer didStartSpeechUtterance:(AVSpeechUtterance *)utterance{\r\n    NSLog(@\"\u8aad\u307f\u4e0a\u3052\u3092\u958b\u59cb\u3057\u307e\u3057\u305f\");\r\n}\r\n\r\n- (void)speechSynthesizer:(AVSpeechSynthesizer *)synthesizer didFinishSpeechUtterance:(AVSpeechUtterance *)utterance{\r\n    [self p_initilaizeButtonAndText];\r\n    NSLog(@\"\u8aad\u307f\u4e0a\u3052\u3092\u7d42\u4e86\u3057\u307e\u3057\u305f\");\r\n}\r\n\r\n- (void)speechSynthesizer:(AVSpeechSynthesizer *)synthesizer didPauseSpeechUtterance:(AVSpeechUtterance *)utterance{\r\n    [self p_setUpPauseButton];\r\n    NSLog(@\"\u8aad\u307f\u4e0a\u3052\u3092\u4e00\u6642\u505c\u6b62\u3057\u307e\u3057\u305f\");\r\n}\r\n\r\n- (void)speechSynthesizer:(AVSpeechSynthesizer *)synthesizer didContinueSpeechUtterance:(AVSpeechUtterance *)utterance{\r\n    [self p_setUpPauseButton];\r\n    NSLog(@\"\u8aad\u307f\u4e0a\u3052\u3092\u518d\u958b\u3057\u307e\u3057\u305f\");\r\n}\r\n\r\n- (void)speechSynthesizer:(AVSpeechSynthesizer *)synthesizer didCancelSpeechUtterance:(AVSpeechUtterance *)utterance{\r\n    [self p_initilaizeButtonAndText];\r\n    NSLog(@\"\u8aad\u307f\u4e0a\u3052\u3092\u505c\u6b62\u3057\u307e\u3057\u305f\");\r\n}\r\n<\/code><\/pre>\n<p>\u3053\u306e\u3088\u3046\u306b\u518d\u751f\u72b6\u6cc1\u306b\u3088\u3063\u3066\u30dc\u30bf\u30f3\u306e\u6587\u5b57\u3092\u5909\u3048\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002<\/p>\n<div id=\"custom_html-21\"  data-animation-event=\"enters\"  class=\"widget_text widget widget-container widget_custom_html\"><div class=\"textwidget custom-html-widget\"><div class=\"tk_jobsearch\">\n<div class=\"tk_jobsearch_button\">\n<p class=\"single-button-lead\">8,568\u901a\u308a\u3001\u3042\u306a\u305f\u306f\u3069\u306e\u30bf\u30a4\u30d7\uff1f<\/p>\n<p class=\"single-button-link\"><a href=\"https:\/\/next.rikunabi.com\/journal\/goodpoint-shindan\/?cminr=rnnj-goodpoint-thirdbutton\" rel=\"noopener noreferrer\">\u30b0\u30c3\u30c9\u30dd\u30a4\u30f3\u30c8\u8a3a\u65ad<\/a><\/p>\n<\/div>\n<\/div>\n<\/div><\/div><h2>\u97f3\u58f0\u8aad\u307f\u4e0a\u3052\u6a5f\u80fd\u306e\u6ce8\u610f\u4e8b\u9805<\/h2>\n<ul>\n<li>iPhone\u306e\u30de\u30ca\u30fc\u30e2\u30fc\u30c9\u304c\u89e3\u9664\u3055\u308c\u306a\u3044\u3068\u518d\u751f\u3055\u308c\u307e\u305b\u3093\u3002  <\/li>\n<li>\u65e5\u672c\u8a9e\u306e\u518d\u751f\u306e\u5834\u5408\u3001\u610f\u56f3\u3057\u306a\u3044\u4f4d\u7f6e\u3067\u533a\u5207\u3089\u308c\u3066\u3057\u307e\u3044\u3001\u7cbe\u5ea6\u304c\u3042\u307e\u308a\u3088\u304f\u3042\u308a\u307e\u305b\u3093\u3002  <\/li>\n<\/ul>\n<h2>\u6700\u5f8c\u306b<\/h2>\n<p>iPhone\u3067\u306fSiri\u306e\u3088\u3046\u306b\u767a\u8a71\u3059\u308b\u6a5f\u80fd\u304c\u3042\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002iOS 7\u304b\u3089\u306e\u65b0\u6a5f\u80fd\u3067\u97f3\u58f0\u5408\u6210\u6a5f\u80fd\u304c\u4f7f\u3048\u308b\u3088\u3046\u306b\u306a\u308a\u3001\u3053\u308c\u304b\u3089\u306e\u30a2\u30d7\u30ea\u306e\u53ef\u80fd\u6027\u3092\u5e83\u3052\u3066\u3044\u304f\u6a5f\u80fd\u3060\u3068\u79c1\u306f\u601d\u3044\u307e\u3059\u3002<\/p>\n<p>Yahoo! JAPAN Tech Blog\u3067\u306f\u3001<a href=\"http:\/\/techblog.yahoo.co.jp\/ios\/ios7yahoo\/\" target=\"_blank\">iOS 7\u52c9\u5f37\u4f1a<\/a>\u306b\u95a2\u3059\u308b\u69d8\u3005\u306a\u8cc7\u6599\u3092\u516c\u958b\u3057\u3066\u3044\u307e\u3059\u3002\u305c\u3072\u3054\u89a7\u304f\u3060\u3055\u3044\u3002<\/p>\n<div class=\"information_block\">\n<h4><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/next.rikunabi.com\/journal\/wp-content\/uploads\/2013\/12\/profile_200_200.png\" alt=\"\" width=\"100\" height=\"100\" class=\"alignleft size-full wp-image-68968\" srcset=\"https:\/\/next.rikunabi.com\/journal\/wp-content\/uploads\/2013\/12\/profile_200_200.png 200w, https:\/\/next.rikunabi.com\/journal\/wp-content\/uploads\/2013\/12\/profile_200_200-150x150.png 150w, https:\/\/next.rikunabi.com\/journal\/wp-content\/uploads\/2013\/12\/profile_200_200-60x60.png 60w, https:\/\/next.rikunabi.com\/journal\/wp-content\/uploads\/2013\/12\/profile_200_200-85x85.png 85w, https:\/\/next.rikunabi.com\/journal\/wp-content\/uploads\/2013\/12\/profile_200_200-90x90.png 90w, https:\/\/next.rikunabi.com\/journal\/wp-content\/uploads\/2013\/12\/profile_200_200-50x50.png 50w\" sizes=\"auto, (max-width: 100px) 100vw, 100px\" \/>\u5bc4\u7a3f\u8005\u30d7\u30ed\u30d5\u30a3\u30fc\u30eb \u5343\u8449\u4fca\u8f1d<\/h4>\n<p><span style=\"font-size: 14px;\">\u30e4\u30d5\u30fc\u682a\u5f0f\u4f1a\u793e iOS Developer\u3002<br \/>\u65e5\u672c\u6700\u5927\u306e\u30dd\u30fc\u30bf\u30eb\u30b5\u30a4\u30c8\u300cYahoo! JAPAN\u300d\u306eiOS\u30a2\u30d7\u30ea\u958b\u767a\u3092\u884c\u3046\u3002<\/span>\n<\/div>\n<p><strong><span style=\"font-size: 12px;\">\u203b\u672c\u8a18\u4e8b\u306f\u300cCodeIQ MAGAZINE\u300d\u63b2\u8f09\u306e\u8a18\u4e8b\u3092\u8ee2\u8f09\u3057\u3066\u304a\u308a\u307e\u3059\u3002<\/span><\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>iOS 7\u3067\u306f\u3001\u300cAVSpeech Synthesizer\u300d\u3068\u3044\u3046\u97f3\u58f0\u8aad\u307f\u4e0a\u3052\u6a5f\u80fd\u304c\u65b0\u305f\u306b\u642d\u8f09\u3055\u308c\u307e\u3057\u305f\u3002\u305d\u306e\u6a5f\u80fd\u3092\u4f7f\u3063\u3066iPhone\u306b\u304a\u558b\u308a\u3055\u305b\u308b\u30ce\u30a6\u30cf\u30a6\u306b\u3064\u3044\u3066\u3001\u30e4\u30d5\u30fc\u306eiOS Devel&#8230;<\/p>\n","protected":false},"author":21,"featured_media":68956,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_coblocks_attr":"","_coblocks_dimensions":"","_coblocks_responsive_height":"","_coblocks_accordion_ie_support":"","footnotes":""},"categories":[6],"tags":[148,176,177],"class_list":["post-3360","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-topic","tag-app","tag-ios7","tag-yahoo"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>iOS 7\u3067\u8ffd\u52a0\u3055\u308c\u305f\u97f3\u58f0\u8aad\u307f\u4e0a\u3052\u6a5f\u80fd(AVSpeech Synthesizer)\u3067iPhone\u306b\u304a\u558b\u308a\u3055\u305b\u308b #ios7yahoo - \u30ea\u30af\u30ca\u30d3NEXT\u30b8\u30e3\u30fc\u30ca\u30eb<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/next.rikunabi.com\/journal\/20131213_t21_iq\/\" \/>\n<meta property=\"og:locale\" content=\"ja_JP\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"iOS 7\u3067\u8ffd\u52a0\u3055\u308c\u305f\u97f3\u58f0\u8aad\u307f\u4e0a\u3052\u6a5f\u80fd(AVSpeech Synthesizer)\u3067iPhone\u306b\u304a\u558b\u308a\u3055\u305b\u308b #ios7yahoo - \u30ea\u30af\u30ca\u30d3NEXT\u30b8\u30e3\u30fc\u30ca\u30eb\" \/>\n<meta property=\"og:description\" content=\"iOS 7\u3067\u306f\u3001\u300cAVSpeech Synthesizer\u300d\u3068\u3044\u3046\u97f3\u58f0\u8aad\u307f\u4e0a\u3052\u6a5f\u80fd\u304c\u65b0\u305f\u306b\u642d\u8f09\u3055\u308c\u307e\u3057\u305f\u3002\u305d\u306e\u6a5f\u80fd\u3092\u4f7f\u3063\u3066iPhone\u306b\u304a\u558b\u308a\u3055\u305b\u308b\u30ce\u30a6\u30cf\u30a6\u306b\u3064\u3044\u3066\u3001\u30e4\u30d5\u30fc\u306eiOS Devel...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/next.rikunabi.com\/journal\/20131213_t21_iq\/\" \/>\n<meta property=\"og:site_name\" content=\"\u30ea\u30af\u30ca\u30d3NEXT\u30b8\u30e3\u30fc\u30ca\u30eb\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/rikunabinext\/\" \/>\n<meta property=\"article:published_time\" content=\"2013-12-13T01:20:55+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2018-10-11T01:54:28+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/next.rikunabi.com\/journal\/wp-content\/uploads\/2013\/12\/300x300.png\" \/>\n\t<meta property=\"og:image:width\" content=\"300\" \/>\n\t<meta property=\"og:image:height\" content=\"300\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"pinq4387\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@rikunabinext\" \/>\n<meta name=\"twitter:site\" content=\"@rikunabinext\" \/>\n<meta name=\"twitter:label1\" content=\"\u57f7\u7b46\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"pinq4387\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593\" \/>\n\t<meta name=\"twitter:data2\" content=\"3\u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/next.rikunabi.com\/journal\/20131213_t21_iq\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/next.rikunabi.com\/journal\/20131213_t21_iq\/\"},\"author\":{\"name\":\"pinq4387\",\"@id\":\"https:\/\/next.rikunabi.com\/journal\/#\/schema\/person\/4a722a08300f7e203753fa5126966ded\"},\"headline\":\"iOS 7\u3067\u8ffd\u52a0\u3055\u308c\u305f\u97f3\u58f0\u8aad\u307f\u4e0a\u3052\u6a5f\u80fd(AVSpeech Synthesizer)\u3067iPhone\u306b\u304a\u558b\u308a\u3055\u305b\u308b #ios7yahoo\",\"datePublished\":\"2013-12-13T01:20:55+00:00\",\"dateModified\":\"2018-10-11T01:54:28+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/next.rikunabi.com\/journal\/20131213_t21_iq\/\"},\"wordCount\":84,\"image\":{\"@id\":\"https:\/\/next.rikunabi.com\/journal\/20131213_t21_iq\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/next.rikunabi.com\/journal\/wp-content\/uploads\/2013\/12\/300x300.png\",\"keywords\":[\"\u30a2\u30d7\u30ea\",\"iOS7\",\"\u30e4\u30d5\u30fc\"],\"articleSection\":[\"\u6c17\u306b\u306a\u308b\u8a71\u984c\"],\"inLanguage\":\"ja\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/next.rikunabi.com\/journal\/20131213_t21_iq\/\",\"url\":\"https:\/\/next.rikunabi.com\/journal\/20131213_t21_iq\/\",\"name\":\"iOS 7\u3067\u8ffd\u52a0\u3055\u308c\u305f\u97f3\u58f0\u8aad\u307f\u4e0a\u3052\u6a5f\u80fd(AVSpeech Synthesizer)\u3067iPhone\u306b\u304a\u558b\u308a\u3055\u305b\u308b #ios7yahoo - \u30ea\u30af\u30ca\u30d3NEXT\u30b8\u30e3\u30fc\u30ca\u30eb\",\"isPartOf\":{\"@id\":\"https:\/\/next.rikunabi.com\/journal\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/next.rikunabi.com\/journal\/20131213_t21_iq\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/next.rikunabi.com\/journal\/20131213_t21_iq\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/next.rikunabi.com\/journal\/wp-content\/uploads\/2013\/12\/300x300.png\",\"datePublished\":\"2013-12-13T01:20:55+00:00\",\"dateModified\":\"2018-10-11T01:54:28+00:00\",\"author\":{\"@id\":\"https:\/\/next.rikunabi.com\/journal\/#\/schema\/person\/4a722a08300f7e203753fa5126966ded\"},\"breadcrumb\":{\"@id\":\"https:\/\/next.rikunabi.com\/journal\/20131213_t21_iq\/#breadcrumb\"},\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/next.rikunabi.com\/journal\/20131213_t21_iq\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\/\/next.rikunabi.com\/journal\/20131213_t21_iq\/#primaryimage\",\"url\":\"https:\/\/next.rikunabi.com\/journal\/wp-content\/uploads\/2013\/12\/300x300.png\",\"contentUrl\":\"https:\/\/next.rikunabi.com\/journal\/wp-content\/uploads\/2013\/12\/300x300.png\",\"width\":300,\"height\":300},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/next.rikunabi.com\/journal\/20131213_t21_iq\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u30db\u30fc\u30e0\",\"item\":\"https:\/\/next.rikunabi.com\/journal\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"iOS 7\u3067\u8ffd\u52a0\u3055\u308c\u305f\u97f3\u58f0\u8aad\u307f\u4e0a\u3052\u6a5f\u80fd(AVSpeech Synthesizer)\u3067iPhone\u306b\u304a\u558b\u308a\u3055\u305b\u308b #ios7yahoo\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/next.rikunabi.com\/journal\/#website\",\"url\":\"https:\/\/next.rikunabi.com\/journal\/\",\"name\":\"\u30ea\u30af\u30ca\u30d3NEXT\u30b8\u30e3\u30fc\u30ca\u30eb\",\"description\":\"\u30ad\u30e3\u30ea\u30a2\u30fb\u30d3\u30b8\u30cd\u30b9\u306e\u60c5\u5831\u3067\u3042\u306a\u305f\u306e\u300c\u50cd\u304f\u300d\u3092\u5fdc\u63f4\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/next.rikunabi.com\/journal\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ja\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/next.rikunabi.com\/journal\/#\/schema\/person\/4a722a08300f7e203753fa5126966ded\",\"name\":\"pinq4387\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\/\/next.rikunabi.com\/journal\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/c6b0ad28e3cab6941b44f5274523e5b4a048401d15b548117fb3ba95544819b8?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/c6b0ad28e3cab6941b44f5274523e5b4a048401d15b548117fb3ba95544819b8?s=96&d=mm&r=g\",\"caption\":\"pinq4387\"},\"url\":\"https:\/\/next.rikunabi.com\/journal\/author\/pinq4387\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"iOS 7\u3067\u8ffd\u52a0\u3055\u308c\u305f\u97f3\u58f0\u8aad\u307f\u4e0a\u3052\u6a5f\u80fd(AVSpeech Synthesizer)\u3067iPhone\u306b\u304a\u558b\u308a\u3055\u305b\u308b #ios7yahoo - \u30ea\u30af\u30ca\u30d3NEXT\u30b8\u30e3\u30fc\u30ca\u30eb","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/next.rikunabi.com\/journal\/20131213_t21_iq\/","og_locale":"ja_JP","og_type":"article","og_title":"iOS 7\u3067\u8ffd\u52a0\u3055\u308c\u305f\u97f3\u58f0\u8aad\u307f\u4e0a\u3052\u6a5f\u80fd(AVSpeech Synthesizer)\u3067iPhone\u306b\u304a\u558b\u308a\u3055\u305b\u308b #ios7yahoo - \u30ea\u30af\u30ca\u30d3NEXT\u30b8\u30e3\u30fc\u30ca\u30eb","og_description":"iOS 7\u3067\u306f\u3001\u300cAVSpeech Synthesizer\u300d\u3068\u3044\u3046\u97f3\u58f0\u8aad\u307f\u4e0a\u3052\u6a5f\u80fd\u304c\u65b0\u305f\u306b\u642d\u8f09\u3055\u308c\u307e\u3057\u305f\u3002\u305d\u306e\u6a5f\u80fd\u3092\u4f7f\u3063\u3066iPhone\u306b\u304a\u558b\u308a\u3055\u305b\u308b\u30ce\u30a6\u30cf\u30a6\u306b\u3064\u3044\u3066\u3001\u30e4\u30d5\u30fc\u306eiOS Devel...","og_url":"https:\/\/next.rikunabi.com\/journal\/20131213_t21_iq\/","og_site_name":"\u30ea\u30af\u30ca\u30d3NEXT\u30b8\u30e3\u30fc\u30ca\u30eb","article_publisher":"https:\/\/www.facebook.com\/rikunabinext\/","article_published_time":"2013-12-13T01:20:55+00:00","article_modified_time":"2018-10-11T01:54:28+00:00","og_image":[{"width":300,"height":300,"url":"https:\/\/next.rikunabi.com\/journal\/wp-content\/uploads\/2013\/12\/300x300.png","type":"image\/png"}],"author":"pinq4387","twitter_card":"summary_large_image","twitter_creator":"@rikunabinext","twitter_site":"@rikunabinext","twitter_misc":{"\u57f7\u7b46\u8005":"pinq4387","\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593":"3\u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/next.rikunabi.com\/journal\/20131213_t21_iq\/#article","isPartOf":{"@id":"https:\/\/next.rikunabi.com\/journal\/20131213_t21_iq\/"},"author":{"name":"pinq4387","@id":"https:\/\/next.rikunabi.com\/journal\/#\/schema\/person\/4a722a08300f7e203753fa5126966ded"},"headline":"iOS 7\u3067\u8ffd\u52a0\u3055\u308c\u305f\u97f3\u58f0\u8aad\u307f\u4e0a\u3052\u6a5f\u80fd(AVSpeech Synthesizer)\u3067iPhone\u306b\u304a\u558b\u308a\u3055\u305b\u308b #ios7yahoo","datePublished":"2013-12-13T01:20:55+00:00","dateModified":"2018-10-11T01:54:28+00:00","mainEntityOfPage":{"@id":"https:\/\/next.rikunabi.com\/journal\/20131213_t21_iq\/"},"wordCount":84,"image":{"@id":"https:\/\/next.rikunabi.com\/journal\/20131213_t21_iq\/#primaryimage"},"thumbnailUrl":"https:\/\/next.rikunabi.com\/journal\/wp-content\/uploads\/2013\/12\/300x300.png","keywords":["\u30a2\u30d7\u30ea","iOS7","\u30e4\u30d5\u30fc"],"articleSection":["\u6c17\u306b\u306a\u308b\u8a71\u984c"],"inLanguage":"ja"},{"@type":"WebPage","@id":"https:\/\/next.rikunabi.com\/journal\/20131213_t21_iq\/","url":"https:\/\/next.rikunabi.com\/journal\/20131213_t21_iq\/","name":"iOS 7\u3067\u8ffd\u52a0\u3055\u308c\u305f\u97f3\u58f0\u8aad\u307f\u4e0a\u3052\u6a5f\u80fd(AVSpeech Synthesizer)\u3067iPhone\u306b\u304a\u558b\u308a\u3055\u305b\u308b #ios7yahoo - \u30ea\u30af\u30ca\u30d3NEXT\u30b8\u30e3\u30fc\u30ca\u30eb","isPartOf":{"@id":"https:\/\/next.rikunabi.com\/journal\/#website"},"primaryImageOfPage":{"@id":"https:\/\/next.rikunabi.com\/journal\/20131213_t21_iq\/#primaryimage"},"image":{"@id":"https:\/\/next.rikunabi.com\/journal\/20131213_t21_iq\/#primaryimage"},"thumbnailUrl":"https:\/\/next.rikunabi.com\/journal\/wp-content\/uploads\/2013\/12\/300x300.png","datePublished":"2013-12-13T01:20:55+00:00","dateModified":"2018-10-11T01:54:28+00:00","author":{"@id":"https:\/\/next.rikunabi.com\/journal\/#\/schema\/person\/4a722a08300f7e203753fa5126966ded"},"breadcrumb":{"@id":"https:\/\/next.rikunabi.com\/journal\/20131213_t21_iq\/#breadcrumb"},"inLanguage":"ja","potentialAction":[{"@type":"ReadAction","target":["https:\/\/next.rikunabi.com\/journal\/20131213_t21_iq\/"]}]},{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/next.rikunabi.com\/journal\/20131213_t21_iq\/#primaryimage","url":"https:\/\/next.rikunabi.com\/journal\/wp-content\/uploads\/2013\/12\/300x300.png","contentUrl":"https:\/\/next.rikunabi.com\/journal\/wp-content\/uploads\/2013\/12\/300x300.png","width":300,"height":300},{"@type":"BreadcrumbList","@id":"https:\/\/next.rikunabi.com\/journal\/20131213_t21_iq\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u30db\u30fc\u30e0","item":"https:\/\/next.rikunabi.com\/journal\/"},{"@type":"ListItem","position":2,"name":"iOS 7\u3067\u8ffd\u52a0\u3055\u308c\u305f\u97f3\u58f0\u8aad\u307f\u4e0a\u3052\u6a5f\u80fd(AVSpeech Synthesizer)\u3067iPhone\u306b\u304a\u558b\u308a\u3055\u305b\u308b #ios7yahoo"}]},{"@type":"WebSite","@id":"https:\/\/next.rikunabi.com\/journal\/#website","url":"https:\/\/next.rikunabi.com\/journal\/","name":"\u30ea\u30af\u30ca\u30d3NEXT\u30b8\u30e3\u30fc\u30ca\u30eb","description":"\u30ad\u30e3\u30ea\u30a2\u30fb\u30d3\u30b8\u30cd\u30b9\u306e\u60c5\u5831\u3067\u3042\u306a\u305f\u306e\u300c\u50cd\u304f\u300d\u3092\u5fdc\u63f4","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/next.rikunabi.com\/journal\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ja"},{"@type":"Person","@id":"https:\/\/next.rikunabi.com\/journal\/#\/schema\/person\/4a722a08300f7e203753fa5126966ded","name":"pinq4387","image":{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/next.rikunabi.com\/journal\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/c6b0ad28e3cab6941b44f5274523e5b4a048401d15b548117fb3ba95544819b8?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c6b0ad28e3cab6941b44f5274523e5b4a048401d15b548117fb3ba95544819b8?s=96&d=mm&r=g","caption":"pinq4387"},"url":"https:\/\/next.rikunabi.com\/journal\/author\/pinq4387\/"}]}},"publishpress_future_action":{"enabled":false,"date":"2026-04-13 16:43:16","action":"change-status","newStatus":"draft","terms":[],"taxonomy":"category","extraData":[]},"publishpress_future_workflow_manual_trigger":{"enabledWorkflows":[]},"_links":{"self":[{"href":"https:\/\/next.rikunabi.com\/journal\/wp-json\/wp\/v2\/posts\/3360","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/next.rikunabi.com\/journal\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/next.rikunabi.com\/journal\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/next.rikunabi.com\/journal\/wp-json\/wp\/v2\/users\/21"}],"replies":[{"embeddable":true,"href":"https:\/\/next.rikunabi.com\/journal\/wp-json\/wp\/v2\/comments?post=3360"}],"version-history":[{"count":3,"href":"https:\/\/next.rikunabi.com\/journal\/wp-json\/wp\/v2\/posts\/3360\/revisions"}],"predecessor-version":[{"id":68973,"href":"https:\/\/next.rikunabi.com\/journal\/wp-json\/wp\/v2\/posts\/3360\/revisions\/68973"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/next.rikunabi.com\/journal\/wp-json\/wp\/v2\/media\/68956"}],"wp:attachment":[{"href":"https:\/\/next.rikunabi.com\/journal\/wp-json\/wp\/v2\/media?parent=3360"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/next.rikunabi.com\/journal\/wp-json\/wp\/v2\/categories?post=3360"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/next.rikunabi.com\/journal\/wp-json\/wp\/v2\/tags?post=3360"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}