工具 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_caseboolean
whole_wordboolean