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

com.talk2object.common.HumanRecognizable Maven / Gradle / Ivy

package com.talk2object.common;

import com.talk2object.plum.input.value.Audio;
import com.talk2object.plum.input.value.Video;
import com.talk2object.plum.input.value.image.Image;

/**
 * any object implements this interface, is human friendly.
 * 
 * @author jack
 *
 */
public interface HumanRecognizable {
	Image toImage();

	String toText();

	Audio toAudio();
	
	Video toVideo();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy