RecognitionResult Class Reference

Inherits from NSObject
Declared in RecognitionResult.m
SpeechRecognitionService.h

Overview

The recognition result

  RecognitionStatus

The recognition status from the service

@property (nonatomic, assign) RecognitionStatus

Discussion

The recognition status from the service

Declared In

SpeechRecognitionService.h

  RecognizedPhrase

A set of N-best confidence values and recognized texts. The N-best result represents the recognition service’s best estimates of what was actually spoken.

@property (nonatomic, strong) NSArray *RecognizedPhrase

Discussion

A set of N-best confidence values and recognized texts. The N-best result represents the recognition service’s best estimates of what was actually spoken.

Declared In

SpeechRecognitionService.h