Inherits from NSObject
Declared in ISSpeechRecognitionResult.h

Overview

This class contains information about a successful recognition.

Tasks

  •   text

    The transcribed text returned from a recognition.

    property
  •   confidence

    How confident the speech recognizer was. Scale from 0.0 to 1.0.

    property

Properties

confidence

How confident the speech recognizer was. Scale from 0.0 to 1.0.

@property (nonatomic, assign, readonly) float confidence

Declared In

ISSpeechRecognitionResult.h

text

The transcribed text returned from a recognition.

@property (nonatomic, copy, readonly) NSString *text

Declared In

ISSpeechRecognitionResult.h