-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSFTranscriptionSegment.h.h
More file actions
54 lines (49 loc) · 2.06 KB
/
Copy pathSFTranscriptionSegment.h.h
File metadata and controls
54 lines (49 loc) · 2.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
/* Generated by RuntimeBrowser
Platform: iOS 15.7.3 (19H307) arm64
Image: /System/Library/Frameworks/Speech.framework/Speech (1)
*/
@interface SFTranscriptionSegment : NSObject <NSCopying, NSSecureCoding> {
NSArray * _alternativeConfidences;
NSArray * _alternativeSubstrings;
float _confidence;
double _duration;
NSString * _ipaPhoneSequence;
NSString * _phoneSequence;
NSString * _substring;
struct _NSRange {
unsigned long long location;
unsigned long long length;
} _substringRange;
double _timestamp;
SFVoiceAnalytics * _voiceAnalytics;
}
@property (nonatomic, readonly) NSArray *alternativeConfidences;
@property (nonatomic, readonly) NSArray *alternativeSubstrings;
@property (nonatomic, readonly) float confidence;
@property (nonatomic, readonly) double duration;
@property (nonatomic, readonly) NSString *ipaPhoneSequence;
@property (nonatomic, readonly) NSString *phoneSequence;
@property (nonatomic, readonly, copy) NSString *substring;
@property (nonatomic, readonly) struct _NSRange { unsigned long long x1; unsigned long long x2; } substringRange;
@property (nonatomic, readonly) double timestamp;
@property (nonatomic, readonly) SFVoiceAnalytics *voiceAnalytics;
+ (bool)supportsSecureCoding;
- (void).cxx_destruct;
- (id)_initWithSubstring:(id)arg1 range:(struct _NSRange { unsigned long long x1; unsigned long long x2; })arg2 timestamp:(double)arg3 duration:(double)arg4 confidence:(float)arg5 alternativeSubstrings:(id)arg6 alternativeConfidences:(id)arg7 phoneSequence:(id)arg8 ipaPhoneSequence:(id)arg9 voiceAnalytics:(id)arg10;
- (id)alternativeConfidences;
- (id)alternativeSubstrings;
- (float)confidence;
- (id)copyWithZone:(struct _NSZone { }*)arg1;
- (id)description;
- (double)duration;
- (void)encodeWithCoder:(id)arg1;
- (unsigned long long)hash;
- (id)initWithCoder:(id)arg1;
- (id)ipaPhoneSequence;
- (bool)isEqual:(id)arg1;
- (id)phoneSequence;
- (id)substring;
- (struct _NSRange { unsigned long long x1; unsigned long long x2; })substringRange;
- (double)timestamp;
- (id)voiceAnalytics;
@end