NTSpeechSearch Class Reference

Inherits from NSObject
Conforms to NSCopying
Declared in NTSpeechSearch.h
NTSpeechSearch.m

Overview

A search is method a recognizer can use for speech recognition.

Other Methods

  name

The name of the search.

@property (nonatomic, strong, readonly) NSString *name

Discussion

The name of the search.

Declared In

NTSpeechSearch.h

– initWithName:

Creates search with the given name.

- (instancetype)initWithName:(NSString *)name

Parameters

name

Name

Return Value

Instance

Discussion

Creates search with the given name.

Declared In

NTSpeechSearch.h

Other Methods

– copyWithZone:

- (id)copyWithZone:(NSZone *)zone