dify-java-client-1.0.7.jar中文-英文对照文档.zip

io.github.imfangsdify-java-client1.0.7API文档接口文档中文文档中英对照JavaJavaDoc操作手册Maven依赖Gradle依赖Java开发使用指南离线文档Java编程寒水馨
文件基础信息

文件名称: dify-java-client-1.0.7.jar中文-英文对照文档.zip

文件类型: Java 组件中文文档
文件大小: 977.41 KB

选择下载方式

方式1:微信扫码支付下载
文件价格:¥1
支付完成后自动开始下载
方式2:兑换码下载
前往 链动小铺 购买【Java 组件中文文档兑换码】

文件简介

dify-java-client-1.0.7.jar中文-英文对照文档.zip 中包含以下内容

  1. 中文-英文对照文档:位于压缩包内的“文档”文件夹中
  2. 说明文件:使用说明.txt、README.md
  3. Maven依赖:dify-java-client-1.0.7.jar Maven依赖信息(可用于项目pom.xml).txt
  4. Gradle依赖:dify-java-client-1.0.7.jar Gradle依赖信息(可用于项目build.gradle).txt
  5. jar包下载地址:dify-java-client-1.0.7.jar下载地址(官方地址+国内镜像地址).txt
  6. 源码下载地址:dify-java-client-1.0.7-sources.jar下载地址(官方地址+国内镜像地址).txt

使用方法

  1. 解压 dify-java-client-1.0.7.jar中文-英文对照文档.zip,找到 解压后的文件夹>文档>index.html,双击index.html即可用浏览器打开查看。
  2. 为了防止解压后路径太长导致浏览器无法打开,推荐在解压时选择“解压到当前文件夹”(放心,自带文件夹,文件不会散落一地)。
  3. 有时,一套Java组件会有多个jar,所以在下载前,请仔细阅读本篇描述,以确保这就是你需要的文件。

组件信息

简介

  • 名称: dify-java-client
  • 描述: Dify 的 Java 客户端
  • 版本: 1.0.7

Maven依赖

<dependency>
	<groupId>io.github.imfangs</groupId>
	<artifactId>dify-java-client</artifactId>
	<version>1.0.7</version>
</dependency>

Gradle依赖

Gradle:
	implementation group: 'io.github.imfangs', name: 'dify-java-client', version: '1.0.7'
Gradle (Short):
	implementation 'io.github.imfangs:dify-java-client:1.0.7'
Gradle (Kotlin):
	implementation("io.github.imfangs:dify-java-client:1.0.7")

寒水馨 Java 组件中文文档系列说明

  • 文档为 Java 组件的中文翻译文档
  • 文档由 寒水馨 翻译整理,非官方版本
  • 本系列文档获取地址:https://hanshuixin.org
  • 本文档为人性化翻译,精心制作,请放心使用
  • 本文档为双语同时展示,一行原文、一行译文,可逐行对照,避免了原文/译文来回切换的麻烦
  • 有原文可参照,不再担心翻译偏差误导
  • 边学技术、边学英语
  • 只翻译了该翻译的内容,如:注释、说明、描述、用法讲解 等
  • 不该翻译的内容保持原样,如:类名、方法名、包名、类型、关键字、代码 等

版权声明与来源信息

本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。

本组件包含的 Java package(包)

io.github.imfangs.dify.client
io.github.imfangs.dify.client.callback
io.github.imfangs.dify.client.enums
io.github.imfangs.dify.client.event
io.github.imfangs.dify.client.exception
io.github.imfangs.dify.client.impl
io.github.imfangs.dify.client.model
io.github.imfangs.dify.client.model.chat
io.github.imfangs.dify.client.model.common
io.github.imfangs.dify.client.model.completion
io.github.imfangs.dify.client.model.datasets
io.github.imfangs.dify.client.model.file
io.github.imfangs.dify.client.model.workflow
io.github.imfangs.dify.client.util

本组件包含的 Java class(类)

io.github.imfangs.dify.client.DifyBaseClient
io.github.imfangs.dify.client.DifyChatClient
io.github.imfangs.dify.client.DifyChatflowClient
io.github.imfangs.dify.client.DifyClient
io.github.imfangs.dify.client.DifyClientFactory
io.github.imfangs.dify.client.DifyCompletionClient
io.github.imfangs.dify.client.DifyDatasetsClient
io.github.imfangs.dify.client.DifyWorkflowClient
io.github.imfangs.dify.client.callback.BaseStreamCallback
io.github.imfangs.dify.client.callback.ChatStreamCallback
io.github.imfangs.dify.client.callback.ChatflowStreamCallback
io.github.imfangs.dify.client.callback.CompletionStreamCallback
io.github.imfangs.dify.client.callback.WorkflowStreamCallback
io.github.imfangs.dify.client.enums.EventType
io.github.imfangs.dify.client.enums.FileTransferMethod
io.github.imfangs.dify.client.enums.FileType
io.github.imfangs.dify.client.enums.ResponseMode
io.github.imfangs.dify.client.event.AgentMessageEvent
io.github.imfangs.dify.client.event.AgentThoughtEvent
io.github.imfangs.dify.client.event.BaseEvent
io.github.imfangs.dify.client.event.BaseMessageEvent
io.github.imfangs.dify.client.event.BaseWorkflowEvent
io.github.imfangs.dify.client.event.ErrorEvent
io.github.imfangs.dify.client.event.MessageEndEvent
io.github.imfangs.dify.client.event.MessageEvent
io.github.imfangs.dify.client.event.MessageFileEvent
io.github.imfangs.dify.client.event.MessageReplaceEvent
io.github.imfangs.dify.client.event.NodeFinishedEvent
io.github.imfangs.dify.client.event.NodeFinishedEvent.NodeFinishedData
io.github.imfangs.dify.client.event.NodeStartedEvent
io.github.imfangs.dify.client.event.NodeStartedEvent.NodeStartedData
io.github.imfangs.dify.client.event.PingEvent
io.github.imfangs.dify.client.event.TtsMessageEndEvent
io.github.imfangs.dify.client.event.TtsMessageEvent
io.github.imfangs.dify.client.event.WorkflowFinishedEvent
io.github.imfangs.dify.client.event.WorkflowFinishedEvent.WorkflowFinishedData
io.github.imfangs.dify.client.event.WorkflowStartedEvent
io.github.imfangs.dify.client.event.WorkflowStartedEvent.WorkflowStartedData
io.github.imfangs.dify.client.event.WorkflowTextChunkEvent
io.github.imfangs.dify.client.event.WorkflowTextChunkEvent.WorkflowTextChunkData
io.github.imfangs.dify.client.exception.DifyApiException
io.github.imfangs.dify.client.impl.AbstractDifyClient
io.github.imfangs.dify.client.impl.DefaultDifyClient
io.github.imfangs.dify.client.impl.DefaultDifyDatasetsClient
io.github.imfangs.dify.client.impl.DifyBaseClientImpl
io.github.imfangs.dify.client.impl.StreamEventDispatcher
io.github.imfangs.dify.client.model.DifyConfig
io.github.imfangs.dify.client.model.chat.AppInfoResponse
io.github.imfangs.dify.client.model.chat.AppMetaResponse
io.github.imfangs.dify.client.model.chat.AppParametersResponse
io.github.imfangs.dify.client.model.chat.AppParametersResponse.AnnotationReply
io.github.imfangs.dify.client.model.chat.AppParametersResponse.FileUpload
io.github.imfangs.dify.client.model.chat.AppParametersResponse.FileUpload.FileUploadConfig
io.github.imfangs.dify.client.model.chat.AppParametersResponse.FileUpload.Image
io.github.imfangs.dify.client.model.chat.AppParametersResponse.RetrieverResource
io.github.imfangs.dify.client.model.chat.AppParametersResponse.SpeechToText
io.github.imfangs.dify.client.model.chat.AppParametersResponse.SuggestedQuestionsAfterAnswer
io.github.imfangs.dify.client.model.chat.AppParametersResponse.SystemParameters
io.github.imfangs.dify.client.model.chat.AudioToTextResponse
io.github.imfangs.dify.client.model.chat.ChatMessage
io.github.imfangs.dify.client.model.chat.ChatMessageResponse
io.github.imfangs.dify.client.model.chat.Conversation
io.github.imfangs.dify.client.model.chat.ConversationListResponse
io.github.imfangs.dify.client.model.chat.MessageListResponse
io.github.imfangs.dify.client.model.chat.MessageListResponse.AgentThought
io.github.imfangs.dify.client.model.chat.MessageListResponse.Feedback
io.github.imfangs.dify.client.model.chat.MessageListResponse.Message
io.github.imfangs.dify.client.model.chat.MessageListResponse.MessageFile
io.github.imfangs.dify.client.model.chat.SuggestedQuestionsResponse
io.github.imfangs.dify.client.model.common.Metadata
io.github.imfangs.dify.client.model.common.RetrieverResource
io.github.imfangs.dify.client.model.common.SimpleResponse
io.github.imfangs.dify.client.model.common.Usage
io.github.imfangs.dify.client.model.completion.CompletionRequest
io.github.imfangs.dify.client.model.completion.CompletionResponse
io.github.imfangs.dify.client.model.datasets.CreateDatasetRequest
io.github.imfangs.dify.client.model.datasets.CreateDocumentByFileRequest
io.github.imfangs.dify.client.model.datasets.CreateDocumentByTextRequest
io.github.imfangs.dify.client.model.datasets.CreateMetadataRequest
io.github.imfangs.dify.client.model.datasets.CreateSegmentsRequest
io.github.imfangs.dify.client.model.datasets.CreateSegmentsRequest.SegmentInfo
io.github.imfangs.dify.client.model.datasets.DatasetListResponse
io.github.imfangs.dify.client.model.datasets.DatasetListResponse.DatasetInfo
io.github.imfangs.dify.client.model.datasets.DatasetResponse
io.github.imfangs.dify.client.model.datasets.DocumentListResponse
io.github.imfangs.dify.client.model.datasets.DocumentListResponse.DocumentInfo
io.github.imfangs.dify.client.model.datasets.DocumentResponse
io.github.imfangs.dify.client.model.datasets.DocumentResponse.DataSourceInfo
io.github.imfangs.dify.client.model.datasets.DocumentResponse.Document
io.github.imfangs.dify.client.model.datasets.IndexingStatusResponse
io.github.imfangs.dify.client.model.datasets.IndexingStatusResponse.IndexingStatus
io.github.imfangs.dify.client.model.datasets.MetadataResponse
io.github.imfangs.dify.client.model.datasets.ProcessRule
io.github.imfangs.dify.client.model.datasets.ProcessRule.PreProcessingRule
io.github.imfangs.dify.client.model.datasets.ProcessRule.Rules
io.github.imfangs.dify.client.model.datasets.ProcessRule.Segmentation
io.github.imfangs.dify.client.model.datasets.ProcessRule.SubchunkSegmentation
io.github.imfangs.dify.client.model.datasets.RetrievalModel
io.github.imfangs.dify.client.model.datasets.RetrievalModel.RerankingModel
io.github.imfangs.dify.client.model.datasets.RetrieveRequest
io.github.imfangs.dify.client.model.datasets.RetrieveResponse
io.github.imfangs.dify.client.model.datasets.RetrieveResponse.DocumentInfo
io.github.imfangs.dify.client.model.datasets.RetrieveResponse.QueryInfo
io.github.imfangs.dify.client.model.datasets.RetrieveResponse.Record
io.github.imfangs.dify.client.model.datasets.RetrieveResponse.SegmentInfo
io.github.imfangs.dify.client.model.datasets.SegmentListResponse
io.github.imfangs.dify.client.model.datasets.SegmentListResponse.SegmentInfo
io.github.imfangs.dify.client.model.datasets.SegmentResponse
io.github.imfangs.dify.client.model.datasets.SegmentResponse.SegmentInfo
io.github.imfangs.dify.client.model.datasets.UpdateDocumentByFileRequest
io.github.imfangs.dify.client.model.datasets.UpdateDocumentByTextRequest
io.github.imfangs.dify.client.model.datasets.UpdateMetadataRequest
io.github.imfangs.dify.client.model.datasets.UpdateSegmentRequest
io.github.imfangs.dify.client.model.datasets.UpdateSegmentRequest.SegmentInfo
io.github.imfangs.dify.client.model.datasets.UploadFileResponse
io.github.imfangs.dify.client.model.file.FileInfo
io.github.imfangs.dify.client.model.file.FileUploadRequest
io.github.imfangs.dify.client.model.file.FileUploadResponse
io.github.imfangs.dify.client.model.workflow.WorkflowLogsResponse
io.github.imfangs.dify.client.model.workflow.WorkflowLogsResponse.EndUser
io.github.imfangs.dify.client.model.workflow.WorkflowLogsResponse.WorkflowLogItem
io.github.imfangs.dify.client.model.workflow.WorkflowLogsResponse.WorkflowRunInfo
io.github.imfangs.dify.client.model.workflow.WorkflowRunRequest
io.github.imfangs.dify.client.model.workflow.WorkflowRunResponse
io.github.imfangs.dify.client.model.workflow.WorkflowRunResponse.WorkflowRunData
io.github.imfangs.dify.client.model.workflow.WorkflowRunStatusResponse
io.github.imfangs.dify.client.model.workflow.WorkflowStopResponse
io.github.imfangs.dify.client.util.HttpClientUtils
io.github.imfangs.dify.client.util.JsonUtils