NTJsgfFileSearch Class Reference

Inherits from NTSpeechSearch : NSObject
Declared in NTJsgfFileSearch.h
NTJsgfFileSearch.m

Overview

A search based on a jsgf grammar in a file.

Other Methods

  path

Path to the jsgf file.

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

Discussion

Path to the jsgf file.

Declared In

NTJsgfFileSearch.h

– initWithName:path:

Create new search with name and path.

- (instancetype)initWithName:(NSString *)name path:(NSString *)path

Parameters

name

Name

path

Path

Return Value

instance

Discussion

Create new search with name and path.

Declared In

NTJsgfFileSearch.h

+ searchWithName:path:

Create a search with a jsgf file.

+ (NTJsgfFileSearch *)searchWithName:(NSString *)name path:(NSString *)path

Parameters

name

Name

path

Path to jsgf file

Return Value

instance

Discussion

Create a search with a jsgf file.

Declared In

NTJsgfFileSearch.h

Other Methods

– init

- (instancetype)init

– copyWithZone:

- (id)copyWithZone:(NSZone *)zone