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

org.robokind.avrogen.speech.viseme.VisemeProtocol Maven / Gradle / Ivy

The newest version!
package org.robokind.avrogen.speech.viseme;

@SuppressWarnings("all")
public interface VisemeProtocol {
  public static final org.apache.avro.Protocol PROTOCOL = org.apache.avro.Protocol.parse("{\"protocol\":\"VisemeProtocol\",\"namespace\":\"org.robokind.avrogen.speech.viseme\",\"types\":[{\"type\":\"record\",\"name\":\"VisemePositionRecord\",\"fields\":[{\"name\":\"visemeId\",\"type\":\"int\"},{\"name\":\"position\",\"type\":\"double\"}]},{\"type\":\"record\",\"name\":\"VisemeBindingConfigRecord\",\"fields\":[{\"name\":\"bindingId\",\"type\":\"int\"},{\"name\":\"visemeBindings\",\"type\":{\"type\":\"array\",\"items\":\"VisemePositionRecord\"}}]},{\"type\":\"record\",\"name\":\"VisemeBindingManagerConfigRecord\",\"fields\":[{\"name\":\"visemeBindings\",\"type\":{\"type\":\"array\",\"items\":\"VisemeBindingConfigRecord\"}}]}],\"messages\":{}}");
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy