All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.alibaba.dashscope.nlp.understanding.UnderstandingOutput Maven / Gradle / Ivy

The newest version!
// Copyright (c) Alibaba, Inc. and its affiliates.
package com.alibaba.dashscope.nlp.understanding;

import lombok.Data;

@Data
public final class UnderstandingOutput {

  private Double rt;

  private String text;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy