proto_docs/google/cloud/speech/v1p1beta1/resource.rb in google-cloud-speech-v1p1beta1-0.4.0 vs proto_docs/google/cloud/speech/v1p1beta1/resource.rb in google-cloud-speech-v1p1beta1-0.5.0

- old
+ new

@@ -28,11 +28,11 @@ # @return [::String] # The resource name of the custom class. # @!attribute [rw] custom_class_id # @return [::String] # If this custom class is a resource, the custom_class_id is the resource id - # of the CustomClass. + # of the CustomClass. Case sensitive. # @!attribute [rw] items # @return [::Array<::Google::Cloud::Speech::V1p1beta1::CustomClass::ClassItem>] # A collection of class items. class CustomClass include ::Google::Protobuf::MessageExts @@ -115,9 +115,12 @@ # @!attribute [rw] phrase_sets # @return [::Array<::Google::Cloud::Speech::V1p1beta1::PhraseSet>] # A collection of phrase sets. To specify the hints inline, leave the # phrase set's `name` blank and fill in the rest of its fields. Any # phrase set can use any custom class. + # @!attribute [rw] phrase_set_references + # @return [::Array<::String>] + # A collection of phrase set resource names to use. # @!attribute [rw] custom_classes # @return [::Array<::Google::Cloud::Speech::V1p1beta1::CustomClass>] # A collection of custom classes. To specify the classes inline, leave the # class' `name` blank and fill in the rest of its fields, giving it a unique # `custom_class_id`. Refer to the inline defined class in phrase hints by its