NIMDocTranscodingManager Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | NIMDocTranscodingManagerProtocol.h |
– inquireDocInfo:completion:
required method
query document conversion info
- (void)inquireDocInfo:(NSString *)docId completion:(nullable NIMDocTranscodingInquireCompleteBlock)completion
Parameters
docId |
document ID |
---|---|
completion |
result query |
Discussion
query document conversion info
Declared In
NIMDocTranscodingManagerProtocol.h
– fetchMyDocsInfo:limit:completion:
required method
Fetch the list of document conversion results
- (void)fetchMyDocsInfo:(nullable NSString *)lastDocId limit:(NSUInteger)limit completion:(nullable NIMDocTranscodingFetchCompleteBlock)completion
Parameters
lastDocId |
The anchor of the last document, excluding this document. A value of nil will start the query from the latest converted document. |
---|---|
limit |
The maximum number of documents to be obtained. The number cannot exceed 30 |
completion |
result query |
Discussion
Fetch the list of document conversion results
Declared In
NIMDocTranscodingManagerProtocol.h
– deleteDoc:completion:
required method
Delete converted documents
- (void)deleteDoc:(NSString *)docId completion:(nullable NIMDocTranscodingDeleteCompleteBlock)completion
Parameters
docId |
document ID |
---|---|
completion |
result query |
Discussion
Delete converted documents
Declared In
NIMDocTranscodingManagerProtocol.h