Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AWSTranscribeStreaming/AWSTranscribeStreamingModel.h
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ typedef NS_ENUM(NSInteger, AWSTranscribeStreamingMediaEncoding) {
*/
@interface AWSTranscribeStreamingItem : AWSModel


@property (nonatomic, strong) NSNumber * _Nullable confidence;
/**
<p>The word or punctuation that was recognized in the input audio.</p>
*/
Expand Down
1 change: 1 addition & 0 deletions AWSTranscribeStreaming/AWSTranscribeStreamingModel.m
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ + (NSDictionary *)JSONKeyPathsByPropertyKey {
@"isPartial" : @"IsPartial",
@"resultId" : @"ResultId",
@"startTime" : @"StartTime",
@"confidence" : @"Confidence",
};
}

Expand Down