com.qingxun.javasdkapi.response.dict.collins.Entry Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-sdk-api Show documentation
Show all versions of java-sdk-api Show documentation
openapi SDK for Java
Copyright © 2023 杭州轻寻科技
All rights reserved.
版权所有 (C)杭州轻寻科技
http://open.qingxun.com
The newest version!
package com.qingxun.javasdkapi.response.dict.collins;
import lombok.Data;
/**
* @Author Lx
* @Date 2023/2/13 14:50
* @Description 词典--柯林斯词典
*/
@Data
public class Entry {
String define;//定义
String trans;//译文
String part;//词性
Text[] sentences = {};//例句
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy