工具 API

find_text_in_document

在文档中查找指定文本 参数: - file_id: 文件ID - text_to_find: 要查找的文本 - match_case: 是否区分大小写(默认True) - whole_word: 是否全字匹配(默认False) 返回: - 查找结果列表 使用示例: find_text_in_document(file_id="a1b2c3d4", text_to_find="重要", match_case=False)

其他1 积分

调用信息

工具标识
word.find_text_in_document
服务提供方
Word
平均响应
0 ms
近 7 天调用
0

输入参数

file_id必填

string

text_to_find必填

string

match_case

boolean

whole_word

boolean